awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesStream Block Querying

Programmatic access to retrieve, filter, or manipulate specific blocks within a content stream.

Distinct from Stream Filters: Distinct from Stream Filters: focuses on querying and manipulating blocks within a structured content stream rather than general stream element filtering.

Explore 3 awesome GitHub repositories matching data & databases · Stream Block Querying. Refine with filters or upvote what's useful.

Awesome Stream Block Querying GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wagtail/wagtailالصورة الرمزية لـ wagtail

    wagtail/wagtail

    20,366عرض على GitHub↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Offers programmatic access to retrieve, filter, or manipulate specific blocks within a content stream.

    Pythoncmsdjangohacktoberfest
    عرض على GitHub↗20,366
  • cockroachdb/pebbleالصورة الرمزية لـ cockroachdb

    cockroachdb/pebble

    5,777عرض على GitHub↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Implements property-based filtering that skips irrelevant SSTable blocks and files during iteration to accelerate queries.

    Go
    عرض على GitHub↗5,777
  • vercel/streamdownالصورة الرمزية لـ vercel

    vercel/streamdown

    4,420عرض على GitHub↗

    Streamdown is a streaming markdown renderer for React that transforms incoming markdown text into sanitized HTML in real time, handling incomplete blocks as they arrive. It parses GitHub-Flavored Markdown syntax including tables, task lists, and footnotes, and renders LaTeX math expressions using KaTeX, Mermaid diagrams as interactive SVGs, and code blocks with Shiki-based syntax highlighting supporting over 200 languages with dual light and dark themes. The renderer includes an XSS-safe HTML sanitizer that strips dangerous tags and validates URLs to prevent injection attacks. What distinguis

    Displays partially streamed code blocks gracefully, rendering content before closing backticks arrive.

    TypeScriptaimarkdownstreaming
    عرض على GitHub↗4,420
  1. Home
  2. Data & Databases
  3. Stream Filters
  4. Stream Block Querying

استكشف الوسوم الفرعية

  • Incomplete Code Block StreamingDisplays partially streamed code blocks gracefully, rendering content before closing backticks arrive. **Distinct from Stream Block Querying:** Distinct from Stream Block Querying: focuses on rendering incomplete code blocks during streaming rather than querying blocks in a content stream.
  • SSTable Block FiltersFilters that skip irrelevant SSTables, index blocks, and data blocks during iteration using user-defined key-value property collectors. **Distinct from Stream Block Querying:** Distinct from Stream Block Querying: focuses on skipping storage blocks during iteration using property-based filtering, not querying content stream blocks.