Looks good. I used to use both MongoDB and CouchDB (for very different use cases) a lot but haven’t touched them in a long while.
Out of curiosity, what use cases did you have for CouchDB that weren't feasible with MongoDB?
Amazon DocumentDB, with MongoDB compatibility
21–30 of 323 posts
Re: Amazon DocumentDB, with MongoDB compatibility
#22seems an obvious response to https://www.mongodb.com/press/mongodb-issues-new-server-side...
https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-int...
Re: Amazon DocumentDB, with MongoDB compatibility
#23Serious question: is there any real reason to use Mongo over Elasticsearch?
Re: Amazon DocumentDB, with MongoDB compatibility
#24Looks good. I used to use both MongoDB and CouchDB (for very different use cases) a lot but haven’t touched them in a long while.
Out of curiosity, what use cases did you have for CouchDB that weren't feasible with MongoDB?
Re: Amazon DocumentDB, with MongoDB compatibility
#25seems an obvious response to https://www.mongodb.com/press/mongodb-issues-new-server-side...
I think it is likely it was the other way around. MongoDB caught wind of what AWS was about to release and changed the license.
Re: Amazon DocumentDB, with MongoDB compatibility
#26Re: Amazon DocumentDB, with MongoDB compatibility
#27Serious question: is there any real reason to use Mongo over Elasticsearch?
Re: Amazon DocumentDB, with MongoDB compatibility
#28Serious question: is there any real reason to use Mongo over Elasticsearch?
Re: Amazon DocumentDB, with MongoDB compatibility
#29If I'm reading the pricing page correctly, DocumentDB would run a _minimum_ of $200/month. That's for the smallest instance and no storage or I/O. Kind of steep if you ask me.
$200 minimum means almost no indie developer will even try it.
Re: Amazon DocumentDB, with MongoDB compatibility
#30Earlier quoted context omitted.
DynamoDB has specific requirements on how data is partitioned. You have to do upfront planning on how you access your data based on keys. Mongodb is more flexible in this regard. I’m sure there’s other big differences but this is the biggest to my experience with both.
I was asking about DocumentDB, not MongoDB, but maybe I missed something. From their site: > 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, allowing you to use your existing MongoDB drivers and tools with Amazon DocumentDB So, is this a "managed MongoDB" or is it a NOSQL AmazonDB that just implements the same API…