5 ms·
seems an obvious response to https://www.mongodb.com/press/mongodb-issues-new-server-side-public-license-for-mongodb-community-server https://www.mongodb.com/pr
by notmyname 8y ago
seems an obvious response to https://www.mongodb.com/press/mongodb-issues-new-server-side-public-license-for-mongodb-community-server https://www.mongodb.com/press/mongodb-issues-new-server-side...
- dantiberian 8y agoI think it is likely it was the other way around. MongoDB caught wind of what AWS was about to release and changed the license.
- Slippery_John 8y agoDoes that even apply? This is api-compatible, but doesn't appear to be using any actual MongoDB code.
- dantiberian 8y agoIt seems like Amazon may think so, with this line: > Amazon DocumentDB implements the Apache 2.0 open source MongoDB 3.6 API by emulating the responses that a MongoDB client expects from a MongoDB server
- tootie 8y agoAzure has been running a Mongo-compliant DB under their Cosmos umbrella for quite a while. It's not clear to me that either Azure or AWS are actually running Mongo software under the hood or rather a proprietary DB that uses the Mongo wire protocol. https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-introduction https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-int...
- Analemma_ 8y agoDoesn’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.
- nlawalker 8y agoThe 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-introduction https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-int...
- manigandham 8y agoThat’s now Azure CosmosDB because it offers several different APIs for your data.
- kerng 8y agoCorrect. They added more gateway compat layers in addition to Mongo and renamed it from DocumentDB to Azure CosmosDB then.
- daxfohl 8y agoit's not mongo software, there are some incompatibilities.
- thanatos_dem 8y agoYeah, along with the FDB document layer: https://www.foundationdb.org/blog/announcing-document-layer/ https://www.foundationdb.org/blog/announcing-document-layer/