All ProjectsDatabases & Systems
Databases & Systems
Explore database performance benchmarking, multi-node cluster deployments, and low-level systems work focused on reliability and data safety.

NoSQL Database Performance Comparison: MongoDB vs Apache Cassandra
Diploma thesis benchmarking MongoDB vs Apache Cassandra on 50M records across three-node Docker clusters, using YCSB and custom Python tests.
MongoDBApache CassandraDockerLinuxPythonYCSB



Warehouse Management System with FIFO/FEFO Batch Rotation
Microsoft SQL Server inventory system for food wholesale using FIFO/FEFO batch rotation, an append-only movement ledger, set-based window-function allocation with pessimistic locking, and immutable trigger-enforced history. Deployed with Docker Compose over ~75,000 seeded records.
Microsoft SQL Server 2019T-SQLDockerDocker Compose