1 Repo
The process of using predefined data shapes to filter and authorize the subset of data synchronized to clients.
Distinct from Real-time Data Synchronization: Distinct from general real-time synchronization: specifically uses 'shapes' for the selection and authorization of data subsets.
Explore 1 awesome GitHub repository matching data & databases · Shape-Based Synchronization. Refine with filters or upvote what's useful.
Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t
Defines data shapes at compile time to synchronize specific database subsets in real time using authentication middleware.