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

JavaScript's Trademark Problem (2025)

https://2ality.com/2025/08/javascript-trademark.html
1•jcbhmr•2m ago•0 comments

Show HN: macOS Kokoro-TTS powered document reader – listen to any text

https://apps.apple.com/us/app/raconter-listen-to-any-text/id6760326875?mt=12
1•mattcheston•3m ago•0 comments

OpenClaw: An Opinionated Resource List

https://github.com/EthanYolo01/Awesome-OpenClaw
1•MikeLuLu•5m ago•1 comments

Google's AI Studio now integrates with Firebase for vibe coding production apps

https://blog.google/innovation-and-ai/technology/developers-tools/full-stack-vibe-coding-google-a...
1•zhyder•8m ago•0 comments

Direct kinetic impact. a flying sword. 450km/h

https://twitter.com/CardilloSamuel/status/2034642788541960230
2•keepamovin•10m ago•0 comments

How to stop your autoresearch loop from cheating

https://twitter.com/MilksandMatcha/status/2033971089853059414
1•gmays•11m ago•0 comments

China could be the biggest public funder of science within two years

https://www.nature.com/articles/d41586-026-00618-5
2•mraniki•13m ago•0 comments

OpenClaw demand in China is driving up the price of secondhand MacBooks

https://www.cnbc.com/2026/03/19/openclaw-demand-in-china-is-driving-up-the-price-of-secondhand-ma...
1•lxm•16m ago•0 comments

French sailor's fitness app bungle exposes location of aircraft carrier

https://www.yahoo.com/news/articles/french-sailor-fitness-app-bungle-001827195.html
1•nradov•18m ago•0 comments

The Long Farewell to Mark Zuckerberg's Metaverse

https://www.nytimes.com/2026/03/19/technology/mark-zuckerbergs-metaverse-vr-horizon-worlds.html
2•lxm•27m ago•0 comments

Jeff Bezos in Talks to Raise $100B Fund to Transform Companies with A.I

https://www.nytimes.com/2026/03/19/technology/jeff-bezos-ai-fund-project-prometheus.html
1•lxm•28m ago•0 comments

Ship's Clock – a maritime bell clock that lets you hear time

https://play.google.com/store/apps/details?id=com.shipsclock&hl=en_US
1•mooks•30m ago•0 comments

The Displacement of Cognitive Labor and What Comes Next

https://sahajgarg.github.io/blog/cognitive-labor/
1•outside1234•31m ago•0 comments

I Built an E-Commerce Platform from My Off-Grid Homestead Using AI

https://brianeisenberg.substack.com/p/i-built-an-entire-e-commerce-platform
2•bdetunk•33m ago•1 comments

Reverse-Engineering the Personal AI Supercomputer

https://bay41.com/posts/tiiny-ai-pocket-lab-review/
1•b3ing•33m ago•1 comments

Redox OS AGPLv3 Violation

https://gist.github.com/keepitupkitty/43effb8c8fadecf2101b6c0fc4de8790
2•pabs3•39m ago•1 comments

MCP 2026 Roadmap

https://blog.modelcontextprotocol.io/posts/2026-mcp-roadmap/
1•umangsehgal93•40m ago•0 comments

Agent HTTP – Claude Code HTTP API Made Possible by Channels

https://github.com/mberg/agent-http/
1•mberg•41m ago•1 comments

Supermicro Employees Arrested, Smuggling Nvidia Chips

https://www.wsj.com/tech/super-micro-computer-employees-arrested-for-alleged-sales-to-china-45a2bd73
4•next_xibalba•41m ago•2 comments

Show HN: I wrote an open source SEC filing compliance package

1•jgfriedman1999•43m ago•0 comments

Open Source Pledge

https://opensourcepledge.com/
2•pabs3•45m ago•0 comments

I replaced a Scrum team with AI agents for 10 days

https://likafi.com
1•dmbuild•45m ago•0 comments

IntegrateAPI: Install API Integrations in Next.js via CLI

https://integrateapi.io
1•fuse_wire•49m ago•0 comments

TI-89 Height-Mapped Raycaster

https://github.com/dzoba/ti-89-raycasting-with-z
4•zoba•50m ago•0 comments

Pentagon: Anthropic's Chinese employees are security risks

https://www.axios.com/2026/03/19/pentagon-anthropic-foreign-workforce-security-risks
4•jimmydoe•54m ago•3 comments

LiteParse: Local document parsing for AI agents (Open source)

https://www.llamaindex.ai/blog/liteparse-local-document-parsing-for-ai-agents
1•pierre•58m ago•1 comments

I built a skill-optimizer to clean up my messy pile of skills

https://github.com/zhangchenchen/skills_optimizer
1•pekingzcc•1h ago•1 comments

Wikipedia: AI or Not Quiz

https://en.wikipedia.org/wiki/Wikipedia:AI_or_not_quiz
1•mmsc•1h ago•0 comments

Show Me the Model

https://showmethemodel.io/
1•paulpauper•1h ago•0 comments

Economists have caught the AI bug

https://www.ft.com/content/b46fa7c5-1dcd-4d08-96fd-7d5ef7915524
2•paulpauper•1h ago•1 comments