https://github.com/rilldata/rill-311-operations-example
An example demonstrating operational analytics for 311 call centers in the California Bay Area.
https://github.com/rilldata/rill-311-operations-example
Last synced: 11 days ago
JSON representation
An example demonstrating operational analytics for 311 call centers in the California Bay Area.
- Host: GitHub
- URL: https://github.com/rilldata/rill-311-operations-example
- Owner: rilldata
- Created: 2023-03-15T03:36:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T05:48:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T13:09:44.017Z (12 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rill Developer example project for 311 operations
An example demonstrating operational analytics for 311 call centers in the California Bay Area.
## Getting started
Make sure you have installed Rill
```
curl -s https://cdn.rilldata.com/install.sh | bash
```
Run the following commands to clone the repository and start Rill:
```bash
git clone https://github.com/rilldata/rill-311-operations-example.git
cd rill-311-operations-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).