Skip to content

Instantly share code, notes, and snippets.

View ernstae's full-sized avatar

Andrew Ernst ernstae

View GitHub Profile
@kalaspuffar
kalaspuffar / vitess-example.md
Last active June 14, 2024 19:48
Small example how to setup a vitess system.

Installing vitess

First of we need the registry and mysql server installed so we can keep track on which services are available, download new services and also run the actual database.

sudo apt install -y default-mysql-server default-mysql-client etcd curl

Before we start this POC we disable the default services as we will be setting up our own.