Need advice about which tool to choose?Ask the StackShare community!
Amazon SimpleDB vs Cloud Firestore: What are the differences?
What is Amazon SimpleDB? Highly available and flexible non-relational data store. Developers simply store and query data items via web services requests and Amazon SimpleDB does the rest. Behind the scenes, Amazon SimpleDB creates and manages multiple geographically distributed replicas of your data automatically to enable high availability and data durability. Amazon SimpleDB provides a simple web services interface to create and store multiple data sets, query your data easily, and return the results. Your data is automatically indexed, making it easy to quickly find the information that you need. There is no need to pre-define a schema or change a schema if new data is added later. And scale-out is as simple as creating new domains, rather than building out new servers.
What is Cloud Firestore? A New Document Database for Apps. Cloud Firestore is a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale.
Amazon SimpleDB and Cloud Firestore can be categorized as "NoSQL Database as a Service" tools.
Some of the features offered by Amazon SimpleDB are:
- Amazon SimpleDB automatically manages infrastructure provisioning, hardware and software maintenance, replication and indexing of data items, and performance tuning.
- Amazon SimpleDB automatically creates multiple geographically distributed copies of each data item you store.
- You can also choose between consistent or eventually consistent read requests, gaining the flexibility to match read performance (latency and throughput) and consistency requirements to the demands of your application, or even disparate parts within your application.
- Documents and collections with powerful querying
- iOS, Android, and Web SDKs with offline data access
- Real-time data synchronization
On the other hand, Cloud Firestore provides the following key features:
We are building a social media app, where users will post images, like their post, and make friends based on their interest. We are currently using Cloud Firestore and Firebase Realtime Database. We are looking for another database like Amazon DynamoDB; how much this decision can be efficient in terms of pricing and overhead?
Hi, Akash,
I wouldn't make this decision without lots more information. Cloud Firestore has a much richer metamodel (document-oriented) than Dynamo (key-value), and Dynamo seems to be particularly restrictive. That is why it is so fast. There are many needs in most applications to get lightning access to the members of a set, one set at a time. Dynamo DB is a great choice. But, social media applications generally need to be able to make long traverses across a graph. While you can make almost any metamodel act like another one, with your own custom layers on top of it, or just by writing a lot more code, it's a long way around to do that with simple key-value sets. It's hard enough to traverse across networks of collections in a document-oriented database. So, if you are moving, I think a graph-oriented database like Amazon Neptune, or, if you might want built-in reasoning, Allegro or Ontotext, would take the least programming, which is where the most cost and bugs can be avoided. Also, managed systems are also less costly in terms of people's time and system errors. It's easier to measure the costs of managed systems, so they are often seen as more costly.
Pros of Amazon SimpleDB
Pros of Cloud Firestore
- Easy to use15
- Cloud Storage15
- Realtime Database12
- Easy setup12
- Super fast9
- Authentication8
- Realtime listeners6
- Could Messaging5
- Hosting5
- Google Analytics integration5
- Performance Monitoring4
- Crash Reporting4
- Sharing App via invites3
- Test Lab for Android3
- Adwords, Admob integration3
- Dynamic Links (Deeplinking support)2
- Robust ALI0
Sign up to add or upvote prosMake informed product decisions
Cons of Amazon SimpleDB
Cons of Cloud Firestore
- Doesn't support FullTextSearch natively8