Live data from Hacker News

Viewing profile — vbalegas

vbalegas

HN member
Joined
Mon, Apr 11, 2022, 7:59 AM UTC
HN karma
8
Public activity
9 items

About vbalegas

No profile information was provided.

Recent public activity

  1. comment
    Comment #39481458

    Awesome! Will check it out

  2. comment
  3. comment
    Comment #37596080

    That's a great reference. Thank you for sharing.

  4. 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…

  5. comment
    Comment #37594651

    yes, ElectricSQL works for webapps with nodejs: https://electric-sql.com/docs/integrations/drivers/server/no...

  6. 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 …

  7. 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…

  8. 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…

  9. 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…