pg_pidstat is a Rust-based PostgreSQL extension that adds real-time per-backend CPU, memory, I/O, and context switch monitoring via a single SQL view.
pg-walstream: High-Performance PostgreSQL WAL Streaming in Rust
Symbols count in article: 14k Reading time ≈ 12 mins.
A high-performance Rust library for parsing and streaming PostgreSQL WAL messages via logical replication — with load testing results showing 200K+ events/sec.
pg2any: A Rust CDC Library for Streaming PostgreSQL Changes to Any Database
Symbols count in article: 7.9k Reading time ≈ 7 mins.
pg2any is a Rust CDC library that streams PostgreSQL changes via logical replication to MySQL, SQL Server, or SQLite with crash-safe persistence
【開源介紹】redis_fdw_rs:讓 PostgreSQL 直接查 Redis 的 FDW 擴充套件(Rust 編寫)
Symbols count in article: 3.6k Reading time ≈ 3 mins.
介紹開源專案 redis_fdw_rs,使用 Rust 與 pgrx 實作的 Redis FDW,讓 PostgreSQL 直接查詢 Redis 資料如同操作一般資料表
Rust 實作的 PostgreSQL logical replication checker (replication_checker_rs)
Symbols count in article: 5.9k Reading time ≈ 5 mins.
Rust 實作的 PostgreSQL logical replication 協議解析工具,可建立 replication slot 並即時顯示資料變更,適合學習與驗證複寫設定
為什麼修改 MySQL 的 character_set_server 後仍需重啟?從 mysql-connector-net 探討字元集的陷阱
深入分析 MySQL character_set_server 修改後為何需要重啟:從 mysql-connector-net 原始碼與 MySQL Handshake 機制解析字元集設定的陷阱,避免驅動端解碼錯誤
Building a PostgreSQL Foreign Data Wrapper (FDW) in Rust with pgrx
Symbols count in article: 7.3k Reading time ≈ 7 mins.
Learn how to build a PostgreSQL Foreign Data Wrapper (FDW) in Rust using pgrx — query external data sources as regular PostgreSQL tables
使用 Model Context Protocol 以 Weather MCP Server 為例
以 Weather MCP Server 為例,介紹 Model Context Protocol (MCP) 協定如何讓 AI 模型、插件與服務以統一格式交換資料與指令,從零建立一個 MCP Server
MessageWorkerPool framework introduction
最近我開發了 MessageWorkerPool 專案。其主要概念是提供一個平台框架,使使用者能夠快速且輕鬆地在 Worker 內實作邏輯。該設計高度靈活,允許基於我創建的 Worker 通訊協議,以多種程式語言實作 Worker。目前,我已提供使用 C#、Rust 和 Python 編寫的 Worker 範例。
RustBox - Docker-Lite Sandbox for Hackers and Learners
RustBox 是用 Rust 打造的類 Docker 容器 runtime,基於 Linux namespaces、cgroups、OverlayFS,支援多容器編排與完整 CLI