
Circular Sync
Sync Salesforce and Postgres: alternative to Heroku Connect
What it does
Circular Sync brings all features of Postgres to Salesforce. How? We connect your Salesforce & Postgres to sync data both ways. All data actually lives in Postgres, but you can stay in Salesforce as your interface to read & write data.
Does a similar job
all alternatives →- BABracket, a Heroku Connect alternative2023 · app.usebracket.com · ▲6
Hi HN, Bracket CEO here. Bracket lets you set up two-way and one-way syncs between Salesforce and Postgres. We’re essentially a hosting-agnostic alternative to Heroku Connect. Salesforce is the most popular CRM on the planet, but it’s way, way easier to build apps and do analysis on Postgres tables. You can use Bracket to create Postgres tables from scratch based on existing Salesforce objects, choose which fields you’d like to sync and which direction, and schedule/manage those syncs. Working with some early beta users, we’ve mostly seen these benefits: 1. Build apps and workflows on…
- BDBi-directional sync between Postgres and SQLite2023 · powersync.com · ▲356
Hi HN, Today we’re launching PowerSync, a Postgres<>SQLite bi-directional sync engine that enables an offline-first app architecture. It currently supports Flutter, React Native and web (JavaScript) using Wasm SQLite in the browser, with more client SDKs on the way. Conrad and I (Ralf) have been working on our sync engine since 2009, originally as part of a full-stack app platform. That version of the system is still used in production worldwide and we’ve learnt a lot from its use cases and scaling. About a year ago we started on spinning off PowerSync as a standalone product that is…
- EPElectricSQL, Postgres to SQLite active-active sync for local-first apps2023 · electric-sql.com · ▲617
Hi HN, James, Valter, Sam and the team from ElectricSQL here. We're really excited to be sharing ElectricSQL with you today. It's an open source, local-first sync layer that can be used to build reactive, realtime, offline-capable apps directly on Postgres with two way active-active sync to SQLite (including with WASM in the browser). Electric comprises a sync layer (built with Elixir) placed in front of your Postgres database and a type safe client that allows you to bidirectionally sync data from your Postgres to local SQLite databases. This sync is CRDT-based, resilient to conflicting…


- RAReplicate App-Embedded DuckDBs into PostgreSQL with SyncLite OSS2024 · github.com · ▲73
More growth this month
the category →Source: Product Hunt launch ↗
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com