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•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.

Magenta RealTime 2: Open and Local Live Music Models

https://magenta.withgoogle.com/magenta-realtime-2
1•selvan•38s ago•1 comments

BrowseComp-Plus: A More Fair and Transparent Benchmark of Deep-Research Agent

https://github.com/texttron/BrowseComp-Plus
1•colonCapitalDee•1m ago•0 comments

Meta Silently Added Face-Recognition for Its Smart Glasses to Phones

https://www.wired.com/story/meta-smart-glasses-face-recognition-nametag-connections/
1•thm•1m ago•0 comments

Building AI Neuroscience: From Atoms to Bits

https://blog.amaranth.foundation/p/building-ai-neuroscience-from-atoms
1•pminimax•1m ago•0 comments

DB Nerds – Try this out

https://kesseldb.com/
1•haz00•2m ago•0 comments

Flesh-eating screwworm returns to U.S. after 60 years, threatening cattle herd

https://www.nbcnews.com/news/us-news/new-world-screwworm-case-detected-texas-calf-cattle-food-sup...
1•Pxtl•2m ago•1 comments

The year of IPv6-only desktop

https://ripe92.ripe.net/programme/meeting-plan/sessions/94/PBHCLK/
1•ivlad•3m ago•0 comments

SpaceX: Flying High on Impunity

https://georgiebc.wordpress.com/2026/06/01/flying-high-on-impunity/
1•ortr•11m ago•0 comments

Charges dismissed for dad who shot daughter's rapist

https://www.cnn.com/2026/06/04/us/aaron-spencer-murder-charges-dismissed
2•nacho-daddy•12m ago•0 comments

Built a runtime layer so automation scripts and AI systems don't forget state

https://stateflow-dev.github.io/stateflowlabs/
1•StateflowsLabs•14m ago•0 comments

Model Optimization

https://developers.openai.com/api/docs/guides/model-optimization
2•ankitg12•25m ago•0 comments

Linear Cosine Palettes(2025)

https://blog.djnavarro.net/posts/2025-09-14_cosine-palettes/
2•num42•30m ago•0 comments

Senior Data Engineer – Climate Friendly

https://au.seek.com/job/92537981
2•molliejackson•31m ago•1 comments

agentgateway Joins AAIF as an Open Gateway for Agentic AI Infrastructure

https://aaif.io/blog/agentgateway-joins-aaif-as-an-open-gateway-for-agentic-ai-infrastructure/
2•wicket•31m ago•0 comments

Show HN: Wyreup.com – Common JavaScript tools packaged for offline and agent use

https://wyreup.com/
2•tamler•36m ago•0 comments

Anthropic Wants Worldwide AI Development Pause

https://www.wsj.com/finance/investing/anthropic-calls-for-global-slowdown-in-ai-development-4f2134f6
3•jonbaer•38m ago•0 comments

NASA announces 3 uncrewed missions to moon this year to prepare to build a base

https://www.nbcnews.com/science/space/nasa-announces-moon-missions-prepare-build-base-rcna346349
8•gmays•41m ago•0 comments

Chinese users do not like "super apps"

https://twitter.com/trydotworks/status/2062723113322741895
7•try-working•45m ago•1 comments

The AI Treadmill

https://debliu.substack.com/p/the-ai-treadmill
2•swolpers•47m ago•0 comments

Meta scales back plan for internal mouse-tracking tech, citing staff concerns

https://www.reuters.com/world/meta-scales-back-ai-mouse-clicks-tool-citing-employee-concerns-2026...
3•gnabgib•47m ago•0 comments

Sparknotes for your agents. Try for free

https://www.aiagentnotes.com/
2•mattmerrick•48m ago•1 comments

Ask HN: macOS went from Cat to California, next what?

3•akashwadhwani35•53m ago•1 comments

Benevolent dictator Zuck will give Meta staff 30-minute break keylogging assault

https://www.theregister.com/ai-and-ml/2026/06/04/meta-to-allow-staff-breaks-from-keylogging-data-...
5•Bender•54m ago•2 comments

'Please do not vibe f–- up this software': Broken backups spark AI coding row

https://www.theregister.com/ai-and-ml/2026/06/04/please-do-not-vibe-f-up-this-software-broken-bac...
3•Bender•55m ago•1 comments

Azure Linux 4.0 is Microsoft's first general-purpose Linux

https://www.boxofcables.dev/azure-linux-4-0-is-microsofts-first-general-purpose-linux/
10•haydenbarnes•56m ago•1 comments

Larger context windows and configurable reasoning levels for GitHub Copilot

https://github.blog/changelog/2026-06-04-larger-context-windows-and-configurable-reasoning-levels...
3•Klaster_1•56m ago•0 comments

Walmart investors reject AI workplace report as automation expands in the US

https://www.reuters.com/legal/litigation/walmart-investors-reject-ai-workplace-report-automation-...
2•petethomas•57m ago•4 comments

Jo: A statically typed language that targets Ruby

https://jo-lang.org/
2•thunderbong•59m ago•0 comments

The Causes of Long Covid

https://www.science.org/content/blog-post/causes-long-covid
21•maxall4•1h ago•4 comments

NPM-Scan v1.1.0: Four New Detectors for June 2026 Supply Chain Attacks

https://github.com/lateos-ai/npm-scan/blob/main/VALIDATION.md
2•lateos-ai•1h ago•1 comments