Skip to content

Commit 4da52da

Browse files
authored
docs: Add a note on data sources (#7089)
* docs: Add a note on data source drivers * Clean up
1 parent 327f2dc commit 4da52da

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

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

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,10 @@ redirect_from:
66

77
# Connecting to data sources
88

9-
Choose a data store to get started with below.
9+
Choose a data source to get started with below.
1010

1111
Note that Cube also supports connecting to [multiple data
12-
stores][ref-config-multi-data-src] out of the box.
13-
14-
<InfoBox>
15-
16-
If you'd like to connect to a data store which is not yet listed on this page,
17-
please [file an issue](https://github.com/cube-js/cube/issues) on GitHub. You
18-
can also contribute a driver, see this
19-
[step-by-step guide](https://github.com/cube-js/cube/blob/master/CONTRIBUTING.md#implementing-driver).
20-
21-
</InfoBox>
12+
sources][ref-config-multi-data-src] out of the box.
2213

2314
## Data Warehouses
2415

@@ -183,6 +174,9 @@ highlighted as such in their respective pages.
183174

184175
## Third-party Drivers
185176

177+
The following drivers were contributed by the Cube community. They are not part
178+
of the Cube distribution, however, they still be used with Cube:
179+
186180
- [CosmosDB driver](https://www.npmjs.com/package/cosmosdb-cubejs-driver)
187181
- [SAP Hana driver](https://www.npmjs.com/package/cubejs-hana-driver)
188182
- [ArangoDB driver](https://www.npmjs.com/package/arangodb-cubejs-driver)
@@ -192,13 +186,27 @@ highlighted as such in their respective pages.
192186
- [Cratedb driver](https://www.npmjs.com/package/cratedb-cubejs-driver)
193187
- [Dremio ODBC driver](https://www.npmjs.com/package/dremio-odbc-cubejs-driver)
194188

189+
## Currently Unsupported Data Sources
190+
191+
If you'd like to connect to a data source which is not yet listed on this page,
192+
please see the list of [requested drivers](https://github.com/cube-js/cube/issues/7076)
193+
and [file an issue](https://github.com/cube-js/cube/issues) on GitHub.
194+
195195
You're more than welcome to contribute new drivers as well as new features and
196196
patches to
197197
[existing drivers](https://github.com/cube-js/cube/tree/master/packages). Please
198198
check the
199199
[contribution guidelines](https://github.com/cube-js/cube/blob/master/CONTRIBUTING.md#contributing-database-drivers)
200-
and join the `#contributors` channel in our
200+
and join the `#contributing-to-cube` channel in our
201201
[Slack community](https://slack.cube.dev).
202202

203+
<InfoBox>
204+
205+
You can [contact us](https://cube.dev/contact) to discuss an integration
206+
with a currently unsupported data source. We might be able to assist Cube Cloud
207+
users on [select tiers](https://cube.dev/pricing).
208+
209+
</InfoBox>
210+
203211
[ref-config-multi-data-src]:
204212
/product/configuration/advanced/multiple-data-sources

0 commit comments

Comments
 (0)