https://github.com/forhadulislam/learn-cockroachdb-with-examples
Learn CockRoachDB with examples
https://github.com/forhadulislam/learn-cockroachdb-with-examples
cockroach cockroach-database cockroachdb database db newsql
Last synced: over 1 year ago
JSON representation
Learn CockRoachDB with examples
- Host: GitHub
- URL: https://github.com/forhadulislam/learn-cockroachdb-with-examples
- Owner: forhadulislam
- Created: 2020-05-01T21:41:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T21:43:47.000Z (about 6 years ago)
- Last Synced: 2025-01-11T16:50:38.414Z (over 1 year ago)
- Topics: cockroach, cockroach-database, cockroachdb, database, db, newsql
- Language: TSQL
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn CockroachDB
Here we have a docker-compose config for 3-node cockroachdb cluster which can be a great starting point.
# Usage
* cockroach cluster web ui: http://127.0.0.1:40000
* cockroachdb port for database connection: 26257
* Datagrip option: Pick postgresql as the data source (cockroachdb is compatible with postgresql) and set the port as 26257 (username: root).
# How to Start and Stop
* run: `make up`
* stop: `make down`
* start clean: `make start-up`
* stop and remove all data: `make clean`