Viewing profile — vbalegas
vbalegas
HN member- Joined
- Mon, Apr 11, 2022, 7:59 AM UTC
- HN karma
- 8
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About vbalegas
No profile information was provided.
Recent public activity
-
comment
Comment #39481458
Awesome! Will check it out
- comment
-
comment
Comment #37596080
That's a great reference. Thank you for sharing.
-
comment
Comment #37594723
Thank you for playing with our demos and finding this issue! We'd welcome very much if you could reproduce the steps and report an issue: GH: https://github.com/electric-sql/electr…
-
comment
Comment #37594651
yes, ElectricSQL works for webapps with nodejs: https://electric-sql.com/docs/integrations/drivers/server/no...
-
comment
Comment #37594637
Apps with large dataset have their own characteristics: they are more tolerant to slower initial sync. We can resume replication at point-in-time, so even if a shape takes long to …
-
comment
Comment #37594601
It works similarly: migrations flow as part of the replication stream and clients apply them immediately, so that new data fits the local schema. New columns and etc might not imme…
-
comment
Comment #37589965
You definitely can do row-level filtering (and a lot more) using DDLX[1], an extension we made to Postgres language that allows expressing flexible permission rules in a data-centr…
-
comment
Comment #37587268
Valter from Electric here, Handling encryption/decryption of user data is one of our priorities. We're thinking along the lines of adding hooks for transforming data as you're seei…