This is an implementation of the software found at https://gregory-ai.com/, configured to assist doctors and people with Multiple Sclerosis find the most up to date information.
Metabase is a tool for business intelligence that you can use to build dashboards.
We have a separate metabase
container in the docker-compose.yaml file that connects directly to Gregory's database.
It's available at http://localhost:3000/
The current website also uses some embeded dashboards whose keys are produced each time you run build.py
. An example can be found in the MS Observatory Page
Including dashboards in your content:
- Add the dashboard ID to
data/dashboards.json
- In your content, use the shortcode
{{ metabase-embed dashboard="10" width="1300" height="1250" }}
- Run
build.py