Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoliniluis/metabase-clickhouse
A demo of Metabase and the Clickhouse driver
https://github.com/paoliniluis/metabase-clickhouse
Last synced: 7 days ago
JSON representation
A demo of Metabase and the Clickhouse driver
- Host: GitHub
- URL: https://github.com/paoliniluis/metabase-clickhouse
- Owner: paoliniluis
- Created: 2023-03-05T21:33:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T00:13:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T06:47:36.082Z (about 2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metabase with Clickhouse
## Requirements
1) Docker
## How to use this repository
1) Download this dataset https://www.kaggle.com/datasets/mkechinov/ecommerce-behavior-data-from-multi-category-store into data-origin
2) Unzip the 2019-Nov.csv file in that same folder
3) in the root folder do "docker compose up"## Notes
You can use any dataset you want, in this demo I'm using the one from Kaggle as it is a decent sized one to test Clickhouse performance. If you want to use another one, you'll need to change the data-origin/init.sh file where I create the table, insert the data via clickhouse-client binary and then create a database view to sanitize the data (as it comes with some nulls and datetimes with a stringified timezone)