Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions docs/pages/product/configuration/data-sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ sources][ref-config-multi-data-src] out of the box.
imageUrl="https://static.cube.dev/icons/singlestore-light.svg"
title="SingleStore"
/>
<GridItem
url="data-sources/pinot"
imageUrl="https://static.cube.dev/icons/pinot-light.svg"
title="Apache Pinot"
/>
<GridItem
url="data-sources/firebolt"
imageUrl="https://static.cube.dev/icons/firebolt.svg"
Expand Down
8 changes: 4 additions & 4 deletions docs/pages/product/configuration/data-sources/_meta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
"aws-athena": "AWS Athena",
"aws-redshift": "AWS Redshift",
"aws-athena": "Amazon Athena",
"aws-redshift": "Amazon Redshift",
"pinot": "Apache Pinot",
"clickhouse": "ClickHouse",
"databricks-jdbc": "Databricks",
"druid": "Druid",
Expand All @@ -23,6 +24,5 @@ module.exports = {
"singlestore": "SingleStore",
"snowflake": "Snowflake",
"sqlite": "SQLite",
"trino": "Trino",
"pinot": "Pinot"
"trino": "Trino"
}
6 changes: 4 additions & 2 deletions docs/pages/product/configuration/data-sources/pinot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ redirect_from:

# Pinot

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

## Prerequisites

Expand Down Expand Up @@ -80,6 +81,7 @@ Pinot does not support export buckets.

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

[link-pinot]: https://pinot.apache.org/
[pinot]: https://docs.pinot.apache.org/
[pinot-docs-approx-agg-fns]:
https://docs.pinot.apache.org/users/user-guide-query/query-syntax/how-to-handle-unique-counting
Expand Down
Loading