File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
docs/pages/product/configuration Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11module . 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}
Original file line number Diff line number Diff 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
8182Cube 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
You can’t perform that action at this time.
0 commit comments