Karma uses Amazon DynamoDB
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.
v0lkan uses Amazon DynamoDB
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).
CloudRepo uses Amazon DynamoDB
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.
welkie uses Amazon DynamoDB
When creating proofs of concept or small personal projects that are hosted primarily in AWS, with non-relational data models, this is the NoSQL managed database I usually pair them with.
nrise uses Amazon DynamoDB
๋ช๋ช ๋ก๊ทธ๋ ํ์ฌ AWS DynamoDB ์ ๊ธฐ๋ก๋๊ณ ์์ต๋๋ค. ๊ฐ์ ์ ํตํด mongodb ๋ก ์ฎ๊ธธ ๊ณํ์ ํ๊ณ ์์ต๋๋ค. ์์ฃผ ๊ฐ๋จํ ๋ฐ์ดํฐ๋ฅผ ์๋ ์ฉ๋๋ก๋ ๋์์ง ์์ต๋๋ค. ๋ค๋ง, ์ฟผ๋ฆฌ๊ฐ ์์ฃผ ์ ํ์ ์ ๋๋ค. ์ฌ์ฉํ๊ธฐ ์ ์ ๋ฐ๋์ DynamoDB ์ ์คํ์ ํ์ธํ ํ์๊ฐ ์์ต๋๋ค.