Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 825 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 825 Bytes

Rill Demo for ClickHouse

Prerequisite

  • 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

Steps to run Rill Demo

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.