frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: ReJot – Database replication framework aimed at developers

https://github.com/rejot-dev/rejot
9•WilcoKruijer•1y ago
Hi Hacker News! We're Jan & Wilco from ReJot (https://rejot.dev). With ReJot we're building a framework that turns the write-ahead log of your database into an asynchronous communication channel for your services. ReJot enables application developers to define how the database tables they own should be replicated to other databases. Something we wish we had at in our previous job at a large fintech.

There is a gap between building internal (REST) APIs and Kafka (event streaming) to share data between services.

Internal APIs start to break down when you have more than a couple services communicating. Their synchronous nature makes them brittle in a distributed system: failures cascade and latency adds up. Companies operating internal APIs at scale often face challenges like managing implicit schemas and versioning. They also need to write significant amounts of code to implement features like circuit breakers and internal load balancing.

Event streaming addresses these issues by using asynchronous communication, but it also introduces significant drawbacks. Kafka is known for its operational complexity and high cost. Engineers must manage outbox tables, outbox processors, and consumers, which makes the system more difficult to understand and maintain.

ReJot is the middle ground solution that re-uses a database system's write-ahead log as an asynchronous communication channel. The WAL is well-suited to double as an outbox, this has been proven by CDC systems like Debezium. ReJot is a lightweight addition to existing infrastructure, and even re-uses existing (relational) database systems to store messages (temporarily) before sending them to the destination/sink databases.

We're developer focused, as opposed to being infrastructure focused. Much like how developers define the database table schemas they use, we enable developers to say how their data should be published to others in the distributed system. This is done through something we call "Public Schemas", they consist of a schema and a (SQL) query. When an item in the underlying table changes, the query is executed to produce an object conforming to the schema. This data is then forwarded through ReJot, ready to be consumed by a different service using a "Consumer Schema". This is again a simple (SQL) query that contains an INSERT statement. All of this is defined from within the codebase of the application, much like how ORMs or query builders work.

In short, ReJot re-uses your database in two ways: by consuming the WAL, and also by using queries to encapsulate and integrate data. This makes ReJot a good middle-ground between the brittleness of synchronous communication and the complexity of event streaming.

Excited to hear what you think!

Comments

raoulritter•1y ago
I'm thinking that now with all these agent to agent frameworks this could potentially work for that. If you send off one agent you want them to keep up to date and sync / talk to each-other. Could your solution work for something like A2A by google or similar to enhance the synchronization across the different agents doing their tasks and prevent them from landing in a loop or similar.
WilcoKruijer•1y ago
I'm not too familiar with how people store the state of AI agents, but I do think there's some opportunity to use ReJot for this use case. Hooking up an agent to ReJot and giving them access to all available Public Schemas could be an interesting way of letting an agent explore and use the data in a distributed system.
jasonthorsness•1y ago
If the consumers stall, doesn't the WAL have to grow in unbounded fashion? Does it place any backpressure on the writers?
WilcoKruijer•1y ago
You're right. Since we don't want to put too much pressure on the source database, we do save the (transformed) WAL items in an intermediary database (we call this the event store), so the source can clear its WAL.

This does mean the intermediary database can grow in an unbounded fashion. The use case really determines if this is fine or not. Since our focus right now is on (micro)service communication, we think this is fine in most cases, as the throughput usually is not gigantic.

Since the event store is just a Postgres database, it's easy to set up partitions to only retain data for a certain amount of time. On the near-term roadmap we also have back-fill support which will make it easier to work with shorter retention windows.

BYU's Supermileage vehicle: Squeezing 2,145 miles out of a single gallon of fuel

https://news.byu.edu/intellect/the-best
1•_josh_meyer_•1m ago•1 comments

A Fundamental Principle of Aeronautical Engineering Has Been Overturned

https://www.wired.com/story/a-fundamental-principle-of-aeronautical-engineering-has-been-overturned/
1•littlexsparkee•1m ago•1 comments

LLM Edit Tool – Failure Modes and Proposed Improvements

https://github.com/professor-jonny/pulsar-edit-mcp-server/blob/main/LLM-FAILURE-MODES.md
1•professor_jonny•3m ago•1 comments

We built OpenLinker, an open-source channel manager

https://openlinker.io/en/blog/why-we-built-openlinker/
1•PeterSwierzy•3m ago•0 comments

Libexpat Is Understaffed

https://github.com/libexpat/libexpat/blob/master/expat/Changes
1•wg0•4m ago•0 comments

List of April Fools RFCs

