Skip to content

rilldata/git-commits-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rill Demo for ClickHouse

Prerequisite

  • Clone this repo
git clone git@github.com: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 git@github.com: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages