Need advice about which tool to choose?Ask the StackShare community!
What is Amazon DynamoDB?
What is Cloudant?
What is Google Cloud Datastore?
Need advice about which tool to choose?Ask the StackShare community!
Why do developers choose Amazon DynamoDB?
Why do developers choose Cloudant?
- JSON9
Why do developers choose Google Cloud Datastore?
Sign up to add, upvote and see more prosMake informed product decisions
What are the cons of using Amazon DynamoDB?
What are the cons of using Cloudant?
What are the cons of using Google Cloud Datastore?
What companies use Cloudant?
What companies use Google Cloud Datastore?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with Amazon DynamoDB?
What tools integrate with Cloudant?
What tools integrate with Google Cloud Datastore?
Sign up to get full access to all the tool integrationsMake informed product decisions
I use Amazon DynamoDB because it integrates seamlessly with other AWS SaaS solutions and if cost is the primary concern early on, then this will be a better choice when compared to AWS RDS or any other solution that requires the creation of a HA cluster of IaaS components that will cost money just for being there, the costs not being influenced primarily by usage.
For most of the stuff we use MySQL. We just use Amazon RDS. But for some stuff we use Amazon DynamoDB. We love DynamoDB. It's amazing. We store usage data in there, for example. I think we have close to seven or eight hundred million records in there and it's scaled like you don't even notice it. You never notice any performance degradation whatsoever. It's insane, and the last time I checked we were paying $150 bucks for that.
zerotoherojs.com ’s userbase, and course details are stored in DynamoDB tables.
The good thing about AWS DynamoDB is: For the amount of traffic that I have, it is free. It is highly-scalable, it is managed by Amazon, and it is pretty fast.
It is, again, one less thing to worry about (when compared to managing your own MongoDB elsewhere).
We store customer metadata in DynamoDB. We decided to use Amazon DynamoDB because it was a fully managed, highly available solution. We didn't want to operate our own SQL server and we wanted to ensure that we built CloudRepo on high availability components so that we could pass that benefit back to our customers.
This is our primary database, though most of our actual data is stored in static storage. This database houses the metadata necessary for indexing and finding static data.
몇몇 로그는 현재 AWS DynamoDB 에 기록되고 있습니다. 개선을 통해 mongodb 로 옮길 계획을 하고 있습니다. 아주 간단한 데이터를 쌓는 용도로는 나쁘지 않습니다. 다만, 쿼리가 아주 제한적입니다. 사용하기 전에 반드시 DynamoDB 의 스펙을 확인할 필요가 있습니다.
worked with a client that used datastore as their backend database. helped plan out their schema and architecture. loved the speed and simplicity.
To store device health records as it allows super fast writes and range queries.