https://gist.github.com/eliminmax/7e70b89ae9a996aec7bbb32229def45b
2•NicoHartmann•5m ago•0 comments

New Zealand at wild frontier of AI superhacking

https://www.rnz.co.nz/news/science-and-technology/596203/nz-at-wild-frontier-of-ai-superhacking
4•billybuckwheat•6m ago•0 comments

The Race Is on (AI)

https://www.reloadnyc.com/the-race-is-on/
1•smesser•7m ago•0 comments

A new suite of modern tools coming for editing and publishing RFCs

https://www.ietf.org/blog/new-tools-coming-for-editing-and-publishing-rfcs/
2•shpat•9m ago•0 comments

A decades-old forest planting practice from Japan is gaining traction in the US

https://text.npr.org/nx-s1-5734482
3•mooreds•12m ago•0 comments

Why I Sacrificed a Goat to AWS Gods

https://blog.light-cloud.com/cloud/rethinking-infrastructure
2•julia-kafarska•12m ago•0 comments

Show HN: CRED-1 – Open domain credibility dataset for on-device pre-bunking

https://github.com/aloth/cred-1
2•xlth•14m ago•0 comments

Australia Four-Day Work Week Study Data Shows Boosted Productivity

https://scienceaim.com/australia-just-proved-the-four-day-work-week-works-here-is-what-the-data-a...
3•randycupertino•16m ago•0 comments

White House Approves $9B for Spy Agencies to Catch Up on A.I

https://www.nytimes.com/2026/05/22/us/politics/spy-agencies-ai-chips-shortage.html
2•01-_-•19m ago•0 comments

Measuring LLMs' ability to develop exploits

https://red.anthropic.com/2026/exploit-evals/
2•allenleee•19m ago•0 comments

Google CEO Sundar Pichai says booing graduates will shape AI's future

https://www.businessinsider.com/sundar-pichai-google-graduation-speech-stanford-ai-backlash-eric-...
2•01-_-•22m ago•0 comments

I ran 7 Claude Code instances as an adversarial research collective

https://paragraph.com/@adversarial-auditor/i-ran-7-claude-code-instances-as-an-adversarial-resear...
1•adv-auditor•22m ago•0 comments

The 'Vibecession' Is Over. The 'Permacession' Is Here

https://www.theatlantic.com/ideas/2026/05/americans-depressed-economy/687278/
3•paulpauper•22m ago•0 comments

Show HN: TalkTimer, a micro-SaaS run by an AI agent team

https://talktimer.co
1•a3e7•22m ago•0 comments

Dad Books Are a Dying Breed

https://www.wsj.com/business/media/dad-books-are-a-dying-breed-d9a28b49
2•paulpauper•22m ago•0 comments

Robert Wright's the God Test

https://marginalrevolution.com/marginalrevolution/2026/05/robert-wrights-the-god-test.html
2•paulpauper•23m ago•0 comments

BSDCan 2025 Trip Report – Mark Johnston

https://freebsdfoundation.org/blog/bsdcan-2025-trip-report-mark-johnston/
1•jruohonen•24m ago•1 comments

Defeating Git Rigour Fatigue with Jujutsu

https://ikesau.co/blog/defeating-git-rigour-fatigue-with-jujutsu/
2•ikesau•33m ago•0 comments

"Fixing" My HomeAssistant Install on FreeBSD – Brnrd – Bernard Spil

https://brnrd.eu/misc/2026-05-20/fixing-my-homeassistant-install-on-freebsd.html
1•rodrigo975•33m ago•0 comments

Countries scored on government promises vs. reality using official sources

https://www.sworndata.org/
1•cukhaj•34m ago•1 comments

Jailed Zigbee and HomeAssistant on FreeBSD – Brnrd – Bernard Spil

https://brnrd.eu/misc/2026-02-07/jailed-zigbee-and-homeassistant-on-freebsd.html
1•rodrigo975•34m ago•0 comments

Understanding WebAuthn credential protection policy

https://pilcrowonpaper.com/blog/16
2•mooreds•34m ago•0 comments

2009 Aftonbladet Israel Controversy

https://en.wikipedia.org/wiki/2009_Aftonbladet_Israel_controversy
3•hggh•34m ago•0 comments

Show HN: Trickster's Table – 20 free trick-taking card games with AI opponents

https://tricksterstable.playagame.app
1•dbravender•36m ago•1 comments

Pi Subagents

https://github.com/amosblomqvist/pi-subagents
1•sauravmaheshkar•36m ago•0 comments