Superset
Superset is an open source BI tool that written in Python. You can configure GreptimeDB as a metabase data source from python package.
See our docs for the instructions of plugin installation.
Connection information
Select GreptimeDB
from database list.
Use following SQlAlchemy URL for connection:
greptimedb://<username>:<password>@<host>:4003/<dbname>