JUST YOUR FRIENDLY LAZY DEV BRO
MY OWN PROGRAMMING LANGUAGE
ShardDB is a high-performance, distributed key-value store built in Go, featuring Strong Consistency, Horizontal Scalability, and ACID Transactions. It leverages the Raft consensus algorithm for log replication and handles automatic sharding via a dedicated Metadata coordination layer.
K8s-Lite is a simplified, educational implementation of Kubernetes, written in Go. It mimics the core architecture and components of K8s to demonstrate how container orchestration works under the hood.
VectorForge is a high-performance, embedded vector database built from scratch in C++ with Python bindings. It is designed for real-time Approximate Nearest Neighbor (ANN) search, offering sub-millisecond query latency and high-throughput ingestion.