Models
The template library
Each model is an access-pattern design. Pick one and it resolves into a table on the engine, with its access patterns ready to load into the console and run.
- URL Shortenersimple
A hash-only table keyed by short code, the classic key-value lookup.
- SaaS Multi-Tenantmedium
Organisations and their members in one table, isolated by partition.
- Game Leaderboardmedium
Per-game high scores, ranked with a secondary index on score.
- Maintainers & Projectsmedium
A many-to-many between people and projects, read from either side.