Skip to content

Commit 70f946a

Browse files
authored
docs: Add Pinot to the list of data sources (#8913)
1 parent befb2f8 commit 70f946a

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

docs/pages/product/configuration/data-sources.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ sources][ref-config-multi-data-src] out of the box.
4949
imageUrl="https://static.cube.dev/icons/singlestore-light.svg"
5050
title="SingleStore"
5151
/>
52+
<GridItem
53+
url="data-sources/pinot"
54+
imageUrl="https://static.cube.dev/icons/pinot-light.svg"
55+
title="Apache Pinot"
56+
/>
5257
<GridItem
5358
url="data-sources/firebolt"
5459
imageUrl="https://static.cube.dev/icons/firebolt.svg"

docs/pages/product/configuration/data-sources/_meta.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
2-
"aws-athena": "AWS Athena",
3-
"aws-redshift": "AWS Redshift",
2+
"aws-athena": "Amazon Athena",
3+
"aws-redshift": "Amazon Redshift",
4+
"pinot": "Apache Pinot",
45
"clickhouse": "ClickHouse",
56
"databricks-jdbc": "Databricks",
67
"druid": "Druid",
@@ -23,6 +24,5 @@ module.exports = {
2324
"singlestore": "SingleStore",
2425
"snowflake": "Snowflake",
2526
"sqlite": "SQLite",
26-
"trino": "Trino",
27-
"pinot": "Pinot"
27+
"trino": "Trino"
2828
}

docs/pages/product/configuration/data-sources/pinot.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ redirect_from:
55

66
# Pinot
77

8-
Apache Pinot is a real-time distributed OLAP datastore purpose-built for low-latency, high-throughput analytics,
9-
and perfect for user-facing analytical workloads.
8+
[Apache Pinot][link-pinot] is a real-time distributed OLAP datastore purpose-built
9+
for low-latency, high-throughput analytics, and perfect for user-facing analytical
10+
workloads.
1011

1112
## Prerequisites
1213

@@ -80,6 +81,7 @@ Pinot does not support export buckets.
8081

8182
Cube does not require any additional configuration to enable SSL as Pinot connections are made over HTTPS.
8283

84+
[link-pinot]: https://pinot.apache.org/
8385
[pinot]: https://docs.pinot.apache.org/
8486
[pinot-docs-approx-agg-fns]:
8587
https://docs.pinot.apache.org/users/user-guide-query/query-syntax/how-to-handle-unique-counting

0 commit comments

Comments
 (0)