1
1
# metabase-cubejs-driver
2
2
3
- [ ![ Latest Release] ( https://img.shields.io/github/v/release/lili-data /metabase-cubejs-driver )] ( https://img.shields.io/github/v/release/lili-data /metabase-cubejs-driver )
4
- [ ![ GitHub license] ( https://img.shields.io/badge/license-AGPL-05B8CC.svg )] ( https://raw.githubusercontent.com/lili-data /metabase-cubejs-driver/master/LICENSE )
3
+ [ ![ Latest Release] ( https://img.shields.io/github/v/release/pyrooka /metabase-cubejs-driver )] ( https://img.shields.io/github/v/release/pyrooka /metabase-cubejs-driver )
4
+ [ ![ GitHub license] ( https://img.shields.io/badge/license-AGPL-05B8CC.svg )] ( https://raw.githubusercontent.com/pyrooka /metabase-cubejs-driver/master/LICENSE )
5
5
6
6
Cube.js driver for Metabase. With this driver you can connect your Cube.js server to Metabase just like a DB.
7
7
Metabase fetches all schemas (cubes) and that's all: you can make queries, filter the results and create beautiful charts and dashboards.
@@ -31,7 +31,7 @@ Explanation:
31
31
- Metabase v0.35.0 or newer
32
32
## Get the driver
33
33
### Download
34
- Download from the [ releases] ( https://github.com/lili-data /metabase-cubejs-driver/releases ) .
34
+ Download from the [ releases] ( https://github.com/pyrooka /metabase-cubejs-driver/releases ) .
35
35
### Build with Docker
36
36
1 . Create the docker images: ` make docker `
37
37
2 . Build the driver: ` make build `
@@ -52,7 +52,7 @@ Note: you have to restart Metabase to load new plugins
52
52
4 . Explore the data ![ Results] ( ./docs/images/customresult.png )
53
53
# Development
54
54
## Roadmap
55
- [ v1.0.0] ( https://github.com/lili-data /metabase-cubejs-driver/milestone/1 )
55
+ [ v1.0.0] ( https://github.com/pyrooka /metabase-cubejs-driver/milestone/1 )
56
56
57
57
## Testing the driver
58
58
1 . Create the docker images: ` make docker `
@@ -64,4 +64,4 @@ Note: you have to restart Metabase to load new plugins
64
64
- If you can fix/implement it create a pull request
65
65
66
66
# License
67
- [ GNU Affero General Public License v3.0 (AGPL)] ( https://github.com/lili-data /metabase-cubejs-driver/blob/master/LICENSE )
67
+ [ GNU Affero General Public License v3.0 (AGPL)] ( https://github.com/pyrooka /metabase-cubejs-driver/blob/master/LICENSE )
0 commit comments