Shadowstream AUG 2025

A sophisticated database change capture (CDC) system built in Go. Streams real-time PostgreSQL updates to Kafka utilizing Protobuf serialization for maximum cross-service efficiency.

GoKafkaPostgresProtobufRedis
CDC Architecture Diagram
GopherDB JUNE 2025

Experimental log-structured merge-tree (LSM) based key-value store. Built with Go, featuring custom Memtables, immutable SSTables, and a Write-Ahead Log (WAL) to ensure data durability.

GoSystemsStorageLSM-Tree
Database Architecture Diagram