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.

Follow the Money: Why Financial Crimes Often Go Unpunished

https://www.forensicscolleges.com/blog/follow-the-money/unpunished-financial-crimes
1•paulpauper•33s ago•0 comments

Show HN: Agent Purge – Scrub any mention of anything agent related

1•aihatterer•4m ago•0 comments

Engineer who built DarkBloom (P2P GPU inference) – started coding at 10, now 18

https://twitter.com/pratikg/status/2091799024299086319
1•TheBengaluruGuy•5m ago•0 comments

Show HN: CaptureAgent – find, price, draft, grade, run and fund federal work

https://captureagent.us/
1•MTakla•7m ago•0 comments

New Mexico's clean energy success story

https://yaleclimateconnections.org/2026/07/new-mexicos-clean-energy-success-story/
1•MBCook•9m ago•0 comments

Account – Y Combinator

https://account.ycombinator.com/?continue=https://www.ycombinator.com/
1•untitledsource•13m ago•0 comments

Tell HN: Microsoft Is at It Again

4•evo_9•16m ago•1 comments

Evaluating Time Series Foundation Model Claims

https://robjhyndman.com/hyndsight/foundation_models.html
1•bawis•17m ago•0 comments

Hot Chips 2026: Samsung makes LPDDR5X smart with logic unit in memory

https://www.tomshardware.com/pc-components/dram/hot-chips-2026-samsung-makes-lpddr5x-smart-with-l...
1•kristianp•17m ago•1 comments

The Qualcomm Oryon CPU is the first mobile CPU to reach 5GHz

https://www.qualcomm.com/news/onq/2026/08/oryon-cpu-5ghz-flexcache
2•afr0ck•17m ago•1 comments

How to rebuild your broken attention span

https://www.vox.com/life/498932/attention-span-focus-tiktok-brain
2•herbertl•18m ago•1 comments

The AI Health Agent That Will Know Me for Life

https://williamtp.substack.com/p/the-ai-health-agent-that-will-know
1•williamtp•20m ago•0 comments

Show HN: Agent skill to create HTML docs for planning

https://github.com/parthjshah95/visual-planning-skills
1•parthjshah95•26m ago•1 comments

A modest but open theorem in theoretical biology proved by AI

https://twitter.com/curiouswavefn/status/2092380964668534967
3•sajid•29m ago•0 comments

Towards precision psychiatry: initial foundations and future directions

https://www.nature.com/articles/s41573-026-01509-0
1•doener•31m ago•0 comments

Iterize IDE – open-source multi agentic coding platform

https://kosev-lex.com/page1#iterize
1•presencefactor•31m ago•0 comments

MindooDB – open-source end-to-end encrypted local-first sync database

https://mindoodb.com/
1•klehmann•32m ago•0 comments

AI Disruptors: How the Next Generation of Business Is Being Built

https://www.digitalocean.com/blog/ai-disruptors
1•mooreds•35m ago•0 comments

Semicolon Inspector

https://semicolon.trm.sh/
1•latchkey•36m ago•0 comments

Show HN: Highrise – one-tap tower stacker, every height is a real building

https://highrise.lol
1•eashish93•36m ago•0 comments

Trustworthy Data Visualization [video]

https://www.youtube.com/watch?v=mpj-zqkiiXQ
1•vavooom•37m ago•1 comments

Why Starlink won't open Vietnam's censored internet

https://www.dw.com/en/why-starlink-wont-open-vietnams-heavily-censored-internet/a-78494983
4•devonnull•39m ago•0 comments

Watch Tesla FSD v14 Lite drive over a giant log without stopping

https://electrek.co/2026/08/24/tesla-fsd-v14-1-lite-drove-over-log/
3•cisc•42m ago•1 comments

Hermes Agent – Open-Source AI Agent That Grows with You

https://hermes-agent.nousresearch.com
1•duck•43m ago•0 comments

The Super El Niño Won't Fix the West's Water Crisis

https://www.wired.com/story/the-super-el-nino-wont-fix-the-wests-water-crisis/
3•littlexsparkee•44m ago•1 comments

SnapplAI – Apply to Jobs in a Snap

https://github.com/TDK-99/SnapplAI
1•TDK-99•46m ago•1 comments

The End of Programming

https://pauldix.com/the-end-of-programming
4•bssrdf•46m ago•1 comments

Beyond China's humanoid robots, a quieter machine revolution is unfolding

https://www.bbc.com/news/articles/c62m4zn1q6mo
2•enraged_camel•47m ago•0 comments

The Mormon Church Is Quietly Expanding Its Real Estate Empire Across the US

https://www.bloomberg.com/news/features/2026-08-25/florida-colorado-developments-are-part-of-morm...
5•petethomas•47m ago•0 comments

New social app: Strava for reading

https://apps.apple.com/us/app/topics-curated-reading/id6759892878
2•starlightttt•51m ago•3 comments