Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation for Azure Cosmos DB #41

Open
philippgille opened this issue Nov 29, 2018 · 1 comment
Open

Add implementation for Azure Cosmos DB #41

philippgille opened this issue Nov 29, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@philippgille
Copy link
Owner

Azure Cosmos DB is described as "multi model" database, supporting the MongoDB API, Cassandra API, SQL queries, Gremlin (graph), and Azure Table Storage API.

Cosmos DB is the counterpart to AWS DynamoDB, but the "multi model" seems to be unique.

Microsoft describes Azure Table Storage as "NoSQL key-value store", so maybe that's the best API to work with (see here).

General info:

Implementation info:

@philippgille
Copy link
Owner Author

philippgille commented Nov 29, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant