Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
7ac20fc
Create README.md
royendo Mar 26, 2025
7fe0533
Delete snowflake.yaml
royendo Mar 26, 2025
99e40b5
ezcommerce
royendo Mar 26, 2025
4b21b33
Add files via upload
royendo Mar 26, 2025
ae8414f
explore dashboard
royendo Mar 26, 2025
18f3bcf
Merge branch 'demo' of https://github.com/rilldata/rill-examples into…
royendo Mar 26, 2025
c728ba5
nyc-jam
royendo Mar 26, 2025
32eee9a
podcast
royendo Mar 26, 2025
6bd6ead
Add files via upload
royendo Mar 26, 2025
e4ffcc2
bluesky
royendo Mar 26, 2025
db8e7e7
Merge branch 'demo' of https://github.com/rilldata/rill-examples into…
royendo Mar 26, 2025
63596fc
mp-demo
royendo Mar 26, 2025
1e8f8a7
datacultture-demo
royendo Mar 26, 2025
462e425
Add files via upload
royendo Mar 26, 2025
52225cb
Update household_power_consumption.yaml
royendo Mar 26, 2025
fd01ed5
Merge branch 'demo' of https://github.com/rilldata/rill-examples into…
royendo Mar 26, 2025
468742f
podcast index
royendo Mar 31, 2025
42e5df0
revisit tutorials 2025/04
royendo Apr 10, 2025
6992ef7
adding some new api tutorials items
royendo Apr 24, 2025
a1d1c1e
Update SQL_incremental_tutorial.yaml
royendo Apr 24, 2025
87f3ab1
changes
royendo Jul 2, 2025
63ceb4e
Create uk_price_paid.yaml
royendo Jul 2, 2025
ec2953f
Update uk_price_paid_metrics.yaml
royendo Jul 2, 2025
64747bc
Update uk_price_paid_metrics.yaml
royendo Jul 21, 2025
fc8227e
rill-google-analytics-demo
royendo Jul 22, 2025
748628a
darkMode
royendo Aug 1, 2025
584cfe0
Update commits__.yaml
royendo Aug 1, 2025
9e04729
Update commits_explore.yaml
royendo Aug 1, 2025
849f9fb
fix
royendo Aug 1, 2025
b48bbd6
Update clickhouse.yaml
royendo Aug 1, 2025
2ae5bd1
Update clickhouse.yaml
royendo Aug 1, 2025
4a8c9a0
Update clickhouse.yaml
royendo Aug 1, 2025
9017cc8
not sure what im doing
royendo Aug 1, 2025
f7c35ec
Update clickhouse.yaml
royendo Aug 1, 2025
15b3a4f
new demo
royendo Aug 6, 2025
fc5c278
new demo
royendo Aug 6, 2025
111861e
bug test
royendo Aug 6, 2025
0e2e9c1
Auto committed by Rill
Aug 7, 2025
ee1f331
enable features
royendo Aug 7, 2025
6ab23ac
Auto committed by Rill
Aug 7, 2025
ad9af68
motherduck
royendo Aug 7, 2025
f418779
shifted time ranges
royendo Aug 7, 2025
dab91f2
Update executive_overview.yaml
royendo Aug 7, 2025
0fa18a7
debug
grahamplata Aug 11, 2025
d8151cb
uncheck
grahamplata Aug 11, 2025
c155855
cleanup
grahamplata Aug 11, 2025
dc39d04
nl
grahamplata Aug 11, 2025
27c5557
test
grahamplata Aug 11, 2025
7db270f
save
grahamplata Aug 11, 2025
3248add
test
grahamplata Aug 11, 2025
3a10932
save
grahamplata Aug 11, 2025
e316263
old
grahamplata Aug 11, 2025
1ef888b
save
grahamplata Aug 11, 2025
a0b13d8
set managed to false in ClickHouse connector configuration
grahamplata Aug 12, 2025
ebb790e
set managed to true in ClickHouse connector configuration
grahamplata Aug 12, 2025
1d6fd8a
falsy
grahamplata Aug 12, 2025
bb42d46
save
grahamplata Aug 12, 2025
8ebce36
save
grahamplata Aug 12, 2025
4f5cb6f
test
grahamplata Aug 12, 2025
ce06f9e
annotatonis
royendo Aug 14, 2025
4a051e7
Merge branch 'demo' of https://github.com/rilldata/rill-examples into…
royendo Aug 14, 2025
b9f2a27
dashboardChat
royendo Aug 26, 2025
184555d
adding featureflags to all demo
royendo Sep 4, 2025
9328a2c
Add chat_charts to the rill.yaml configuration
TheRillJon Oct 30, 2025
3010f40
Improve AI instructions and data visualization guidance
TheRillJon Oct 30, 2025
956c2bc
Enhance AI instructions for data visualization
TheRillJon Oct 30, 2025
241e9c3
Add exportHeader to rill.yaml
TheRillJon Oct 31, 2025
a37b95f
adding connectors
royendo Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion connector-clickhouse/rill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ olap_connector: "clickhouse"


features:
clickhouseModeling: true
- cloudDataViewer
- rillTime
- dashboardChat

ignore_paths:
- "/clickhouse_data"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
# Rill
.env
tmp
.rillcloud
6 changes: 6 additions & 0 deletions demo-dataculture/connectors/duckdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Connector YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/connectors

