@@ -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
1111Note 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+
195195You're more than welcome to contribute new drivers as well as new features and
196196patches to
197197[ existing drivers] ( https://github.com/cube-js/cube/tree/master/packages ) . Please
198198check 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