metabase demo for prevention point
# start postgres and metabase
make start
docker-compose up
# seed postgres with mock data
make seed
# run command below to reset database and metabase data
make clean
Note: the file setup_data.py
currently dumps the mock data in via pandas.
If you run into errors, try running pip3 install -r requirements.txt
.
First, modify the variables at the top of the Makefile
.
Then, run
make deploy
This will start a postgres database, and metabase service.
You can access the metabase on http://