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.

API entry from apis.yml

apis.yml Raw ↑
name: CockroachDB Distributed SQL API
description: 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.
humanURL: https://www.cockroachlabs.com/docs/stable/
baseURL: https://cockroachlabs.cloud/
tags:
- CockroachDB
- Distributed SQL
- ACID
- Serializable
- Cloud Native
properties:
- type: Documentation
  url: https://www.cockroachlabs.com/docs/stable/
- type: Documentation
  url: https://www.cockroachlabs.com/docs/stable/transactions.html
  title: CockroachDB Transactions
- type: GitHubRepository
  url: https://github.com/cockroachdb/cockroach