Embeddings let you search, cluster, and categorize GitHub data in a whole new way. One thing you can build is an advanced search tool across all your org's Pull Requests, Issues, etc....

Anthony Accomazzo
We’re announcing the alpha for one of our most requested features: events! You can now subscribe to events on the sources we sync using Kafka and Webhooks....
Use OpenAI to generate embeddings for your Salesforce objects and store them in Postgres. Then, you can easily build powerful search and clustering tools on top of your Salesforce data....
Working with data at rest is where Postgres shines. But what about when you need data in motion? What about when you need to trigger a workflow based on changes to a table? Fortunately, Postgres comes with a lot of options to make this happen....
We knew building a database proxy would be hard. We wanted to find *any* other way to achieve our mission. But alas, after looking at all the options, only one solution remained standing. Here, I share our journey to the inescapable conclusion....
We’re Sequin. We just released SQL writes. Now, Sequin not only lets you read data from APIs like Salesforce and HubSpot using SQL. You can write back to those APIs using SQL too. Writes happen synchronously, so your local tables are never out-of-sync and errors are easy to handle....
At any scale, integrating with HubSpot becomes a syncing problem. Here's how to build a sync between HubSpot and your database....
Stripe events can be out of order. Here's how we use cursor logic to keep everything consistent....
We're Sequin and we let developers build on their API data using their Postgres database. We sync data from third-party APIs like Salesforce and HubSpot to Postgres so you can select with SQL or your ORM. And when you mutate tables with insert, update, and delete, we write those changes...
Do you make it easy for consumers to find out what's changed in your API?...
Webhooks come with some challenges. We prefer polling an /events endpoint instead when possible....
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....
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....
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....
I wanted to get to the bottom of what caused writes to slow down so significantly....
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...