Skip to main content

Getting Started with Rill Developer

Rill's Default Engine

This guide assumes you'll be using Rill's default embedded engine, DuckDB. If you're looking to set up Rill with ClickHouse, check out our ClickHouse Guide!

What is Rill Developer?

Rill Developer is your comprehensive toolkit for transforming raw data into actionable insights. It's designed to streamline the entire analytics workflow—from data ingestion to dashboard creation—all within a single, intuitive interface.

Key capabilities:

  • Connect to any data source - Support for databases, cloud storage, APIs, and more
  • Transform data with ease - Built-in ETL capabilities for data cleaning and preparation
  • Build metrics layer - Define business KPIs and calculations
  • Create interactive dashboards - AI-powered insights and visualizations
  • Deploy to production - Seamlessly publish and share with your team

Quick Start: From Zero to Dashboard in Minutes

Step 1: Install and Launch Rill

Get started with just two commands:

curl https://rill.sh | sh
rill start my-rill-project

This will:

  • Download and install Rill Developer
  • Create a new project directory
  • Launch the Rill interface in your browser

Rill Developer vs Rill Cloud

Rill Developer is your local development environment where you build and test your analytics projects. Once ready, you can deploy to Rill Cloud for team collaboration and production use. For more details, see our Developer vs Cloud comparison.

Step 2: Connect Your Data

Rill supports a wide range of data sources through our connector library. For this tutorial, we'll use a sample dataset hosted on Google Cloud Storage.

What happens when you connect data:

  • Rill automatically detects your data schema
  • Provides a preview of the first 150 rows
  • Analyzes data types, value ranges, and patterns
  • Creates a foundation for your analytics

Step 3: Create Your First Dashboard

Rill's AI-powered dashboard creation makes it easy to go from data to insights in seconds. The system automatically generates relevant visualizations and suggests key metrics based on your data.

Step 4: Explore and Analyze

Once your dashboard is created, you can:

  • Navigate different views - Pivot tables, time-series analysis, and multi-measure charts
  • Drill down into data - Click on any element to explore deeper insights
  • Customize visualizations - Adjust charts, filters, and layouts
  • Export insights - Share findings with your team

What else can Rill do?

This quick start covered the basics, but Rill offers much more:

Ready to build something more complex? Check out our comprehensive tutorial for a complete walkthrough of Rill's advanced features.