awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesReplicated Relation Conversions

Processes for transforming standard database tables into replicated relations for multi-master sync.

Distinct from Multi-Master Replication: Focuses on the conversion process of a table to a replicated state, not the general architecture of multi-master systems

Explore 1 awesome GitHub repository matching data & databases · Replicated Relation Conversions. Refine with filters or upvote what's useful.

Awesome Replicated Relation Conversions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vlcn-io/cr-sqliteAvatar von vlcn-io

    vlcn-io/cr-sqlite

    3,640Auf GitHub ansehen↗

    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

    Transforms standard database tables into replicated relations to enable multi-master replication.

    Rustcrdtdatabasesqlite
    Auf GitHub ansehen↗3,640
  1. Home
  2. Data & Databases
  3. Multi-Master Replication
  4. Replicated Relation Conversions