Search
Rill Developer
Rill is a fast dashboards build trust and curiosity. Our fully-managed platform lets you focus on shaping data, not tuning databases and queries. Written in GoLang.
Rill delivers sub-second interactivity because it’s backed by DuckDB, ClickHouse and Druid for our enterprise-grade cloud services. Druid/Clickhouse/OLAP Cubes on Rill Cloud and DuckDB locally.
In other words, Rill is a thick application that comes with its own embedded in-memory OLAP engine ( DuckDB in Rill Developer, and Apache Druid in Rill Cloud). This is the not-so-secret reason why our dashboards offer incredibly high performance.
Came out in 2022
In 2022, Rill Data came out with a new approach. It’s metrics local and metrics first. You define your measures and dimensions as code. You can also define them within the tool, but it always stores them as YAML. Also, the analysis uses DuckDB to analyze ultra-fast and you can see your data in an “engaged” matter out of the box, without the need to create tons of dashboards beforehand. Rill makes you exploring your data very easy.
Rill is a single command line BI tool. That gives it some nice features to quickly run up and dashboard a single file. All other tools are too heavy for quickly spinning up. Also, Rill Data has a YAML approach to define KPIs, so you can essentially check in all your dashboards and have CI/CD on top of it, unlike other dashboards.
# History
The company behind it is Rill Data Company with the founder Michael Driscoll, also founder of Metamarkets, the initial company behind Druid.
As of 2022-08-05 they announced 12 mio funding and want to be a Business Intelligence tool. Rill Data Company wants to rethink BI dashboards with embedded database and instant UX.
Founded by Michael Driscoll.
# What makes Rill Different?
by Brian Holmes, Rill Application developer:

Aerodynamic data models: Flying fast at scale with DuckDB (DuckCon #5, Seattle, 2024) - YouTube
Tech Stack as of 2023-02-07:

# Pivot Table
They added Pivot Table:

Aerodynamic data models: Flying fast at scale with DuckDB (DuckCon #5, Seattle, 2024) - YouTube
# Features
# Metrics SQL
An example with a metrics view definiton and Metrics SQL on top that is concise, reusable, with built-in security and templating, can look like this:
|
|
The metrics view definition (ad_bids_metrics.yaml) under the hood contains:
|
|
Best of Both Worlds. Metrics SQL combines SQL’s precision and expressiveness (exact semantics, no ambiguity), YAML’s reusability and abstraction (define once, reference everywhere), and API capabilities (generate OpenAPI specs automatically for integration).
In a traditional SQL approach we’d have more repetition, verbosity, and would requires manual security implementation such as:
|
|
And a separate query for admin user:
|
|
Why does this matter for agentic workflows?
With the three pillars of semantics, speed, and stewardship, Metrics SQL enables agents to operate on curated targets with immediate responses for iteration. The semantic definitions in metrics views provide the structured context agents need, while the SQL interface gives them a familiar, precise language to express queries without introducing hallucinations or ambiguity.
Metrics SQL is extending SQL for the semantic layer era - creating a higher-level SQL dialect that operates on business concepts rather than raw database columns, making it the ideal interface for both humans and AI agents.
# Demos
- MCP showcase Claude: Before you continue to YouTube
- A SQL Based Metrics Layer for DuckDB and ClickHouse - YouTube
- Rill’s examples demo overview - Rill
# Latest Announcements
All announcements on Release Notes | Rill.
- Using Rill MCP: Docs: Rill MCP Server
- Pivot Table option: Introducing the Rill pivot table
- Canva Dashboard
# Rill v0.73 - Project AI Agent
Rill 0.73 - Project AI Agent | Rill
Introducing AI Agents for Rill
We’ve been working hard over the last couple of months to bring an agentic AI workflow to Rill. Building on our existing MCP (Model Context Protocol) server integration, we’re now introducing project-wide chat in Rill, which is our first interactive agent of many to come.The project agent helps you quickly analyze data, ask open-ended questions, and have the AI spot patterns and anomalies in your datasets. But it’s not just a chatbot—you always have a dashboard ready to back up any responses from the AI. With just a click, you can augment the AI’s insights with your own knowledge, truly bringing machine and human intelligence together.
# Rill v0.47 (2024-07-17)
- Create public links to Rill Cloud dashboards, allowing non-Rill users to access a prescribed view of the dashboard (with locked down filters)
- Create user groups to better manage your users and access to dashboards, which can also be utilized through security policies
- Rill Developer can now access and serve any files placed in an accessible folder from the root of your project
- Utilize wildcards within your security policy definitions along with inclusion and exclusion policies in conjunction with each other
# Alternatives
- Notebook style: Evidence. Also BI as code
# Further Reads
- Browsertech SF - Hamilton Ulmer - Rill Data - YouTube- Rill Data with DuckDB
- Rill in use: Exploring UK Environment Agency data in DuckDB and Rill
- Watch me work with a new BI tool called Rill - YouTube by Hoyt Emerson
Origin:
References:
GitHub
Created 2022-08-05