Set up YugabyteDB Distributed SQL Cluster Locally on MacOS

InstructorVladimir Novick

Share this video with your friends

Send Tweet

YugabyteDB is an open source, high-performance distributed SQL database for powering global, internet-scale applications.YugabyteDB is also a cloud-native database, so it can be deployed across both public and private clouds, including Kubernetes environments. In regards to serving as a backend for microservices, YugabyteDB brings together three must-haves: a PostgreSQL-compatible SQL API, low-latency read performance, and globally distributed write scalability. YugabyteDB with its global data distribution brings data close to users for multi-region and multi-cloud deployments.

In this lesson we will see how we can create YugabyteDB cluster locally on our Mac for dev environment and prototyping