type: connector
driver: duckdb
managed: true
3 changes: 3 additions & 0 deletions demo-dataculture/connectors/gcs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: connector

driver: gcs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Explore YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/explore-dashboards

type: explore

title: "Gcp Consumption Metrics dashboard"
metrics_view: gcp_consumption_metrics_metrics

dimensions: '*'
measures: '*'
Binary file added demo-dataculture/demo__dataculture-demo.tar.gz
Binary file not shown.
42 changes: 42 additions & 0 deletions demo-dataculture/metrics/gcp_consumption_metrics_metrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Metrics view YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/dashboards

version: 1
type: metrics_view

display_name: Gcp Consumption Metrics
model: gcp_consumption_metrics
timeseries: usage_start_time

dimensions:
- name: service_description
display_name: Service Description
column: service_description
- name: sku_description
display_name: Sku Description
column: sku_description
- name: usage_unit
display_name: Usage Unit
column: usage_unit
- name: pricing_unit
display_name: Pricing Unit
column: pricing_unit

measures:
- name: total_records
display_name: Total records
expression: COUNT(*)
description: ""
format_preset: humanize
- name: cost_sum
display_name: Cost
expression: SUM(cost)
description: ""
format_preset: humanize
valid_percent_of_total: false
- name: usage_amount_sum
display_name: Usage Amount
expression: SUM(usage_amount)
description: ""
format_preset: humanize
valid_percent_of_total: false
14 changes: 14 additions & 0 deletions demo-dataculture/rill.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
compiler: rillv1

display_name: "Untitled Rill Project"

# These are example mock users to test your security policies.
# Learn more: https://docs.rilldata.com/manage/security
mock_users:
- email: john@yourcompany.com
- email: jane@partnercompany.com

features:
- cloudDataViewer
- rillTime
- chat
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

type: source

connector: "snowflake"
sql: "SELECT * FROM RILLQA.PUBLIC.HORROR_MOVIES limit 10000"
connector: "duckdb"
sql: "select * from read_parquet('gs://medriscoll-rill/gcp-consumption-metrics.parquet')"
Empty file added ezcommerce-demo/README.md
Empty file.
6 changes: 6 additions & 0 deletions ezcommerce-demo/connectors/duckdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Connector YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/connectors

type: connector
driver: duckdb
managed: true
114 changes: 114 additions & 0 deletions ezcommerce-demo/dashboards/canvas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# Explore YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/canvas-dashboards

type: canvas
title: "Canvas Dashboard"
defaults:
time_range: inf
comparison_mode: time
rows:
- items:
- kpi_grid:
metrics_view: data_metrics
measures:
- total_sales_measure
- customer_count
- average_revenue_per
- cltv
comparison:
- delta
- percent_change
time_filters: tr=rill-QTD&compare_tr=rill-PP&grain=week
title: Quarter to Date
width: 5
- image:
url: https://i.imgur.com/pUgSMm6.png
width: 7
height: 541px
- items:
- table:
metrics_view: data_metrics
columns:
- Product Name
- total_sales_measure
col_dimensions: []
measures:
- total_sales_measure
row_dimensions:
- Product Name
title: Top Selling Products (All Time)
time_filters: tr=inf&grain=month
width: 7
- table:
metrics_view: data_metrics
columns:
- Sub-Category
- total_sales_measure
col_dimensions: []
measures:
- total_sales_measure
row_dimensions:
- Sub-Category
time_filters: tr=rill-QTD&grain=week
title: Quarter to Date
width: 5
height: 321px
- items:
- stacked_bar_normalized:
metrics_view: data_metrics
title: ""
description: ""
color:
field: Sub-Category
type: nominal
x:
field: Category
limit: 20
sort: -y
type: nominal
y:
field: min_sales_measure
type: quantitative
zeroBasedOrigin: true
width: 6
- area_chart:
metrics_view: data_metrics
title: ""
description: ""
color:
field: Segment
type: nominal
x:
field: Order Date
limit: 20
sort: -y
type: temporal
y:
field: total_sales_measure
type: quantitative
zeroBasedOrigin: true
width: 6
height: 380px
time_ranges:
- inf
- PT6H
- PT24H
- P7D
- P14D
- P4W
- P3M
- P12M
- rill-TD
- rill-WTD
- rill-MTD
- rill-QTD
- rill-YTD
- rill-PDC
- rill-PWC
- rill-PMC
- rill-PQC
- rill-PYC
theme:
colors:
primary: hsl(110, 58%, 50%)
secondary: hsl(32, 89%, 50%)
42 changes: 42 additions & 0 deletions ezcommerce-demo/dashboards/data_metrics_explore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Explore YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/explore-dashboards

type: explore

title: "Data Metrics dashboard"
metrics_view: data_metrics

dimensions: '*'
measures: '*'
defaults:
measures:
- total_sales_measure
- average_sales_measure
- total_quantity_measure
- average_quantity_measure
- total_profit_measure
- average_profit_measure
- total_discount_measure
- average_discount_measure
- max_sales_measure
- min_sales_measure
- order_volume
- average_revenue_per
- customer_count
- cltv
dimensions:
- Order ID
- Ship Mode
- Customer ID
- Customer Name
- Segment
- Country
- City
- State
- Postal Code
- Region
- Product ID
- Category
- Sub-Category
- Product Name
time_range: P7D
Loading