Live data from Hacker News

Viewing profile — ianyanusko

ianyanusko

HN member
Joined
Mon, Dec 28, 2020, 9:38 PM UTC
HN karma
151
Public activity
64 items

About ianyanusko

YC Badge: 0x96eeaa2dc7985d8c0d1bd52ed5855a5aeec0ca0b

Recent public activity

  1. comment
    Comment #38634242

    With Salesforce specifically, getting a stable and reliable event-driven stream. That's why we ended up adopting a hybrid approach of subscribing to pub/sub events, but also period…

  2. comment
    Comment #38634128

    Thank you! It means a lot to see your comment here

  3. comment
    Comment #38632334

    Hubspot and MySQL are both next on our list for deploying out of beta! I'll shoot you a message when they're out :)

  4. comment
    Comment #38628329

    Good question. Our ultimate goal is to be the go-to for any two-way data syncs. We think the Salesforce syncing market by itself is 500 million to 1B. If you start including all of…

  5. comment
    Comment #38628135

    Gotcha, that makes sense. From our perspective, the one-way sync market (backups and ETL/rETL) was already saturated with heavily-capitalized players who were hitting each other ha…

  6. comment
    Comment #38627915

    Nice! Great point about the round trip - we do something similar for formulas and auto-generated fields like `Id`. That's awesome you built this in-house. > Syncing data from Sales…

  7. comment
    Comment #38621898

    1. Yes, on our roadmap for Q1! Getting that request a lot 2. We don't currently sync metadata 3. Our footprint on your Salesforce API depends on whether you're using polling or str…

  8. comment
    Comment #38621005

    Agreed on the trickiness! Our early users largely told us they preferred one source to take precedence in a conflict, and would rather set that general rule than review every confl…

  9. comment
    Comment #38619763

    Nice, I hear you on "fun and aggravating" :) Sounds similar to the use cases we're seeing, where it's not only easier to process/build on Postgres, but also saves you on the Salesf…

  10. comment
    Comment #38619664

    > How specific is your solution to Postgres? Could it be ported to another db engine? Our polling approach is relatively database-agnostic. We just need to handle each DB's quirks …

  11. comment
    Comment #38619289

    Really helpful on both fronts, thanks for the thoughts. Both the sandbox and migration use cases make a lot of sense.

  12. comment
    Comment #38618966

    Agreed! We’re big fans of consolidating in Postgres. We’re also hearing some downstream benefits to having things scaled in Postgres (makes reporting easier, allows the data team t…

  13. comment
    Comment #38618875

    Sorry, forgot to respond to one piece: > Many clients I can think of this being most useful for would rather host it themselves, is that an option? Right now you can self-host the …

  14. comment
    Comment #38618619

    Thank you! > do you support subsetting a data source -- only sync records matching criteria? In a one-way sync from Postgres to Salesforce, yes, you can apply filters using a SQL s…

  15. comment
    Comment #38618249

    Thanks for the comment - are you saying that one-way sync has a 10x wider audience than two-way syncs?

  16. comment
    Comment #38618000

    Agreed that many technical founders build on the pain points they've experienced themselves. I'm curious your take on why the managed services approach is hard to scale? IMO, the r…

  17. comment
    Comment #38617799

    Thanks! Going to shoot you a note

  18. comment
    Comment #38617773

    We use a custom trigger to build an event log in Postgres. We actually found it more straightforward to use this approach than to use the WAL packages we considered. If you're curi…

  19. comment
    Comment #38616449

    Thanks! We've had to internalize the lesson "startups can do one thing well at a time" :) At first, it was a matter of doing discovery with people who we thought would find Bracket…

  20. comment
    Comment #38615917

    For sure, definitely has not been an easy problem to solve. The two-way syncing is one tough element (for the reasons mentioned above), and configuring our requests to the Salesfor…

  21. comment
    Comment #38615709

    Thank you!

  22. comment
    Comment #38615701

    Yeah exactly. One-way data syncing is a big market, and these companies have plenty of use cases to tackle, which is why I think two-way syncing has not been a priority for them. T…

  23. comment
    Comment #38615609

    Yup! We offer two ways of interacting with Salesforce: polling and streaming. The benefits of streaming are faster syncs and optimized Salesforce API usage. Right now, we're focusi…

  24. comment
    Comment #38615520

    Fivetran and Hightouch do ELT and reverse ETL, respectively, which are one-way syncs. While Bracket can handle one-way syncs, two-way syncs (in situations where you need writes fro…

  25. story
    Launch HN: Bracket (YC W22) – Two-Way Sync Between Salesforce and Postgres

    Hey HN, I’m Ian, co-founder at Bracket ( https://www.usebracket.com ) along with Kunal and Vinesh. Bracket makes it easy to set up fast, bidirectional syncs between Salesforce and …