sqlectron-gui
sqlectron-gui copied to clipboard
Adding Support for Azure CosmoDB
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.
It might be hard for the implementation since Azure Table doesn't have a plain text SQL Query.
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.
adding to this, has anyone been able to connect via the Cassandra support to Cosmos DB?
@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