Install and Use Metabase
Preface
Metabase is an open-source data analysis tool that is easy to operate and can connect to various data sources. Although its data analysis capabilities are not as powerful as Excel, Metabase is sufficient for daily use. Moreover, I am more capable of writing SQL than clicking Excel sheets, so Metabase is a good choice for me.
Docker compose
1 | version: '3' |
- Metabase uses the h2 database by default, stored in the
/metabase.db
directory. In the production environment, it is recommended to use MySQL or PostgreSQL (this step is not necessary for personal use).
Usage
You can refer to this tutorial for basic usage of Metabase, which covers most types of charts and is suitable for beginners who have not been exposed to data analysis before.
It is worth mentioning how to delete a question or dashboard:
-
First, archive the question or dashboard you want to delete:
-
Then go to the Archive page (or enter from
/archive
): -
Click delete here: