What are the pros and cons of DynamoDB with respect to other NoSQL databases?

后端 未结 8 1025
不知归路
不知归路 2021-01-30 12:57

We use MongoDB database add-on on Heroku for our SaaS product. Now that Amazon launched DynamoDB, a cloud database service, I was wondering how that changes the NoSQL offerings

8条回答
  •  孤街浪徒
    2021-01-30 14:02

    Amazon DynamoDB seems like a pretty decent NoSQL solution. It is fast, and it is pretty easy to use. Other than having an AWS account, there really isn't any setup or maintenance required. The feature set and API is fairly small right now compared to MongoDB/CouchDB/Cassandra, but I would probably expect that to grow over time as feedback from the developer community is received. Right now, all of the official AWS SDKs include a DynamoDB client.

提交回复
热议问题