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

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

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

2 مستودعات

Awesome GitHub RepositoriesImmutable Event Appends

Appending new events to an immutable event log, preserving the full history of state changes.

Distinct from Event Stream Implementation: Distinct from Event Stream Implementation: focuses on the append-only, immutable nature of the event log rather than general stream signaling.

Explore 2 awesome GitHub repositories matching data & databases · Immutable Event Appends. Refine with filters or upvote what's useful.

Awesome Immutable Event Appends GitHub Repositories

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

    EventStore/EventStore

    5,809عرض على GitHub↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores application state as an immutable, ordered sequence of events rather than updating rows in place, preserving full history for audit, replay, and distributed consistency. The database combines event storage with real-time streaming and a built-in JavaScript projection engine that transforms and aggregates event streams into materialized views. The system provides official gRPC client libraries for Python, Node.js, Java, .NET, Go, and Rust, enabling multi-language application development

    Appends events to an immutable log, preserving full history for event sourcing.

    C#
    عرض على GitHub↗5,809
  • kurrent-io/kurrentdbالصورة الرمزية لـ kurrent-io

    kurrent-io/KurrentDB

    5,809عرض على GitHub↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as immutable, ordered records in streams, preserving a complete audit trail and enabling temporal queries. The database uses gRPC for all client-server and inter-node communication, providing efficient binary serialization and bidirectional streaming, and supports atomic multi-stream writes that ensure consistency across multiple streams in a single transaction. The database distinguishes itself with a built-in JavaScript projection engine that transforms, filters, and aggregates

    Persists events as immutable, ordered records in streams, preserving the full audit trail.

    C#cqrsdatabaseevent-sourcing
    عرض على GitHub↗5,809
  1. Home
  2. Data & Databases
  3. Event Stream Implementation
  4. Immutable Event Appends