3 Ways to Install CockroachDB — Binary, Docker, or Kubernetes

Today I am going to show you how to get started with distributed SQL databases so you can start developing your application locally on your laptop.

Method 1 — Binary

Installing CockroachDB

  • Download the Binary and add it to your path
Java
 
curl https://binaries.cockroachdb.com/cockroach-v20.2.8.darwin-10.9-amd64.tgz | tar -xJ