Closed
Description
MongoDB is a great NoSQL database choice, but I had a few concerns:
- I don't want to rely on MongoLab or another Database-as-a-service. I learn from experiences.
- I don't want to install MongoDB on a compute instance and update versions, feed it RAM
I want to use either Google Datastore or Amazon DynamoDB. Both are good NoSQL database choices.
Google: https://cloud.google.com/datastore/
Amazon: https://aws.amazon.com/dynamodb/details/
I think it would be nice to be able to interface with alternative NoSQL databases other than MongoDB.