Hacker News new | ask | show | jobs
by johnvega 3121 days ago
Looks like a direct competition to Microsoft Azure Cosmos DB. Anyone care to point out the top 3 differences?
1 comments

Maybe sorta kinda -- just a heads-up that CosmosDB can talk multiple API protocols:

  - MongoDB
  - Cassandra
  - Graph API
  - Azure tables
  - DocumentDB
I've used the MongoDB version, and it works ok for the basic CRUD stuff. I cant comment on aggregations, etc.

Not sure from a quick peek if DynamoDB does the same...