TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Postgres Logical Replication with Rust

2 点作者 seddonm1超过 2 年前
Postgres Logical Replication (the ability to listen to the write-ahead-log) is an extremely useful tool that opens up a lot of use cases which has been put to great effect by companies like Materialize[0] and Redhat with Debezium[1].<p>Recently there was a discussion here on &#x27;push-based output patterns&#x27;[2] where I saw it was not immediately obvious how to implement this pattern with existing tooling.<p>This project seeks to demonstrate how to implement logical replication using Rust that can be easily set up and experimented with.<p>[0] <a href="https:&#x2F;&#x2F;materialize.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;materialize.com&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;debezium.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;debezium.io&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33370649" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33370649</a>

暂无评论

暂无评论