- Metabase Overview
- Admin user creation for Metabase
- Configure Predefined Reports in Metabase
- Starting Metabase from Bahmni Docker
Metabase is an open-source business intelligence tool. Metabase lets you ask questions about your data, and displays answers in formats that make sense, whether that’s a bar chart or a detailed table.
You can save your questions, and group questions into handsome dashboards. Metabase also makes it easy to share questions and dashboards with the rest of your team.
As a part of our initiative we have used v0.49.6 version of Metabase image.
The first user of metabase will be created as an Admin user and is pre-configured for metabase profile in the docker-compose.yml of bahmni-docker by adding the following configurational data for admin.
We will configure two predefined reports(Clinic Reports , Registered Patients ) as a part of the Bahmni Analytics collection for the user to give them an initial look and feel of the Metabase features when they start the Metabase application by configuring it with the OpenMRS database.
To create a new report follow two steps:
-
Create a new SQL file with query in sql folder.
-
Create a new request object in report_inputs.json.
"name" -- the name of the report to be displayed "sql" -- the sql file to refer for the report generation "pivot_column" -- as per the visualization settings for the table "cell_column" -- as per the visualization settings for the table "db_ref_name"-- this should be same as the DB_REF_NAME configured in the add_databases.sh file for the corresponding database
Metabase will start with below details:
-
A pre-configured Admin user as given in the environment variables in Bahmni Docker.
-
OpenMRS DB.
-
Sample Reports.
To start Metabase in local follow the mentioned commands.