https://github.com/rilldata/rill-examples
A monorepo of many Rill example projects
https://github.com/rilldata/rill-examples
Last synced: 10 months ago
JSON representation
A monorepo of many Rill example projects
- Host: GitHub
- URL: https://github.com/rilldata/rill-examples
- Owner: rilldata
- Created: 2023-05-17T16:58:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T23:24:17.000Z (10 months ago)
- Last Synced: 2025-04-11T00:26:04.578Z (10 months ago)
- Language: Python
- Size: 5.05 MB
- Stars: 35
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rill Examples
This repository contains a collection of examples for the Rill application. Make sure you have installed Rill before you get started.
# Install Rill
```
curl https://rill.sh | sh
```
# Start Rill
To run an example:
```
git clone https://github.com/rilldata/rill-examples.git
cd rill-examples/rill-openrtb-prog-ads
rill start
```
Rill will build your project from data sources to dashboard and then launch in a new browser window.