I've worked mainly with just MongoDB.
Tho, there are other alternatives like Redis, DynamoDB, Cassandra, Couchbase, HBase, CouchDB and lots of others.
What is your favorite NoSQL database and why?
I've worked mainly with just MongoDB.
Tho, there are other alternatives like Redis, DynamoDB, Cassandra, Couchbase, HBase, CouchDB and lots of others.
What is your favorite NoSQL database and why?
For further actions, you may consider blocking this person and/or reporting abuse
The top 50 must-have CLI tools, including some scripts to help you automate the installation and updating of these tools on various systems/distros.
Russell Jones -
Russell Jones -
Orange_Abstrakt -
Michael Bogan -
Once suspended, madza will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, madza will be able to comment and publish posts again.
Once unpublished, all posts by madza will become hidden and only accessible to themselves.
If madza is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Madza.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag madza:
Unflagging madza will restore default visibility to their posts.
Top comments (2)
Mongodb - since thatβs the only one I have tried in my production app.
I have used Redis for caching and also for async jobs. It is good as a in-memory DB but gets costly very quickly for complex needs.
Never tried Neo4j and dgraph, but they look like good contenders.
I might try Faunadb in the near future.