Suchindra Koushik ×
+

Projects

Open source tools, system experiments, and other things I've built.

[ Go ] [ Distributed Systems ]

Distributed KV Store

A distributed key-value store implementing Raft for consensus. Features strong consistency, leader election, and log replication.

[ Python ] [ Data Engineering ]

TinyETL

A lightweight, configuration-driven ETL framework for small to medium scale data pipelines. Supports idempotent retries and pluggable backends.

[ Rust ] [ CLI ]

LogParser CLI

A blazing fast log analysis tool written in Rust. Parses gigabytes of logs in seconds and supports SQL-like querying capabilities.

[ PostgreSQL ] [ Performance ]

PG-Stats-Monitor

A dashboard for visualizing PostgreSQL internal statistics, lock contention, and query performance metrics in real-time.