electric
electric copied to clipboard
Sync little subsets of your Postgres data into local apps and services.
- [ ] support arbitrary number of rows - [ ] benchmark initial sync time - [ ] benchmark latency of how long it takes change to get from postgres...
Server serializes the shape data along with the shapeId & offset so the client can immediately client-render and then resume the client stream from that point.
@alco investigated and "there seems to be a race condition in the publishing action where it first publishes to npm, then checks the version published to npm and based on...
- some typos - some hyperlink fixes - reduction of 'So', 'But' etc at start of sentences, while hopefully keeping the same light tone. - "diagramme" - though I generally...
Diamonds are forever, but shapes shouldn't. Once a shape is created it keeps being updated for eternity, however it might not being consumed anymore because the subscribers are gone, because...
Electric uses a lot of disk space to store Shape logs. This could lead to running out of disk space. We'll need ways to handle this e.g. setting a cap...
Closes https://github.com/electric-sql/electric/issues/1774 This work started to introduce column filters (see https://github.com/electric-sql/electric/issues/1831) but ended up on a road block because of us using `REPLICA IDENTITY FULL` - however the work also...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....