A collection of Rill dashboards and metrics for general ledger data analysis.
Below are some example visuals from the dashboards:
General Ledger Overview
Detailed Metrics Explore
- Pre-built dashboards for general ledger data
- Fast, interactive exploration with Rill
- Easy to extend with new metrics and sources
-
Clone the repository:
git clone https://github.com/your-org/ey_rill.git cd ey_rill -
Install Rill (if not already installed):
curl -s https://cdn.rilldata.com/install.sh | bash -
Start Rill:
rill start
-
Load the data into Rill:
-
You can use ClickHouse or DuckDB as your backend. DuckDB is easier to set up for local testing.
-
Example data files (fake data) used for this project:
-
connectors/– Data source connector configsdashboards/– Dashboard YAML definitionsmetrics/– Metric definitionssources/– Source data configsrill.yaml– Rill project configuration