A Rust-based Change Data Capture (CDC) application that streams real-time data changes from PostgreSQL to other databases (MySQL, SQL Server, etc.) using
【開源介紹】redis_fdw_rs:讓 PostgreSQL 直接查 Redis 的 FDW 擴充套件(Rust 編寫)
Symbols count in article: 3.6k Reading time ≈ 3 mins.
大家好,今天要和大家介紹我近期開發的一個開源專案 —— redis_fdw_rs,這是一個使用 Rust 語言與 pgrx 框架實作的 **Redis Foreign Data Wrapper (FDW)**,讓你能夠在 PostgreSQL 中直接查詢 Redis 資料,就像操作一般的資料表一樣。
Rust 實作的 PostgreSQL logical replication checker (replication_checker_rs)
Symbols count in article: 5.9k Reading time ≈ 5 mins.
大家好,今天要和大家介紹我近期開發的一個開源專案 [replication_checker_rs][1] 如果你想用一個輕量、可讀性高的工具實時觀察 PostgreSQL 邏輯複寫(logical replication)流,或想把複寫協議
為什麼修改 MySQL 的 character_set_server 後仍需重啟?從 mysql-connector-net 探討字元集的陷阱
為什麼修改 MySQL 的 character_set_server 後仍需重啟?從 mysql-connector-net 探討字元集的陷阱
Building a PostgreSQL Foreign Data Wrapper (FDW) in Rust with pgrx
Symbols count in article: 7.3k Reading time ≈ 7 mins.
Here's a well-structured draft for your technical blog post based on the provided Rust + pgrx Foreign Data Wrapper (FDW) code.
使用 Model Context Protocol 以 Weather MCP Server 為例
MCP(Model Context Protocol)是一種協定,用於在工具之間進行通訊與協作。透過 MCP,可以讓各種獨立的工具(如模型、插件、服務)以一致的格式互相交換資料與指令。MCP Server 是提供特定功能的伺服器端程式,能與支援 MCP 的前端進行互動。
MessageWorkerPool framework introduction
最近我開發了 MessageWorkerPool 專案。其主要概念是提供一個平台框架,使使用者能夠快速且輕鬆地在 Worker 內實作邏輯。該設計高度靈活,允許基於我創建的 Worker 通訊協議,以多種程式語言實作 Worker。目前,我已提供使用 C#、Rust 和 Python 編寫的 Worker 範例。
RustBox - Docker-Lite Sandbox for Hackers and Learners
A Docker-like container runtime written in Rust with daemon architecture, supporting multi-container orchestration, persistent state management, and
Instrument Any App Instantly Using OpenTelemetry_SideCar
If you’ve ever struggled to instrument legacy apps or non-standard services for observability, OpenTelemetry_SideCar is here to help. This project offers a
AI-Powered PostgreSQL Performance Tuning with MCP - Introducing pgtuner_mcp
Symbols count in article: 12k Reading time ≈ 11 mins.
An MCP server that delivers AI-driven PostgreSQL performance analysis, tuning advice, and health checks.