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.

How you invent math: From counting to complex numbers

https://growingswe.com/blog/inventing-math
1•adityaathalye•4m ago•0 comments

Tesla must face lawsuit alleging anti-American bias in hiring, US judge rules

https://www.reuters.com/legal/government/tesla-must-face-lawsuit-alleging-anti-american-bias-hiri...
1•1659447091•7m ago•0 comments

Destroy My Startup

https://shipordie.club/roast/startup
1•alexlock•9m ago•0 comments

Glazyr Viz – A Hardened Chromium Fork for Sub-16ms Agentic Vision

https://glazyr.com/
1•mcpmessenger•11m ago•2 comments

RFC 406i - The Rejection of Artificially Generated Slop

https://406.fail/
1•pabs3•13m ago•0 comments

Ask HN: Do you measure non human traffic impact as a financial metric?

1•redwine13•18m ago•0 comments

The database that's 1000x faster – SpacetimeDB 2.0 [video]

https://www.youtube.com/watch?v=C7gJ_UxVnSk
1•agentifysh•18m ago•1 comments

Show HN: Factagora – AI agents compete on predictions, time proves who's right

https://factagora.com
3•randybaek•19m ago•2 comments

Apple removing "Foxconn" from photos of workers at new Houston plant

https://imgur.com/a/Vxd9Mtc
4•icwtyjj•20m ago•1 comments

GPT-OSS Optimizations on Nvidia Blackwell: Pushing the Pareto Frontier

https://blog.vllm.ai/2026/02/01/gpt-oss-optimizations.html
1•roody_wurlitzer•20m ago•0 comments

Show HN: Open-source temporary email service using haraka and node

https://www.freecustom.email/en
1•dishantsinghdev•20m ago•0 comments

Don't Post on Product Hunt

https://ziva.sh/blogs/dont-post-on-product-hunt
1•OsrsNeedsf2P•23m ago•0 comments

Submerged Canoes Offer New Insights into Ancestral Traditions Waterways (2025)

https://www.wisconsinhistory.org/Records/Article/CS17431
1•1659447091•24m ago•0 comments

Show HN: 1Password Replica (Security Challenge)

https://github.com/rajksarkar/vaultkeeper
1•davinci123•25m ago•0 comments

The war against PDFs is heating up

https://www.economist.com/business/2026/02/24/the-war-against-pdfs-is-heating-up
3•petethomas•26m ago•1 comments

Show HN: Add price tags to 50 product photos in minutes (no Canva/PS)

https://pricetaggenerator.com
1•oliveroll•27m ago•0 comments

Nvidia's Insane AI Found the Math of Reality [video]

https://www.youtube.com/watch?v=WNsSzX0L4Es
1•surprisetalk•31m ago•0 comments

Addition Under Pressure

https://twitter.com/DimitrisPapail/status/2024555561199480918
1•vismit2000•31m ago•0 comments

Show HN: Riverse – Local AI agent with memory that grows over time

https://github.com/wangjiake/JKRiver
1•collenjk•32m ago•0 comments

SaaS Is Dead. I Buried It in 15 Days. Here's the Proof

1•htuzel•32m ago•0 comments

The writing was always the cheap part

https://passo.uno/real-cost-of-documentation/
1•theletterf•33m ago•0 comments

Is LipoVive Legit? 2026 Reddit and Health Forum Roundup

https://www.morningstar.com/news/accesswire/1138075msn/lipovive-reviews-shocking-2026-report-what...
1•makugats•33m ago•1 comments

Agents of Chaos

https://arxiv.org/abs/2602.20021
1•nextos•34m ago•0 comments

Socialist Excellence in New York City

https://pluralistic.net/2026/02/24/mamdani-thought/
1•pabs3•40m ago•0 comments

Data center developers asked Trump for an exemption from pollution rules

https://grist.org/regulation/these-data-center-developers-asked-trump-for-an-exemption-from-pollu...
5•billybuckwheat•41m ago•0 comments

Fry's Food and Drug

https://en.wikipedia.org/wiki/Fry%27s_Food_and_Drug
1•pinkmuffinere•45m ago•0 comments

Show HN: AgentPass – Identity layer for AI agents (passports, email, trust)

https://github.com/kai-agent-free/AgentPass
1•kai_agent•47m ago•0 comments

Agent context management: ephemeral vs. durable classification

https://sparkco.ai/infra
1•sparkco123•47m ago•1 comments

AI_ATTRIBUTION.md: A Standard for Tracking Creative Control in Human-AI Coding

https://ismethandzic.com/blog/ai_attribution_md/
1•blueblahblue•49m ago•0 comments

vLLM WideEP and Large-Scale Serving Toward Maturity on Blackwell (Part I)

https://blog.vllm.ai/2026/02/03/dsr1-gb200-part1.html
1•roody_wurlitzer•50m ago•0 comments