A distributed SQL database for highly available, scalable, and data-placement-controlled applications.
This project provides a cloud-native distributed SQL database. Developers can install it using pre-built executables or build from source, then start a local cluster with `cockroach start`. It supports strongly-consistent ACID transactions and a familiar SQL API, making it a choice for data-intensive applications needing resilience.
A distributed SQL database for highly available, scalable, and data-placement-controlled applications.
Engineers building fault-tolerant, horizontally scalable data-intensive applications.