MVPDistributed Auction System — in development
Real-time distributed auctions, built to scale under load.
SummitTech's flagship MVP — a distributed, real-time auction platform engineered in .NET. Built for high-concurrency bidding, full observability, and reliability from the first commit.
Built with
.NET 10C# 14PostgreSQLRedisSignalRDockerOpenTelemetryAzure
01 / SIGNALR
Real-time bidding
Live bid propagation over SignalR with conflict-safe ordering, so every participant sees the same auction state.
02 / SCALEDistributed by design
Stateless services backed by PostgreSQL and Redis, ready to scale horizontally without sticky sessions.
03 / OTELObservable end to end
OpenTelemetry traces, metrics, and logs across every hop — so behaviour under load is measured, not guessed.