frontpage.
newsnewestaskshowjobs

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.

Hi, Jinks

https://blog.gingerbeardman.com/2026/07/30/hi-jinks/
1•zdw•1m ago•0 comments

Disney+ removes 4K and HDR10 in Europe

https://www.flatpanelshd.com/news.php?subaction=showfull&id=1785420735
1•theanonymousone•3m ago•0 comments

Claude Opus 5 jailbreak with a 3-word prompt

https://twitter.com/i/status/2082566186785480708
2•gck1•6m ago•0 comments

RosaicLabs, Atom RTL, and 32-Tile AMX: Trying to Piece Together a x86 Puzzle

https://chipsandcheese.com/p/rosaiclabs-atom-rtl-and-32-tile-amx
1•aba_cz•9m ago•0 comments

Anthropic says Claude AI hacked three organisations during cyber tests

https://www.bbc.co.uk/news/articles/cz7dl7w8y7po
1•ColinEberhardt•9m ago•0 comments

Fluency Is Not Authority: Building Local AI Characters for Signal Drift

https://engineering.signaldrift.net
1•alcoveresearch•11m ago•0 comments

Anthropic's AI Claude escaped testing environment and hacked organizations

https://www.theguardian.com/technology/2026/jul/30/anthropic-ai-claude-hack
1•theanonymousone•14m ago•0 comments

Anthropic Discloses That AI Models Testing Hacked Three Companies

https://www.washingtonpost.com/technology/2026/07/30/anthropic-discloses-that-ai-models-testing-h...
1•juunge•16m ago•0 comments

U.S. Coworking Inventory Inching Towards 9,400, Adding over 200 Locations

https://www.coworkingcafe.com/blog/national-coworking-report/
1•vanclaude•18m ago•0 comments

Screenshot Studio – a screenshot tool built for ChatGPT and Claude users

https://chromewebstore.google.com/detail/screenshot-studio-capture/ekoloaibegijelgaebjklmbgjkkokhic
1•raajahuja01•22m ago•0 comments

PhoneFree app. Block distracting apps on your phone

https://apps.apple.com/ca/app/phonefree/id6786120372
1•fahadzaidi•22m ago•1 comments

Just brute force your embeddings

https://softwaredoug.com/blog/2026/07/29/just-brute-force-embeddings
1•JohnBerryman•27m ago•1 comments

JEP 401: Value Objects (Preview) merged to OpenJDK master

https://github.com/openjdk/jdk/pull/31120
1•mfiguiere•28m ago•0 comments

Noisegate: A differential-privacy gateway for untrusted AI agents

https://github.com/yashmahajan10/llm-differential-privacy-gateway
1•handfuloflight•30m ago•0 comments

Minimax H3 on Anime

https://www.reddit.com/r/StableDiffusion/comments/1vbdf4c/comment/p0t2jzw/
1•E-Reverance•31m ago•0 comments

Data's Hierarchy of Needs Revisited

https://yanirseroussi.com/2026/07/31/datas-hierarchy-of-needs-revisited/
1•yanir•33m ago•0 comments

Send your VSCode context to OMP

https://github.com/klondikemarlen/omp-send-context/tree/main
1•ankitg12•34m ago•0 comments

How to Display Stocks on GitHub Profile

https://github.com/Liyfez/PosSol
1•liyfez•35m ago•0 comments

Sysinternals Miscellaneous Utilities

https://learn.microsoft.com/en-us/sysinternals/downloads/misc-utilities
1•ankitg12•45m ago•0 comments

Big Tech AI spending spree tops $1T

https://www.ft.com/content/dcf3873e-7b32-4a24-a90d-3bccf1d2c996
1•mapping365•48m ago•0 comments

Show HN: DMARC.quest SPF/DKIM/DMARC Demystified

https://www.dmarc.quest
2•junkDrawer_ai•50m ago•0 comments

The AI trade now runs on borrowed money, and the lenders are repricing it

https://greyswansignals.com/?theme=dark
46•haipothetical•51m ago•13 comments

Show HN: Prizm – One API key for every top AI video, image and voice model

https://www.prizmkey.com
2•jking413•53m ago•0 comments

Leopold Aschenbrenner, the 'golden child' of the AI trade, was laid low

https://www.ft.com/content/620bd668-d112-412d-aa52-22489b128d55
4•RyanShook•54m ago•0 comments

Does 13% AI overall usage enough to be called as AI product

https://uncoverroads.com/
2•sourav_biswas•55m ago•0 comments

Scammer detection all types free

https://www.yoyosup.com/tools/scamcheck/
2•tcurtis801•58m ago•0 comments

CDN Tsunami: Exploiting HTTP/3-HTTP/1.1 Conversion for DoS Attacks

https://arxiv.org/abs/2607.26589
3•sbulaev•59m ago•0 comments

Oulipo

https://en.wikipedia.org/wiki/Oulipo
2•marysminefnuf•1h ago•0 comments

Now Anthropic Is Saying Claude Escaped and Hacked Several Companies

https://www.cnn.com/2026/07/30/tech/anthropic-ai-models-break-out-hack
5•hackmack10•1h ago•0 comments

The Ozempicization of Everything

https://kyla.substack.com/p/the-ozempicization-of-the-economy
2•nreece•1h ago•0 comments