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•9mo 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•9mo 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•9mo 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•9mo ago
If the consumers stall, doesn't the WAL have to grow in unbounded fashion? Does it place any backpressure on the writers?
WilcoKruijer•9mo 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.

OopsDB – A TCP proxy to stop AI agents from dropping your DB

https://github.com/pintayo/oopsdb
1•pintayo•1m ago•0 comments

Neon is a human-readable structured data format

https://doc.nette.org/en/neon/format
1•ifh-hn•1m ago•0 comments

New HyperCard discovery: Neuromancer / Count Zero / Mona Lisa Overdrive

https://macintoshgarden.org/apps/neuromancer-count-zero-mona-lisa-overdrive
1•naves•1m ago•0 comments

Tell HN: It's official, I'm done with Claude

1•ra0x3•1m ago•0 comments

Harrison Chase: How Coding Agents Are Reshaping Engineering, Product and Design

https://twitter.com/hwchase17/status/2031051115169808685
1•JnBrymn•2m ago•0 comments

Regxa – query NPM, PyPI, crates.io, RubyGems, Packagist from one TypeScript call

https://github.com/oritwoen/regxa
1•oritwoen•3m ago•1 comments

How Pokémon Go is giving delivery robots an inch-perfect view of the world

https://www.technologyreview.com/2026/03/10/1134099/how-pokemon-go-is-helping-robots-deliver-pizz...
1•rbanffy•4m ago•0 comments

AI's hidden bias: Chatbots can influence opinions without trying

https://news.yale.edu/2026/03/03/ais-hidden-bias-chatbots-can-influence-opinions-without-trying
1•geox•4m ago•0 comments

Ghostty 1.3

https://twitter.com/mitchellh/status/2031042095822340417
1•tosh•5m ago•0 comments

Google to Discontinue Widevine Cloud License Service in April 2027

https://castlabs.com/blog/widevine-retiring-cloud-license-service/
2•dabinat•6m ago•0 comments

Summry – I replaced my mess of Make.com automations with this

1•tetianad•7m ago•0 comments

Codex Unresponsive

https://status.openai.com/incidents/01KK9JA8JKQKDW1W24T09NHBYH
1•rvz•8m ago•0 comments

Announcing Fedora Linux 44 Beta

https://fedoramagazine.org/announcing-fedora-linux-44-beta/
1•voxadam•8m ago•0 comments

You Hired the AI to Write the Tests. Of Course They Pass

https://www.claudecodecamp.com/p/i-m-building-agents-that-run-while-i-sleep
2•aray07•9m ago•0 comments

A small experiment in context aware storytelling on the web

2•vibecoder21•12m ago•0 comments

Iran: "The internet belongs to those who convey the voice of the nation."

https://twitter.com/shahinlooo/status/2031362334174703657
1•bayat•12m ago•0 comments

Will AI CapEx Pay for Itself?

https://chenyu-li.info/blog/
1•chenyusu•13m ago•0 comments

Show HN: Sandsofti.me – Visualize the time you have left with loved ones

https://sandsofti.me
1•kwm•16m ago•0 comments

Straitsweeper

https://straitsweeper.com/
1•davedx•16m ago•0 comments

Mesh over Bluetooth LE, TCP, or Reticulum

https://github.com/torlando-tech/columba
1•khimaros•16m ago•0 comments

CTF is dying because of AI?

https://blog.krauq.com/post/ctf-is-dying-because-of-ai
2•d_silin•18m ago•0 comments

Reality is not a controlled hallucination

https://iai.tv/articles/reality-is-not-a-controlled-hallucination-auid-3517
1•XzetaU8•18m ago•0 comments

Show HN: Don't share code. Share the prompt

https://openprompthub.com/#
2•jacomoRodriguez•19m ago•1 comments

Faster Ruby Bundler

https://railsatscale.com/2026-03-09-faster-bundler/
1•onnnon•19m ago•0 comments

The Obscure Relation of Appropriateness

https://vincentcarchidi.substack.com/p/the-obscure-relation-of-appropriateness
1•verdverm•21m ago•0 comments

Show HN: HyperFluid – Hyper personalised webpages using groq

https://hyperfluid.page
1•j_rcht•22m ago•0 comments

LLMs are bad at vibing specifications

https://buttondown.com/hillelwayne/archive/llms-are-bad-at-vibing-specifications/
2•todsacerdoti•23m ago•0 comments

Source Maps: Shipping Features Through Standards

https://bloomberg.github.io/js-blog/post/standardizing-source-maps/
3•robpalmer•23m ago•0 comments

DOGE member took Social Security data on a thumb drive, whistleblower alleges

https://www.washingtonpost.com/politics/2026/03/10/social-security-data-breach-doge/
14•greenburger•25m ago•2 comments

Show HN: G0 – The control layer for AI agents (scan, test, monitor, comply)

https://github.com/guard0-ai/g0
1•debug-0101•26m ago•0 comments