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.

Show HN: ProofFrame – Rust-native validation and receipts for DataFrames

https://github.com/emirhuseynrmx/proofframe
1•emirhuseyininci•1m ago•0 comments

Meta Files Patent for Facial Recognition, Automatic Recording of People

https://www.privacyguides.org/news/2026/08/17/meta-files-patent-for-facial-recognition-automatic-...
1•DeepLogin•1m ago•0 comments

Linear's 2026 how software work changed in three years

https://linear.app/data
1•AntonZ234•2m ago•0 comments

Claude writing a macOS driver for my obscure HP printer built only for Windows

https://twitter.com/kuberwastaken/status/2089377982536388964
1•porridgeraisin•2m ago•0 comments

Intel Xeon 658X Review: Granite Rapids for Workstations – ServeTheHome

https://www.servethehome.com/intel-xeon-658x-review-granite-rapids-for-workstations/
1•rbanffy•3m ago•0 comments

29 states suing Meta for $1.4T over youth mental health claims

https://www.reuters.com/world/us/meta-faces-29-state-trial-that-could-reshape-instagram-facebook-...
1•giwook•4m ago•0 comments

What has driven deforestation in the 21st century?

https://ourworldindata.org/what-has-driven-deforestation-in-the-21st-century
1•surprisetalk•5m ago•0 comments

No to Spy Pixels

https://notospypixels.com
1•cdrnsf•6m ago•0 comments

'Unprecedented' number of Apple users received recent spyware alert

https://techcrunch.com/2026/08/17/unprecedented-number-of-apple-users-received-recent-spyware-ale...
1•speckx•6m ago•0 comments

Sonic the Hedgehog at 35 – from 2D to 3D to a billion-dollar film franchise

https://www.theguardian.com/games/2026/aug/18/sonic-the-hedgehog-at-35
1•tosh•7m ago•0 comments

QMUD modern Qt based, drop-in replacement for MUSHClient, MUD client

https://github.com/Nodens-/QMud
1•nkjoep•8m ago•0 comments

Show HN: Formulaic, paste a CSV and get the Excel formula that fits it

https://codebypeace.gumroad.com/l/Formulaic
1•KALYX•8m ago•0 comments

OpenAI Model Spec

https://model-spec.openai.com/2026-08-18.html
1•sha-3•10m ago•0 comments

State Farm defense lawyers admit AI generated fake cases in LA lawsuit

https://calmatters.org/economy/2026/08/state-farm-lawsuit-ai-hallucinations/
3•cdrnsf•10m ago•0 comments

ChainDrop worm crawls into NPM supply chain, evades standard defenses

https://www.theregister.com/security/2026/08/15/chaindrop-worm-crawls-into-npm-supply-chain-evade...
2•Bender•10m ago•0 comments

Ask HN: When code review starts backing up on your team, what happens?

1•stephencloud•11m ago•0 comments

Writing a Fast Compiler

https://tibleiz.net/blog/2024-02-04-writing-a-fast-compiler.html
1•birdculture•11m ago•0 comments

Almost nobody pays attention to web standards anymore

https://www.theregister.com/devops/2026/08/17/almost-nobody-pays-attention-to-web-standards-anymo...
2•Bender•11m ago•0 comments

Petlibro accused of "gaslighting" users over smart pet feeder outage

https://arstechnica.com/gadgets/2026/08/petlibro-accused-of-gaslighting-users-over-smart-pet-feed...
2•Bender•13m ago•0 comments

Taxing AI to Help Workers Sounds Good, but Public Deserves More

https://news.bloombergtax.com/tax-insights-and-commentary/taxing-ai-to-help-workers-sounds-good-b...
2•tldrthelaw•14m ago•1 comments

Can autocomplete play chess blindfolded? A journey into applied AI research

https://alfredvc.no/blog/chess-as-autocomplete
1•alfredvc•16m ago•1 comments

Show HN: I made collecting wearable data 25X cheaper

https://platform.stridee.fit
2•alvaromolina0•16m ago•0 comments

Show HN: Dreadsweeper – Minesweeper Raycasted

https://dreadsweeper.franzai.com/
2•franze•16m ago•1 comments

States Seek $200B from Meta over Child Social Media Addiction Claims

https://www.nytimes.com/2026/08/18/technology/meta-social-media-addiction-trial.html
3•sbulaev•18m ago•0 comments

Show HN: Kutta – a 2D wind tunnel in the browser

https://crgimenes.github.io/kutta/
2•crgimenes•20m ago•0 comments

Notes on Crime Trends in the US

https://crimede-coder.com/blogposts/2026/CrimeTrends
4•apwheele•21m ago•0 comments

Show HN: FundNI – Indexing fragmented community funding across Northern Ireland

https://www.fundni.org/
2•alvynmcq•21m ago•1 comments

Show HN: AI Resume Optimization Tool for Specific Job Positions

https://aiomniu.top/services/resume-builder
2•aiomniu•23m ago•0 comments

Ask HN: Why can people migrate to some countries, but not in the opposite dir?

3•roschdal•23m ago•0 comments

Measuring Robinhood Chain sequencer feed latency across AWS zones

https://blockrazor.io/blog/robinhood-sequencer-feed-benchmark/
2•yuouiu•23m ago•0 comments