Multi-tenant database management system.
Cowloon is a management system which realizes ACID and scale-out without pain of distributed system.
- App doesn't need to know which tenant belongs to which database.
- App must specify a tenant at every query to achieve ACID.
- One database holds multiple tenants' data.
- One tenant's data belong to only one database (and replicas).
- Tenant's data can move between databases when needed.
- Cowloon decides a database to query.
and more.