Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 13, 2024
1 parent 40f3990 commit 6f7b34e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

![GitHub Release](https://img.shields.io/github/v/release/greptimeteam/greptimedb-metabase-driver)

This is a GreptimeDB community driver plugin for
[Metabase](https://metabase.com), an open source BI tool.
This is a [GreptimeDB](https://github.com/greptimeteam/greptimedb) community
driver plugin for [Metabase](https://metabase.com), an open source BI tool.

![screenshot](screenshot.png)

Expand All @@ -14,6 +14,16 @@ page](https://github.com/greptimeteam/greptimedb-metabase-driver/releases/latest
and place it in `plugins/` in the same path with your `metabase.jar`
file. Metabase will automatically load this plugin on startup.

## Pre-built Metabase Image

We create open source Metabase docker images with this plugin included for each
GreptimeDB driver plugin release.

```
docker pull greptime/metabase-greptimedb:latest
docker run -p 3000:3000 greptime/metabase-greptimedb:latest
```

## Build

To build this project, you need to get [codebase of
Expand Down

0 comments on commit 6f7b34e

Please sign in to comment.