https://github.com/rilldata/git-commits-demo
https://github.com/rilldata/git-commits-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rilldata/git-commits-demo
- Owner: rilldata
- Created: 2024-02-29T13:28:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T15:58:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T01:12:43.926Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rill Demo for ClickHouse
### Prerequisite
- Clone this repo
```bash
git clone git@github.com:rilldata/git-commits-demo.git && cd git-commits-demo
```
- Install Clickhouse
```bash
curl https://clickhouse.com/ | sh
```
- Start clickhouse local server
```bash
clickhouse server
```
- Install Rill
```base
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
```bash
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)
```bash
rill start --db-driver clickhouse --db "clickhouse://localhost:9000" .
```
This would open up browser with a Rill dashboard showing commits for your repo.