Anthony Accomazzo

Anthony Accomazzo

BY Anthony Accomazzo
13 min read
How we built our sync on HubSpot's API

At any scale, integrating with HubSpot becomes a syncing problem. Here's how to build a sync between HubSpot and your database....

Read more
BY Anthony Accomazzo
5 min read
Finding and fixing eventual consistency with Stripe events

Stripe events can be out of order. Here's how we use cursor logic to keep everything consistent....

Read more
BY Anthony Accomazzo
10 min read
We used Elixir's Observer to hunt down bottlenecks

> Want to work on challenging distributed systems problems with Elixir and OTP? Sequin lets developers integrate with APIs using Postgres. We use a suite of OTP tools to sync data in real-time. We're hiring [https://www.sequin.io/careers], no Elixir experience required. We recently experienced some puzzling runtime characteristics:...

Read more
BY Anthony Accomazzo
8 min read
What's changed in your API?

Do you make it easy for consumers to find out what's changed in your API?...

Read more
BY Anthony Accomazzo
10 min read
Handling Twilio Events Part 1: PG Notify

Use PG Notify and Sequin to handle your Twilio messages and phone calls in real-time....

Read more
BY Anthony Accomazzo
6 min read
Give me /events, not webhooks

Webhooks come with some challenges. We prefer polling an /events endpoint instead when possible....

Read more
BY Anthony Accomazzo
6 min read
Syncing Stripe to Postgres

At Sequin, we replicate APIs to Postgres databases in real-time. We want to provide our customers with the experience of having direct, row-level access to their data from third-party platforms, like Stripe and Airtable....

Read more
BY Anthony Accomazzo
8 min read
Our Airtable sync process, layer by layer

At Sequin, we replicate APIs to Postgres databases in real-time. We want to provide our customers with the experience of having direct, row-level access to their data from third-party platforms, like Stripe and Airtable. After the concept of Sequin crystallized, we knew we had to get something to market quickly....

Read more
BY Anthony Accomazzo
7 min read
Stripe on Sequin: Replicate Stripe to Postgres in real-time

Now you can get a replica Postgres database with all your Stripe data, synced in real-time. It’s like having row-level access to your data in stripe_prod....

Read more
BY Anthony Accomazzo
5 min read
Benchmarking Airtable API performance

I wanted to get to the bottom of what caused writes to slow down so significantly....

Read more
BY Anthony Accomazzo
8 min read
What is RDS Proxy? Exploring with benchmarks

I was surprised when a customer wrote in to explain that he noticed - for simple SQL queries - the Airtable API was about as performant as querying his Sequin [https://sequin.io/?utm_source=blog&utm_medium=post&utm_campaign=rds] -provisioned Airtable database. We'd expect a database query...

Read more