adspace


What is difference between mongodb and dynamodb?

Answer Posted / Jogendra Singh Rathore

MongoDB is a NoSQL database that uses JSON-like documents with optional schemas. It's document-oriented, meaning it stores data as flexible JSON-like documents. On the other hand, Amazon DynamoDB is a fully managed proprietary NoSQL database service provided by AWS. It provides key-value and document data structures. The main difference lies in their underlying data models and administrative control.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the command syntax for inserting a document?

68


How did mongodb get its name?

65


How to define array in mongoose schema?

84