TheRemyyy
Back to projects

Systems & Infrastructure

NyroDB

Real-time database engine focused on high throughput, low-latency reads, and streaming data flows.

RustDatabasePerformanceReal-time

Challenge

Most systems force a tradeoff between speed, streaming, and architecture clarity.

Build approach

I treated real-time behavior as a first-class requirement and designed serialization, indexing, and delivery around that.

Outcome

NyroDB became a flagship infrastructure project and a strong proof of backend performance engineering.

Additional Information

Built with zero-copy serialization, async batching, secondary indexing, and WebSocket-first live delivery.