electric
electric copied to clipboard
Sync little subsets of your Postgres data into local apps and services.
Wrap up the DO and example Worker code into some library helpers. Create some specific Cloudflare integration examples in the monorepo. Ideally also benchmark the CDN -> Worker/DO sync to...
Wrap up the [`redis-sync` example](https://github.com/electric-sql/electric/tree/main/examples/redis-sync) into an `@electric-sql/redis` integration library. This can be a relatively simple shim between a ShapeStream and (various?) Redis structures like a Map.
The patterns from the [Phoenix integration](https://electric-sql.com/docs/integrations/phoenix) are very applicable to other server-side / full-stack frameworks. Particularly integrating Electric via URL and serving a route that then returns authorised config to...
and tidy up telemetry config a little and make the call-home url configurable
Currently, the only way to set the username and the password for database connections is via the `DATABASE_URL` environment variable. This is insecure and may not be allowed in certain...
This PR configures the Tanstack example using SST for cloud deployment. This example requires running an HTTP server. We run this using a Lambda function in production.