2 रिपॉजिटरी
CRDT-based representations of text sequences that enable concurrent editing and merging across distributed users.
Distinct from Collaborative Rich Text Binding: Distinct from text indexing or UI binding; focuses on the underlying data model for collaborative text sequences.
Explore 2 awesome GitHub repositories matching data & databases · Collaborative Text Modeling. Refine with filters or upvote what's useful.
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
Provides specialized CRDT modeling for concurrent text editing within the database.
json-joy is a comprehensive library for building real-time collaborative applications and distributed systems. It provides a robust framework for managing shared JSON-like data structures that automatically merge concurrent edits from multiple users, ensuring consistent state across all replicas without requiring a central coordination server. The project distinguishes itself through a high-performance approach to data handling, utilizing conflict-free replicated data types and logical clock-based synchronization to maintain data integrity. It includes a specialized engine for navigating and
Provides CRDT-based representations of text sequences that enable concurrent editing and merging.