1 repository
Using immutable change logs to synchronize local replicas with remote storage.
Distinct from Durable Event Logs: Focuses on database replica synchronization via streams rather than general event logging.
Explore 1 awesome GitHub repository matching data & databases · Synchronization Streams. Refine with filters or upvote what's useful.
Jazz is a local-first relational database and synchronization framework designed for offline-capable applications. It functions as a reactive state management system that treats database records as the primary source of truth, automatically updating user interfaces in real time as underlying data changes. The project distinguishes itself through a collaborative data synchronization model that utilizes row-level versioning to track branching edit histories. It implements a security engine based on identity-claim row security, which enforces granular permissions on individual records, and suppo
Syncs local database replicas with remote storage using a sequence of immutable change logs for offline consistency.