awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesAtomic Multi-Stream Writes

Writes events to multiple streams in a single transaction with conditional version checks for consistency.

Distinct from Streaming Table Writes: No candidate covers atomic writes to multiple streams in a single transaction; closest candidates are about low-level stream I/O or streaming table writes.

Explore 2 awesome GitHub repositories matching data & databases · Atomic Multi-Stream Writes. Refine with filters or upvote what's useful.

Awesome Atomic Multi-Stream Writes GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • eventstore/eventstoreEventStore 的头像

    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

    Writes events to multiple streams in a single atomic operation with conditional version checks for consistency.

    C#
    在 GitHub 上查看↗5,809
  • kurrent-io/kurrentdbkurrent-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

    Supports atomic writes to multiple streams in a single transaction with conditional version checks.

    C#cqrsdatabaseevent-sourcing
    在 GitHub 上查看↗5,809
  1. Home
  2. Data & Databases
  3. Atomic Multi-Stream Writes

探索子标签

  • Conditional Stream WritesAccepting a write to a stream only when the stream is in a specific state, such as being soft-deleted. **Distinct from Atomic Multi-Stream Writes:** Distinct from Atomic Multi-Stream Writes: focuses on conditional writes based on stream state, not atomicity across multiple streams.