From c2b7bf8b47e3f14e5eab09133e2b6427d9999f1f Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 9 Feb 2024 10:36:41 +0100 Subject: [PATCH] BI: Add item about Rill Rill takes a modern approach to Business Intelligence (BI), which is starting to leverage software engineering principles by implementing the concept of BI as code. --- docs/integrate/bi.md | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/docs/integrate/bi.md b/docs/integrate/bi.md index 4b332a2..f5f6931 100644 --- a/docs/integrate/bi.md +++ b/docs/integrate/bi.md @@ -34,6 +34,51 @@ possible to publish your dashboards, in order to share them with others. ``` +## Rill + +```{div} +:style: "float: right; margin-left: 0.5em" +[![](https://github.com/rilldata/rill/blob/main/docs/static/img/rill-logo-dark.svg){w=180px}](https://www.rilldata.com/) +``` + +[Rill] is an open-source operational BI framework for effortlessly transforming +data sets into powerful, opinionated dashboards using SQL. + +Unlike most BI tools, Rill comes with its own embedded in-memory database. Data +and compute are co-located, and queries return in milliseconds. So you can pivot, +slice, and drill-down into your data instantly. + +Rill takes a modern approach to Business Intelligence (BI), which is starting to +leverage software engineering principles by implementing the concept of BI as +code. + +This methodology allows for versioning and tracking, thus improving collaboration +on BI projects using code, which is more efficient and scalable than traditional +BI tools, also breaking down information and knowledge barriers. + +**Rill's design principles** + +- **Feels good to use** – powered by Sveltekit & DuckDB = conversation-fast, not + wait-ten-seconds-for-result-set fast +- **Works with your local and remote datasets** – imports and exports Parquet and + CSV (s3, gcs, https, local) +- **No more data analysis "side-quests"** – helps you build intuition about your + dataset through automatic profiling +- **No "run query" button required** – responds to each keystroke by re-profiling + the resulting dataset +- **Radically simple interactive dashboards** – thoughtful, opinionated, interactive + dashboard defaults to help you quickly derive insights from your data +- **Dashboards as code** – each step from data to dashboard has versioning, Git + sharing, and easy project rehydration + +**Resources** + +- [Introducing Rill and BI as Code with CrateDB Cloud] + +![](https://global.discourse-cdn.com/business7/uploads/crate/original/2X/a/aff8ddc9f63840a330e8bf735de3cfd1179ef354.png){h=200px} +![](https://global.discourse-cdn.com/business7/uploads/crate/original/2X/0/050718f5eb81abfc06db1f040984a53bfd95e296.png){h=200px} + + ## Tableau ```{div} @@ -57,9 +102,11 @@ guide you through the process of setting it up correctly with CrateDB. [Connecting to CrateDB from Tableau with JDBC]: https://crate.io/blog/connecting-to-cratedb-from-tableau-with-jdbc [CrateDB and Tableau]: https://crate.io/integrations/cratedb-and-tableau [CrateDB and Power BI]: https://crate.io/integrations/cratedb-and-power-bi +[Introducing Rill and BI as Code with CrateDB Cloud]: https://community.cratedb.com/t/introducing-rill-and-bi-as-code-with-cratedb-cloud/1718 [PostgreSQL ODBC driver]: https://odbc.postgresql.org/ [Power BI Desktop]: https://powerbi.microsoft.com/en-us/desktop/ [Power BI Service]: https://powerbi.microsoft.com/en-us/ [Power Query PostgreSQL connector]: https://learn.microsoft.com/en-us/power-query/connectors/postgresql +[Rill]: https://www.rilldata.com/ [Tableau]: https://www.tableau.com/ [Using CrateDB with Tableau]: https://community.crate.io/t/using-cratedb-with-tableau/1192