Skip to content

Commit e55974e

Browse files
committed
docs: Add two more Pinot/StarTree env vars
1 parent 232c626 commit e55974e

File tree

1 file changed

+4
-1
lines changed
  • docs/pages/product/configuration/data-sources

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77

88
[Apache Pinot][link-pinot] is a real-time distributed OLAP datastore purpose-built
99
for low-latency, high-throughput analytics, and perfect for user-facing analytical
10-
workloads.
10+
workloads. [StarTree][link-startree] is a fully-managed platform for Pinot.
1111

1212
## Prerequisites
1313

@@ -44,6 +44,8 @@ CUBEJS_DB_PASS=**********
4444
| `CUBEJS_DB_PORT` | The port for the database connection | A valid port number ||
4545
| `CUBEJS_DB_USER` | The username used to connect to the broker | A valid username ||
4646
| `CUBEJS_DB_PASS` | The password used to connect to the broker | A valid password ||
47+
| `CUBEJS_DB_NAME` | The database name for StarTree | A valid name ||
48+
| `CUBEJS_DB_PINOT_AUTH_TOKEN` | The authentication token for StarTree | A valid token ||
4749

4850
## Pre-Aggregation Feature Support
4951

@@ -96,3 +98,4 @@ Cube does not require any additional configuration to enable SSL as Pinot connec
9698
[ref-recipe-enable-ssl]:
9799
/guides/recipes/data-sources/using-ssl-connections-to-data-source
98100
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-model/types-and-formats#count_distinct_approx
101+
[link-startree]: https://startree.ai

0 commit comments

Comments
 (0)