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

Firefox 150

https://www.firefox.com/en-US/firefox/150.0/releasenotes/
1•beatthatflight•1m ago•0 comments

Show HN: A free business analysis tool powered by AI

https://wuobly.com/website-to-prospecting-brief
1•Bgach•3m ago•0 comments

AWS App Runner will no longer be open to new customers

https://docs.aws.amazon.com/apprunner/latest/dg/apprunner-availability-change.html
1•dilipray•3m ago•1 comments

2026 State of Kubernetes Optimization Report

https://cast.ai/reports/state-of-kubernetes-optimization/
1•BlackPlot•11m ago•0 comments

MySQL 9.7.0 LTS

https://blogs.oracle.com/mysql/mysql-9-7-0-lts-is-now-available-expanded-community-capabilities-a...
1•theodorejb•11m ago•0 comments

ContextBlur – Blur sensitive elements before you share your scree

https://chromewebstore.google.com/detail/contextblur/hahoepjcdanibdehgcdblhpfdklbaldh
1•Kodaren1338•16m ago•0 comments

Show HN: Spacetime Watch – an astrolabe-inspired astronomical Wear OS watch face

https://spacetime.watch/
1•metaphorician•17m ago•1 comments

What I heard at the Legal and Licensing Workshop 2026

https://www.thomas-huehn.com/what-i-heard-at-llw-2026/
1•Tomte•18m ago•0 comments

Finding duplicated code with tools from your CS course

https://purplesyringa.moe/blog/finding-duplicated-code-with-tools-from-your-cs-course/
1•gavide•18m ago•0 comments

TypeScript 7.0 Beta (built on Go)

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-beta/
6•subset•19m ago•0 comments

Tell HN: OpenAI Codex Service_unavailable_error in OpenCode

1•guld•20m ago•0 comments

Mojo GPU Puzzles, Edition 1

https://puzzles.modular.com/introduction.html
1•NeoInHacker•26m ago•0 comments

The surprising origin of 4 features that superglue kids–and adults–to screens

https://www.npr.org/2026/04/21/nx-s1-5776665/surprising-origin-features-superglue-kids-adults-to-...
1•xtiansimon•26m ago•2 comments

Building an Interregional Transmission Overlay for a Resilient U.S. Grid

https://content.knowledgehub.wiley.com/energy-in-motion-unlocking-the-interconnected-grid-of-tomo...
1•defrost•30m ago•0 comments

UX Research Tooling Landscape

https://github.com/samber/awesome-user-research
1•samber•31m ago•0 comments

AI Licensing Marketplaces: A Guide for Publishers

https://www.apexcovantage.com/resources/blog/ai-licensing-marketplaces-a-guide-for-publishers
1•nihalacv•33m ago•0 comments

Ask HN: What's in Your RSS in 2026?

1•agilek•40m ago•0 comments

Tell HN: Search Marketplace for "Sony megastorage" get accused of child porno

1•andrewstuart•42m ago•2 comments

Open source DAG for managing multi-agent pipelines

https://github.com/naveenraj-17/synapse-ai
1•Koffiepoeder•43m ago•1 comments

Fable 5, F# compiler released

https://github.com/fable-compiler/Fable/releases/tag/5.0.0
3•throwawaygod•45m ago•1 comments

Windows 9x Subsystem for Linux

https://social.hails.org/@hailey/116446826733136456
84•sohkamyung•45m ago•18 comments

Making Interpreters Faster [video]

https://www.youtube.com/watch?v=laqSS5Lw6kM
1•tosh•47m ago•0 comments

Show HN: Browser-based M68K interpreter Release 1.1.0

https://m68k-interpreter.vercel.app/
1•aldino97•48m ago•0 comments

Show HN: AICommander – Reliable System-Level Automation

https://mountaindevs.com/Home/Products
2•ri2009•48m ago•0 comments

Learn Rust with Too Many Linked Lists

https://rust-unofficial.github.io/too-many-lists/
2•ILoveHorses•49m ago•0 comments

Meta to Track Employee Mouse, Keyboard Activity to Train AI Models

https://www.pcmag.com/news/meta-to-track-employee-mouse-keyboard-activity-to-train-ai-models
2•01-_-•52m ago•0 comments

The Narrow Landing Surface

https://makersbreakers.substack.com/p/the-narrow-landing-surface
1•luka_leskovsek•54m ago•0 comments

WFY24 – Environmental intelligence engine for 8.4M locations

https://www.wfy24.com/en
1•weatherfun•55m ago•0 comments

I started an open source project instead of begging on the street

https://medium.com/@nieuwmijnleven/i-started-an-open-source-project-instead-of-begging-on-the-str...
4•nieuwmijnleven•1h ago•0 comments

Show HN: Sidebearing-trim – align text to visible ink, not the glyph box

https://sidebearing-trim.js.org/
1•peksi•1h ago•0 comments