computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.6 KiB
21 lines
1.6 KiB
# Document databases |
|
|
|
## MongoDB |
|
|
|
MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL). |
|
|
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
|
|
|
<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='Sandbox' colorScheme='yellow' href='https://mongoplayground.net/'>MongoDB Online Sandbox</BadgeLink> |
|
<BadgeLink badgeText='Courses' colorScheme='green' href='https://university.mongodb.com/learning_paths/developer'>Learning Path for MongoDB Developers</BadgeLink> |
|
|
|
## 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. |
|
|
|
<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' colorScheme='blue' href='https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html'>Official Developers Guide</BadgeLink>
|
|
|