Welcome to KalamDB
KalamDB is a SQL-first realtime database designed for high-concurrency app workloads and agent systems.
It combines:
- SQL query and DDL workflows
- user-isolated and shared table models
- live query subscriptions over WebSocket
- topic consume/ack worker patterns
- hot + cold storage lifecycle in one runtime
Developer Path
If you are new to KalamDB, follow this order:
Core Capabilities
| Capability | What it gives you |
|---|---|
USER tables | per-user/tenant isolation |
SHARED tables | global app data scope |
STREAM tables | ephemeral realtime state with TTL |
| live subscriptions | push-based UI/state updates |
| topics + consumers | queue-like worker processing |
| storage commands | explicit flush/compact/manifest tooling |
Release Information
For the latest published versions and artifacts, use:
Last updated on