The goal of this project is to provide an open-source Kanban metrics dashboard for Metabase.
This still in early stage and that's how the dashboard currently looks like:
- Start the containers
$ docker-compose up
- Run the script to create a populate the test database:
$ ./scripts/run.sh populate_with_test_data.py
-
Access the local Metabase instance on http://localhost:3000, create a user and password and connect to the testing database (db
kanban_metrics
, hostnamepostgres
, usernamepostgres
, no password). -
Create an empty collection using the link: http://localhost:3000/collection/root/new_collection. Check the ID of the newly created collection in the URL (probably 2).
-
Run the script to import the Kanban dashboard to the new collection. Make sure to use the proper username and collection-id:
./scripts/metabase-import-export.py \
--username=<your-user-name> \
import \
--collection-id=<your-collection-id> \
--import-file=kanban-dashboards.json