sqlectron-gui icon indicating copy to clipboard operation
sqlectron-gui copied to clipboard

Adding Support for Azure CosmoDB

Open synle opened this issue 7 years ago • 4 comments

Adding Support for Azure CosmoDB...

API can be found here. Support for Node JS is there as well. https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-nodejs https://docs.microsoft.com/en-us/azure/cosmos-db

I'll play around with the code and hopefully create a PR for this soon.

synle avatar Dec 22 '17 17:12 synle

It might be hard for the implementation since Azure Table doesn't have a plain text SQL Query.

synle avatar Dec 22 '17 17:12 synle

After some research, Microsoft does have a plain SQL query support for CosmoDB. https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sql-query

Azure CosmoDB can be set up locally, instructions can be found here. https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator

Reopened.

synle avatar Dec 28 '17 03:12 synle

adding to this, has anyone been able to connect via the Cassandra support to Cosmos DB?

cicorias avatar Jul 28 '22 14:07 cicorias

@cicorias can you clarify what you mean by "connect via the Cassandra support to Cosmos DB"? Are you referring to CosmosDB (with Cassandra Flavor)?

I haven't tested that scenario, most of my locals are with docker container for Cassandra and as for CosmosDB (Core SQL). I can take a look

image

synle avatar Jul 28 '22 14:07 synle