CockroachDB
CockroachDB is the SQL database for building global, scalable cloud services that survive disasters.
CockroachDB is the SQL database for building global, scalable cloud services that survive disasters.
Download
Download the CockroachDB archive for Linux
wget -qO- https://binaries.cockroachdb.com/cockroach-v2.0.2.linux-amd64.tgz | tar xvz
Set PATH
Copy the binary into your PATH
cp -i cockroach-v2.0.2.linux-amd64/cockroach /usr/local/bin
Test Installation
Start First Node
cockroach start --insecure \
--host=localhost
Test the Cluster
cockroach sql --insecure --port=26258
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment