Skip to content
CockroachDB - the open source, cloud-native SQL database.
Go TypeScript C++ Yacc CSS Shell Other
Branch: master
Clone or download
craig[bot] and nvanbenschoten Merge #45111
45111: roachprod: switch apache.org subdomain from www-eu to www r=nvanbenschoten a=nvanbenschoten

Fixes #44672.
Fixes #44674.
Fixes #44743.
Fixes #44801.

I saw this immediately when trying to reproduce #44105. The non-eu subdomain seems to be working much better.

Unfortunately, I haven't been able to figure out a fix for #44105 yet. I'm seeing the same thing as #41530 (comment). `charybdefs` creates the log dir as root so we get a permission error before starting the rest of the test.

Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com>
Latest commit 5c37cf2 Feb 14, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github CODEOWNERS: (re-)register cli-prs for pkg/cli Aug 27, 2019
build build: fix teamcity-compose script Jan 23, 2020
c-deps storage: leave intents behind after blind-writes experiencing write-t… Feb 13, 2020
cloud cloud: bump version to 19.2.4 Feb 11, 2020
docs sql: enable primary key change into a hash sharded primary key Feb 12, 2020
githooks Merge #42865 Jan 27, 2020
licenses licenses: Update BSL change date for master/20.1 Nov 7, 2019
monitoring monitoring: add expiration alerts for optional certificates. Aug 13, 2018
pkg Merge #45111 Feb 14, 2020
scripts release notes: new section "security updates" Jan 10, 2020
vendor @ d4089eb vendor: bump pebble to 9fa17a27f5d9d849ae4da919535c77f837dfcd2e Feb 14, 2020
.editorconfig editorconfig: Use tabs for Makefile indentation Mar 5, 2019
.gitattributes sql: clean up the `array` logic test Mar 13, 2019
.gitignore cmd/fuzz: add new fuzz command Aug 20, 2019
.gitmodules Revert "Revert "deps: configure and build patched libedit"" Jun 25, 2019
.node-version build: upgrade to node 12 LTS Jan 22, 2020
AUTHORS Adding myself to the authors file Feb 12, 2020
CONTRIBUTING.md githooks: enhance the commit message recommendations Oct 18, 2019
Gopkg.lock vendor: bump pebble to 9fa17a27f5d9d849ae4da919535c77f837dfcd2e Feb 14, 2020
Gopkg.toml util/interval: generate type-safe specializations of interval B-Tree Jan 31, 2020
LICENSE licenses: Add BSL.txt Jun 4, 2019
Makefile roachprod-stress,Makefile: fix STRESSFLAGS with roachprod-stress Feb 11, 2020
README.md docs: move the contribution guide to the external wiki Oct 11, 2019

README.md

CockroachDB

CockroachDB is a cloud-native SQL database for building global, scalable cloud services that survive disasters.

TeamCity CI GoDoc

What is CockroachDB?

CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.

For more details, see our FAQ or architecture document.

Here’s a quick explainer video:

Docs

For guidance on installation, development, deployment, and administration, see our User Documentation.

Quickstart

  1. Install CockroachDB.

  2. Start a local cluster and talk to it via the built-in SQL client.

  3. Learn more about CockroachDB SQL.

  4. Use a PostgreSQL-compatible driver or ORM to build an app with CockroachDB.

  5. Explore core features, such as data replication, automatic rebalancing, and fault tolerance and recovery.

Client Drivers

CockroachDB supports the PostgreSQL wire protocol, so you can use any available PostgreSQL client drivers to connect from various languages.

Deployment

  • Test Deployment - Easiest way to test an insecure, multi-node CockroachDB cluster.
  • Production Deployments
    • Manual - Steps to deploy a CockroachDB cluster manually on multiple machines.
    • Cloud - Guides for deploying CockroachDB on various cloud platforms.
    • Orchestration - Guides for running CockroachDB with popular open-source orchestration systems.

Need Help?

Contributing

We're an open source project and welcome contributions. See our Contributor Wiki for more details.

Engineering discussion takes place on our public mailing list, cockroach-db@googlegroups.com.

Design

For an in-depth discussion of the CockroachDB architecture, see our Architecture Guide.

For the original design motivation, see our design doc.

Comparison with Other Databases

To see how key features of CockroachDB stack up against other databases, visit the CockroachDB in Comparison page on our website.

See Also

You can’t perform that action at this time.