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

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

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

2 个仓库

Awesome GitHub RepositoriesEvent-Driven Data Consistency

Techniques for ensuring data integrity across distributed services using event-driven patterns.

Distinct from Event-Driven Coordination: Focuses on data consistency and transaction records rather than general coordination or pipelines.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Event-Driven Data Consistency. Refine with filters or upvote what's useful.

Awesome Event-Driven Data Consistency GitHub Repositories

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

    DocsHome/microservices

    5,178在 GitHub 上查看↗

    本项目是一个分布式系统设计框架与架构指南。它为设计、部署与协调独立的网络服务提供了技术资源。 该框架建立了一套结构化的方法论,通过分离前端与后端关注点,将单体应用迁移为去中心化服务。它作为事件驱动架构的参考,专注于使用事件溯源与本地事务记录,在网络边界间保持数据一致性。 该项目涵盖了广泛的能力,包括分布式服务通信、服务发现配置以及 API 网关的实现。它还探讨了高可用性的部署策略,以及使用异步消息代理来解耦服务。

    Coordinates data consistency across distributed services using event sourcing and local transaction records.

    api-gatewaybookchinese
    在 GitHub 上查看↗5,178
  • cer/event-sourcing-examplescer 的头像

    cer/event-sourcing-examples

    3,160在 GitHub 上查看↗

    This project is a framework for implementing event sourcing and command query responsibility segregation within containerized microservices. It provides a structured approach to managing business state as a sequence of immutable events, ensuring a reliable audit trail and the ability to reconstruct system state at any point in time. The framework distinguishes itself by enforcing a clear separation between data modification and data retrieval paths. By utilizing event-driven data synchronization, it allows for the asynchronous updating of materialized views and read models, ensuring that quer

    Uses immutable event streams to synchronize state across read models and materialized views for consistent data access.

    JavaScript
    在 GitHub 上查看↗3,160
  1. Home
  2. Software Engineering & Architecture
  3. Event-Driven Coordination
  4. Event-Driven Data Consistency