CockroachDB: Beginner’s Guide to Setup a Secure Cluster
Reading Time: 7 minutes This blog talks about CockroachDB, which 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. In this blog, we will go through the following: Installing CockroachDB Setting up Continue Reading