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

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

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

1 مستودع

Awesome GitHub RepositoriesTimeline-Coordinated Commits

Commit coordination through a central timeline that records commits, rollbacks, and savepoints for atomicity and recovery.

Distinct from Atomic Commit Logs: Distinct from Atomic Commit Logs: uses a timeline-based coordination mechanism rather than a simple sequential log for commit management.

Explore 1 awesome GitHub repository matching data & databases · Timeline-Coordinated Commits. Refine with filters or upvote what's useful.

Awesome Timeline-Coordinated Commits GitHub Repositories

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

    apache/hudi

    6,097عرض على GitHub↗

    Apache Hudi is an open-source table format that brings ACID transactions, incremental processing, and multi-modal indexing to data lakes. It provides atomic commits with snapshot isolation, rollback, and optimistic concurrency control for reliable data lake operations, while supporting upserts, record-level updates, and deletions in large analytical datasets. The project distinguishes itself through a timeline-based architecture that coordinates all write operations, enabling features like time-travel querying, incremental change streaming, and multi-modal query views that include snapshot, i

    Coordinates all write operations through a central timeline that records commits, rollbacks, and savepoints for atomicity and recovery.

    Javaapacheflinkapachehudiapachespark
    عرض على GitHub↗6,097
  1. Home
  2. Data & Databases
  3. Atomic Commit Logs
  4. Timeline-Coordinated Commits