Y
Hacker News
new
|
ask
|
show
|
jobs
by
Analemma_
2713 days ago
Doesn’t Azure also have a not-Mongo service also called DocumentDB? Is this the same code? These cloud services are confusing enough when they don’t borrow each other’s names.
3 comments
nlawalker
2713 days ago
The Azure service formerly known as DocumentDB is now called Cosmos DB. Part of that switch was introducing multiple APIs, including a MongoDB API:
https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-int...
link
kerng
2713 days ago
Correct. They added more gateway compat layers in addition to Mongo and renamed it from DocumentDB to Azure CosmosDB then.
link
manigandham
2713 days ago
That’s now Azure CosmosDB because it offers several different APIs for your data.
link