Snapshotmaster · 9be60ca
The self-hosted request plane: one gateway routes auth, REST, realtime, and storage traffic around PostgreSQL.
Click a building or route
System map8 components · 10 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
API gatewayA public reverse proxy that authenticates, rewrites, and routes requests to internal services.
How to study this repo
- 1Read routes before containers
Start with Envoy's path table so each public URL has a clear internal destination.
- 2Make PostgreSQL central
Trace the separate Auth, REST, Realtime, and Storage database roles and what each stores or reads.
- 3Separate bytes from metadata
Follow one upload to see why object content and authorization metadata live in different systems.