Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to connect azure cosmos db #648
Comments
|
Hey @Gunasekaranv ! Thanks for posting this! I'm not aware of any community drivers for cosmo db and we don't have it on our road map as of right now. However we'd love this contribution! Here's more info on it: https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-driver |
|
Hi @paveltiunov , i written Cosmos driver const applyParams = (query, params) => {
} testConnection() { query(query, values) { module.exports = CosmosDriver; Error while loading DB schema |
|
@Gunasekaranv Were you able to connect the CosmosDB with CubeJS? |
Hello, i am working on a project where i am using azure cosmos db for database queries, however i am not able to connect cubejs with azure cosmos db as datasource. Is there any community connector for azure cosmos db as it is not supported offically, if so i will really appreciate any help and if there isn't, are there any plans in future to provide a support?