Skip to content

Commit 1d57625

Browse files
authored
[DOCS]: Move Concepts section into Get Started sections (#7754)
* Concepts into Home/getstarted * revert * when in doubt, alphabetical order
1 parent 6e98854 commit 1d57625

File tree

20 files changed

+49
-25
lines changed

20 files changed

+49
-25
lines changed

docs/docs/build/dashboards/dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_position: 00
1111
In Rill, Explore dashboards are used to visually understand your data with real-time filtering, based on the dimensions and measures defined in your metrics view. In the Explore dashboard YAML, you can define which measures and dimensions are visible, as well as the default view when a user sees your dashboard.
1212

1313
:::tip
14-
Starting in version 0.50, metrics views have been separated from Explore dashboards. This allows for a cleaner, more accessible metrics layer and the ability to build various dashboards and components on top of a single metrics view. For more information on what a metrics view is please see: [What is a Metrics View?](/concepts/metrics-layer)
14+
Starting in version 0.50, metrics views have been separated from Explore dashboards. This allows for a cleaner, more accessible metrics layer and the ability to build various dashboards and components on top of a single metrics view. For more information on what a metrics view is please see: [What is a Metrics View?](/home/concepts/metrics-layer)
1515

1616
For migration steps, see [Migrations](/other/v50-dashboard-changes#how-to-migrate-your-current-dashboards).
1717
:::

docs/docs/build/metrics-view/metrics-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In Rill, your metrics view is defined by _metric definitions_. Metric definition
1616

1717

1818
:::tip
19-
Starting in version 0.50, the metrics view has been separated from the dashboard. This allows for a cleaner, more accessible metrics layer and the ability to build various dashboards and components on top of a single metrics layer. For more information on why we decided to do this, please refer to the following: [Why separate the dashboard and metrics layer](/concepts/metrics-layer)
19+
Starting in version 0.50, the metrics view has been separated from the dashboard. This allows for a cleaner, more accessible metrics layer and the ability to build various dashboards and components on top of a single metrics layer. For more information on why we decided to do this, please refer to the following: [Why separate the dashboard and metrics layer](/home/concepts/metrics-layer)
2020

2121
For migration steps, see [Migrations](/other/v50-dashboard-changes#how-to-migrate-your-current-dashboards).
2222
:::

docs/docs/connect/olap/clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import LoomVideo from '@site/src/components/LoomVideo'; // Adjust the path as ne
1212

1313
[ClickHouse](https://clickhouse.com/docs/en/intro) is an open-source, column-oriented OLAP database management system known for its ability to perform real-time analytical queries on large-scale datasets. Its architecture is optimized for high performance, leveraging columnar storage and advanced compression techniques to speed up data reads and significantly reduce storage costs. ClickHouse's efficiency in query execution, scalability, and ability to handle even petabytes of data make it an excellent choice for real-time analytic use cases.
1414

15-
Rill supports connecting to an existing ClickHouse instance and using it as an OLAP engine to power Rill dashboards built against [external tables](/concepts/OLAP#external-olap-tables). This is particularly useful when working with extremely large datasets (hundreds of GBs or even TB+ in size).
15+
Rill supports connecting to an existing ClickHouse instance and using it as an OLAP engine to power Rill dashboards built against [external tables](/home/concepts/OLAP#external-olap-tables). This is particularly useful when working with extremely large datasets (hundreds of GBs or even TB+ in size).
1616

1717
:::note Supported Versions
1818
Rill supports connecting to ClickHouse v22.7 or newer versions.

docs/docs/connect/olap/druid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 05
99

1010
[Apache Druid](https://druid.apache.org/docs/latest/design/) is an open-source, high-performance OLAP engine designed for real-time analytics on large datasets. It excels in analytical workloads due to its columnar storage format, which enables fast data aggregation, querying, and filtering. Druid is particularly well-suited for use cases that require interactive exploration of large-scale data, real-time data ingestion, and fast query responses, making it a popular choice for applications in business intelligence, user behavior analytics, and financial analysis.
1111

12-
Rill supports connecting to an existing Druid cluster and using it as an OLAP engine to power Rill dashboards built against [external tables](/concepts/OLAP#external-olap-tables). This is particularly useful when working with extremely large datasets (hundreds of GBs or even TB+ in size).
12+
Rill supports connecting to an existing Druid cluster and using it as an OLAP engine to power Rill dashboards built against [external tables](/home/concepts/OLAP#external-olap-tables). This is particularly useful when working with extremely large datasets (hundreds of GBs or even TB+ in size).
1313

1414
## Configuring Rill Developer with Druid
1515

docs/docs/connect/olap/multiple-olap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For more information about available configurations for `rill.yaml`, please see
6868

6969
### Setting the OLAP Engine in the metrics view YAML
7070

71-
For each metrics view that is using a separate OLAP engine (other than the default), you'll want to set the `connector` and `table` properties in the underlying [metrics view YAML](/reference/project-files/metrics-views) configuration to the OLAP engine and corresponding [external table](/concepts/OLAP#external-olap-tables) that exists in your OLAP store, respectively.
71+
For each metrics view that is using a separate OLAP engine (other than the default), you'll want to set the `connector` and `table` properties in the underlying [metrics view YAML](/reference/project-files/metrics-views) configuration to the OLAP engine and corresponding [external table](/home/concepts/OLAP#external-olap-tables) that exists in your OLAP store, respectively.
7272

7373
```yaml
7474
type: metrics_view

docs/docs/connect/olap/pinot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 20
99

1010
[Apache Pinot](https://docs.pinot.apache.org/) is a real-time distributed OLAP datastore purpose-built for low-latency, high-throughput analytics, and is perfect for user-facing analytical workloads.
1111

12-
Rill supports connecting to an existing Pinot cluster and using it as an OLAP engine to power Rill dashboards built against [external tables](/concepts/OLAP#external-olap-tables).
12+
Rill supports connecting to an existing Pinot cluster and using it as an OLAP engine to power Rill dashboards built against [external tables](/home/concepts/OLAP#external-olap-tables).
1313

1414
## Configuring Rill Developer with Pinot
1515

docs/docs/deploy/deploy-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ Using service accounts for production workflows and pipelines is a general best
7575

7676
:::warning Be careful of overriding local credentials and/or pushing the wrong credentials to Rill Cloud
7777

78-
When using service accounts, it is very likely that different or even personal credentials are being used in local development (i.e., Rill Developer). Therefore, it is worth double-checking that the correct credentials are being used or set before [syncing credentials](/connect/credentials#pulling-credentials-and-variables-from-a-deployed-project-on-rill-cloud) between your local instance of [Rill Developer and Rill Cloud](/concepts/developerVsCloud) using the `rill env push` and `rill env pull` commands respectively.
78+
When using service accounts, it is very likely that different or even personal credentials are being used in local development (i.e., Rill Developer). Therefore, it is worth double-checking that the correct credentials are being used or set before [syncing credentials](/connect/credentials#pulling-credentials-and-variables-from-a-deployed-project-on-rill-cloud) between your local instance of [Rill Developer and Rill Cloud](/home/concepts/cloud-vs-developer) using the `rill env push` and `rill env pull` commands respectively.
7979

8080
:::

docs/docs/guides/rill-basics/1-launch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ localhost:9009
5151
Welcome to Rill Developer!
5252

5353
:::note What is Rill Developer?
54-
Rill Developer is used to develop your Rill project, as editing in Rill Cloud is not yet available. In Rill Developer, you will create connections to your source files, perform last-mile ETL, define metrics in the metrics layer, and finally create a dashboard. For more details on the differences between Rill Developer and Rill Cloud, see our documentation [here](/concepts/developerVsCloud.md).
54+
Rill Developer is used to develop your Rill project, as editing in Rill Cloud is not yet available. In Rill Developer, you will create connections to your source files, perform last-mile ETL, define metrics in the metrics layer, and finally create a dashboard. For more details on the differences between Rill Developer and Rill Cloud, see our documentation [here](/home/concepts/cloud-vs-developer)
5555
:::
5656

5757
<img src = '/img/tutorials/rill-basics/new-rill-project.png' class='rounded-gif' />

docs/docs/concepts/OLAP.md renamed to docs/docs/home/concepts/OLAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Check [here](https://www.rilldata.com/case-studies) to see examples of use cases
2222

2323
## External OLAP tables
2424

25-
Rill supports creating and powering dashboards using existing tables from alternative [OLAP engines](../connect/olap) that have been configured in a particular project. These tables are not managed by Rill—hence, external—but allow users to bring in separate tables or datasets that might already exist in another preferred OLAP database of choice. This prevents the need to unnecessarily ingest this data into Rill, especially if the table is already optimized for use by this other OLAP engine, and allows Rill to connect to the data directly (and submit analytical queries).
25+
Rill supports creating and powering dashboards using existing tables from alternative [OLAP engines](/connect/olap) that have been configured in a particular project. These tables are not managed by Rill—hence, external—but allow users to bring in separate tables or datasets that might already exist in another preferred OLAP database of choice. This prevents the need to unnecessarily ingest this data into Rill, especially if the table is already optimized for use by this other OLAP engine, and allows Rill to connect to the data directly (and submit analytical queries).
2626

2727
<img src = '/img/build/connect/external-tables/external-olap-db.png' class='rounded-gif' />
2828
<br />
@@ -44,7 +44,7 @@ Our team is continually evaluating new OLAP engines to support. If you don't see
4444

4545
## Next Steps
4646

47-
- [Learn about Rill's Architecture](/concepts/architecture)
47+
- [Learn about Rill's Architecture](/home/concepts/architecture)
4848
- [Get started with Rill](/home/install)
4949
- [Explore the Reference](/connect)
5050
- [Step-by-step Tutorial](/guides)

0 commit comments

Comments
 (0)