From 28f388e5bee487a138863ec4cb3e68eaeeafc659 Mon Sep 17 00:00:00 2001 From: ANI <47685134+Anirudh-sk@users.noreply.github.com> Date: Fri, 5 Aug 2022 22:43:15 +0530 Subject: [PATCH] Added Dynamo DB to the NoSQL DB Added Dynamo DB to the NoSQL DB --- .../107-nosql-databases/100-document-databases.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md b/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md index abc6621d1..4159b7567 100644 --- a/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md +++ b/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md @@ -9,4 +9,13 @@ MongoDB is a source-available cross-platform document-oriented database program. MongoDB Website MongoDB Documentation Learning Path for MongoDB Developers -MongoDB Online Sandbox \ No newline at end of file +MongoDB Online Sandbox + +## DynamoDB + +DynamoDB is a fully managed proprietary NoSQL database service that supports key–value and document data structures and is offered by Amazon.com as part of the Amazon Web Services portfolio. DynamoDB exposes a similar data model to and derives its name from Dynamo, but has a different underlying implementation. + +Free Content + +Dynamo DB Docs +Official Developers Guide