Quickstart & Examples
Run the following from the CLI to install and start Rill. Select a sample project from the UI or add your own data.
curl https://rill.sh | sh
rill start my-rill-project
Example Projects Repository
Take a look at our public repository for examples on getting started with Rill!
Each example project includes a README with more details on:
- Source data in the dataset
- Dimension and metric definitions
- Example dashboard analyses
Current projects include:
- App Engagement: a conversion dataset used by marketers, mobile developers or product teams to analyze funnel steps
- Cost Monitoring: based off of Rill's own internal dashboards, cloud infrastructure data (compute, storage, pipeline statistics, etc.) merged with customer data to analyze bottlenecks and look for efficiencies
- GitHub Analytics: analyze GitHub activity to understand what parts of your codebase are most active, analyze contributor productivity, and evaluate the intersections between commits and files
- Programmatic Ads/OpenRTB: bidstream data for programmtic advertisers to optimize pricing strategies, look for inventory opportunities, and improve campaign performance
- Final Tutorial Project: A finalized version of the tutorial project with many working examples, a good place to reference any newer features, updated regularly.