Metabase
Metabase is an open source BI tool written in Clojure. You can configure GreptimeDB as a Metabase data source through a community driver plugin.
Installation
Download the driver plugin file greptimedb.metabase-driver.jar from its
release
page. Copy
the jar file to plugins/ of metabase's working directory. It will be
discovered by Metabase automatically.
Add GreptimeDB as database
To add GreptimeDB database, select Settings / Admin Settings / Databases, click Add Database button and select GreptimeDB from Database type.
You will be asked to provide host, port, database name and authentication information.
- Use GreptimeDB's PostgreSQL protocol port
4003as port. If you changed the defaults, use your own settings. - Username and password are optional if you didn't enable authentication.
- Use
publicas default Database name. When using GreptimeCloud instance, use the database name from your instance.