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

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

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

1 个仓库

Awesome GitHub RepositoriesDistributed Row Ordering

Assigning relative positions to items in a list across distributed nodes without a central coordinator.

Distinct from Distributed Row Distributions: Distinct from SQL result sorting or data distribution; it refers to collaborative ordering of elements (e.g., LWW-element-set).

Explore 1 awesome GitHub repository matching data & databases · Distributed Row Ordering. Refine with filters or upvote what's useful.

Awesome Distributed Row Ordering GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vlcn-io/cr-sqlitevlcn-io 的头像

    vlcn-io/cr-sqlite

    3,640在 GitHub 上查看↗

    cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure eventual consistency across distributed nodes. It provides the core capabilities for offline-first data synchronization, allowing multiple database instances to merge concurrent updates and reach a consistent state. The project distinguishes itself through a combination of CRDT-based data replication and a WASM-based database engine, enabling full SQL execution and state persistence within web browsers. It supports peer-to-peer replication and cross-tab synchronization, utilizing ca

    Enables consistent relative ordering of rows across distributed nodes without requiring central coordination.

    Rustcrdtdatabasesqlite
    在 GitHub 上查看↗3,640
  1. Home
  2. Data & Databases
  3. Distributed Row Ordering