brew install pyenv Add pyenv home/etc to path and eval pyenv --path brew install postgresql
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
install docker...
python benchmark.py
mlflow ui
anciano The unbenchmarked design is not worth designing benchmark the living daylights out of everything all of the time
docker run -it --rm --network host --name some-psql postgres psql -U postgres -h localhost -p 5432 postgres
docker run -p 6380:6379 --rm --name some-redis redis
docker run -it --network host --rm redis redis-cli -p 6380