- Clone this repo
git clone [email protected]:rilldata/git-commits-demo.git && cd git-commits-demo
- Install Clickhouse
curl https://clickhouse.com/ | sh
- Start clickhouse local server
clickhouse server
- Install Rill
curl https://rill.sh | sh
Note: Run below steps from root directory of this repo.
Step 1: Import data for your github repository
scripts/data-import.sh [email protected]:ClickHouse/ClickHouse.git
Change the repo url to use your own repo.
Step 2: Start rill (Assumes clickhouse is running on localhost:9000)
rill start --db-driver clickhouse --db "clickhouse://localhost:9000" .
This would open up browser with a Rill dashboard showing commits for your repo.