Skip to content

api-evangelist/cockroachdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CockroachDB (cockroachdb)

CockroachDB is a distributed, PostgreSQL-compatible SQL database built by Cockroach Labs. It scales horizontally, survives disk, machine, rack, and data-center failures, and provides ACID transactions across geographies. CockroachDB is offered as a fully managed service on cockroachlabs.cloud (Basic, Standard, Advanced plans) and as self-hosted software. Two REST APIs are available: the CockroachDB Cloud API for managing the lifecycle of cloud-hosted clusters, and the per-node CockroachDB Cluster API for cluster health, monitoring, and operational status.

URL: Visit APIs.json URL

Scope

  • Type: Index
  • Position: Consuming
  • Access: 3rd-Party

Tags

  • Cluster Management
  • Cloud
  • Database
  • Distributed SQL
  • Infrastructure
  • PostgreSQL Compatible
  • SQL

Timestamps

  • Created: 2024-11-24
  • Modified: 2026-04-26

APIs

CockroachDB Cloud API

REST API for managing the lifecycle of CockroachDB Cloud clusters. Supports cluster provisioning, scaling, deletion, SQL user management, network authorization, CMEK, maintenance windows, version deferral, audit log export, metric and log export, SCIM v2 group/user provisioning, folder organization, service accounts, API keys, invoices, and backup configuration.

Human URL: https://www.cockroachlabs.com/docs/cockroachcloud/cloud-api

Tags

  • Cloud, Cluster Management, Database, Infrastructure

Properties

CockroachDB Cluster API

REST API hosted by every CockroachDB node under the /api/v2 base path, exposed on the same HTTP port as the DB Console (default 8080). Provides health checks, node detail, hot range info, session and query introspection, database and table metadata, and event log retrieval.

Human URL: https://www.cockroachlabs.com/docs/stable/cluster-api

Tags

  • Cluster, Database, Monitoring, Nodes, Observability

Properties

Common Properties

Maintainers

FN: Kin Lane

Email: kin@apievangelist.com

About

CockroachDB is a distributed SQL database with strong consistency, PostgreSQL compatibility, and a managed cloud offering. The Cloud API manages cluster lifecycle; the Cluster API exposes per-node operational state for monitoring and troubleshooting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors