Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.
Version: 1.0

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>