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.

Claude Code Scheduler

https://github.com/jshchnz/claude-code-scheduler
1•jshchnz•23s ago•0 comments

Oops, You Wrote a Database

https://dx.tips/oops-database
1•swyx•26s ago•0 comments

Mycelial turnover and persistence of wood-decay fungi at the microscale

https://nph.onlinelibrary.wiley.com/doi/10.1111/nph.70957
2•PaulHoule•2m ago•0 comments

Attyx – tiny and fast GPU-accelerated terminal emulator written in Zig

https://github.com/semos-labs/attyx
2•nicholasrq•4m ago•0 comments

Rippled: Decentralized cryptocurrency blockchain daemon, XRP Ledger in C++

https://github.com/XRPLF/rippled
1•klaussilveira•5m ago•0 comments

Show HN: TypeDB Studio's AI agent for schema exploration and query generation

https://typedb.com/blog/vibe-querying-with-typedb-studio
2•flyingsilverfin•5m ago•1 comments

Anthropic acquires Vercept_AI to advance Claude's computer use capabilities

https://twitter.com/AnthropicAI/status/2026705792033026465
1•bigwheels•5m ago•1 comments

Russia sends migrants into Europe through secret tunnels

https://www.telegraph.co.uk/world-news/2026/02/25/russia-sends-migrants-into-europe-through-secre...
1•breppp•5m ago•0 comments

SysNav – An Intelligent Cockpit for DevOps (Local-First)

https://www.sysnav.ai/
1•sys_ravi•6m ago•1 comments

Transnormalism

https://www.gleech.org/enhance
1•speckx•7m ago•0 comments

Mojo 1.0 and compiler open-sourcing planned for 2026

https://twitter.com/Modular/status/2026703863215174028
1•ivell•7m ago•0 comments

Hotmail/MS new spam filtering causing issues for ESP's

https://status.mxroute.com/incident/3
2•nickweb•7m ago•1 comments

Temple of boom: Why Taiwan's religious sites are becoming unlikely rave venues

https://www.theguardian.com/music/2026/feb/24/taiwan-religious-sites-rave-venues-temple-meltdown
1•ryan_j_naughton•10m ago•0 comments

Greenland Sharks Defy Aging

https://www.sciencenews.org/article/greenland-sharks-aging-heart-eyes
1•digital55•11m ago•0 comments

Mobile phone short video useimpacts attention functions: an EEG study

https://www.frontiersin.org/journals/human-neuroscience/articles/10.3389/fnhum.2024.1383913/full
1•jmacd•13m ago•0 comments

Show HN: I ported Tree-sitter to Go

https://github.com/odvcencio/gotreesitter
2•odvcencio•14m ago•0 comments

Intelligence: A History

https://aeon.co/essays/on-the-dark-history-of-intelligence-as-domination
1•quijoteuniv•14m ago•0 comments

Data Scanning and the Fourth Amendment [pdf]

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5175686
1•treetalker•16m ago•0 comments

Canadian Tire data breach exposed almost 42M records

https://haveibeenpwned.com/Breach/CanadianTire
1•auslegung•16m ago•1 comments

Forking Zed to orchestrate headless coding agent fleets

https://blog.helix.ml/p/how-we-forked-zed-to-run-a-fleet
1•quesobob•17m ago•0 comments

The Slow Death of the Power User

https://fireborn.mataroa.blog/blog/the-slow-death-of-the-power-user/
3•microsoftedging•17m ago•0 comments

Woxi: Wolfram Mathematica Reimplementation in Rust

https://github.com/ad-si/Woxi
2•adamnemecek•18m ago•0 comments

My AI kept lying to me, so I built a stress test for agents

https://substack.com/home/post/p-189080713
1•aa-on-ai•18m ago•1 comments

CO2 Is the Wrong Number: Greenhouse Gas Equivalents for Road Freight

https://www.mikeayles.com/blog/co2-vs-ghg-equivalents/
1•mikeayles•19m ago•0 comments

Show HN: ATA – open-source terminal research agent for keeping up with papers

https://github.com/Agents2AgentsAI/ata
1•nimanima11•19m ago•1 comments

Three games to illustrate societal failures

https://twitter.com/rokomijic/status/2026622259595481468
1•MrBuddyCasino•20m ago•0 comments

Lambda: The Ultimate GOTO (1977)

https://research.scheme.org/lambda-papers/lambda-papers-ltu-goto.html
2•tosh•21m ago•0 comments

A tool for (Go) code clone detection

https://github.com/mibk/dupl
1•kermatt•22m ago•0 comments

Ask HN: Should you include a list of technologies in your CV?

2•oldestofsports•23m ago•0 comments

Show HN: Tentacle – Local-first note taking app that organizes itself

https://www.tentaclenote.app/
1•nicoleao•26m ago•0 comments