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

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

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

1 مستودع

Awesome GitHub RepositoriesNested State Storage

Stores complex hierarchical types like lists and sets by treating the underlying changelog as a transaction log.

Distinct from Nested Data Manipulations: Focuses on the persistent storage of nested types in a state store rather than just manipulating them in columnar formats.

Explore 1 awesome GitHub repository matching data & databases · Nested State Storage. Refine with filters or upvote what's useful.

Awesome Nested State Storage GitHub Repositories

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

    robinhood/faust

    6,822عرض على GitHub↗

    Faust is a Python library for building distributed stream processing applications that integrate with Kafka. It functions as an asynchronous stream processor designed to handle high-throughput event streams and real-time data analysis using asynchronous functions. The system operates as a distributed stream processor and state store, utilizing sharding and partitioned topics to scale processing workloads horizontally across multiple worker nodes. It maintains state through a replicated key-value storage system backed by local databases to ensure high availability and fast recovery. The frame

    Maintains complex types like lists and sets within tables by utilizing a transaction log for the changelog.

    Python
    عرض على GitHub↗6,822
  1. Home
  2. Data & Databases
  3. Nested Data Manipulations
  4. Nested State Storage