electric
electric copied to clipboard
Sync little subsets of your Postgres data into local apps and services.
Deploy Electric to the Cloud and set some CDN in front of it. Point to the observability and benchmarking guides at off you go!
When creating a new shape we start tracking LR stream for changes that match that shape to reconcile it with the result of initial query for the shape. While the...
This could be due to temporary network/server issues or if the client is coming back from being offline and hasn't yet downloaded & applied all the updates. - [ ]...
``` [error] ** (Bandit.HTTPError) Header read socket error: :closed ``` or ``` [error] ** (Bandit.HTTPError) Header read timeout ``` Just hit http://localhost:3000/shape/issue?offset=-1 a few times. Seems to be easily reproducible...
Handwritten types for now but ideally we can generate a types file for them in the future from PG's schema. Context: https://github.com/electric-sql/electric-next/pull/22#discussion_r1678987845 cc @kevin-dp
electric-sql/electric-next#64 was for the initial work setting up replication slot. This issue tracks error handling. Context from other issue > @KyleAMathews I have to note that `REPLICA IDENTITY FULL` is...
Add more things to this issue and consolidate notes over time. - [ ] Document behaviour of Truncate (drops all shapes for truncated table) - [ ] Replication identity FULL...
Having some e2e tests on the web examples (e.g. with playwright) would cover a larger surface like using the client within a browser (see `fetch` issue https://github.com/electric-sql/electric-next/pull/134)