Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djbarnwal/rill-example
https://github.com/djbarnwal/rill-example
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/djbarnwal/rill-example
- Owner: djbarnwal
- Created: 2023-05-09T08:46:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-09T08:46:42.000Z (over 1 year ago)
- Last Synced: 2024-11-01T17:42:40.340Z (2 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rill Developer example project
This directory contains an example project for Rill Developer.
## Getting started
Run the following commands to clone the repository and start Rill:
```bash
git clone https://github.com/rilldata/rill-developer-example.git
cd rill-developer-example
rill start
```The initial call to `rill start` may take a while depending on your network connection as it downloads some large remote CSV files.
For more information, see [docs.rilldata.com](https://docs.rilldata.com).