# Metabase

> Instructions on configuring GreptimeCloud as a data source in Metabase using a community driver plugin.

# Metabase

[Metabase](https://github.com/metabase/metabase) is an open source BI tool that
written in Clojure. You can configure GreptimeDB as a metabase data source from
a community driver plugin.

See [our docs](https://docs.greptime.com/user-guide/integrations/metabase) for
the instructions of plugin installation.

## Connection information

- Database type: `GreptimeDB`
- Host: `<host>`
- Port: `4003`
- Database name: `<dbname>`
- User: `<username>`
- Password: `<password>`
