Hacker News new | ask | show | jobs
by posix_monad 710 days ago
Does MongoDB have serious market share compared to DynamoDB (and similar clones from Azure, GCP) at this point?
2 comments

Totally. Many of the biggest tech companies are using for core use cases. Stripe uses a modified version: https://stripe.com/blog/how-stripes-document-databases-suppo...

We use MongoDB’s cloud offering called Atlas as our core DB at TableCheck.

Mongodb and dynamodb are completely different dbs. One is unlimited scale KV but very expensive , another is document nosql db that sells you idea “it just works” for lots of features , indexes on anything , aggregation , time series . Vector DB, sharding , replicas etc . It’s a very powerful db for sure.