UNCLASSIFIED

README.md 638 Bytes
Newer Older
Olga O's avatar
Olga O committed
1 2
# CockroachDB

Olga O's avatar
Olga O committed
3 4 5 6 7
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.
8
 # Documentation
Joshua Eason's avatar
Joshua Eason committed
9

10 11 12 13
 For more documentation and instalation process please refer to :
 * https://www.cockroachlabs.com/docs/stable/index.html
 * https://github.com/cockroachdb/cockroach
 * https://www.cockroachlabs.com/docs/stable/