CockroachDB Distributed SQL API
CockroachDB is a distributed SQL database providing serializable ACID transactions across multiple nodes and regions. It uses the Raft consensus algorithm and supports the PostgreSQL wire protocol. CockroachDB offers REST and SQL APIs for managing distributed transactions while maintaining global consistency without a central coordinator.