1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

Added Dynamo DB to the NoSQL DB

Added Dynamo DB to the NoSQL DB
This commit is contained in:
ANI
2022-08-05 22:43:15 +05:30
committed by GitHub
parent e9fcec73b9
commit d29ca01625

View File

@@ -9,4 +9,13 @@ MongoDB is a source-available cross-platform document-oriented database program.
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.mongodb.com/'>MongoDB Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://docs.mongodb.com/'>MongoDB Documentation</BadgeLink>
<BadgeLink badgeText='Official Courses' href='https://university.mongodb.com/learning_paths/developer'>Learning Path for MongoDB Developers</BadgeLink>
<BadgeLink badgeText='Sandbox' href='https://mongoplayground.net/'>MongoDB Online Sandbox</BadgeLink>
<BadgeLink badgeText='Sandbox' href='https://mongoplayground.net/'>MongoDB Online Sandbox</BadgeLink>
## DynamoDB
DynamoDB is a fully managed proprietary NoSQL database service that supports keyvalue 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://docs.aws.amazon.com/dynamodb/index.html'>Dynamo DB Docs</BadgeLink>
<BadgeLink badgeText='Develpers Guide' href='https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html'>Official Developers Guide</BadgeLink>