Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 604 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 604 Bytes

vigilant-octo-etcd

This project is used to test etcd which is a distributed, reliable key-value store for the most critical data of a distributed system.

Running

You can start etcd / prometheus / grafana with:

docker-compose up -d

You can run a python etcd_client with:

python -m venv venv
. venv/bin/activate
python ./etcd_client.py

GUI

Grafana is available on localhost:3000. Login and password are admin. You can use the dashboard etcd-clusters-as-service

Shutdown

You can shutdown all servers by doing: docker-compose down