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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

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

    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-examplesالصورة الرمزية لـ cer

    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