1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 13:01:43 +02:00

docs: add document database explanation (#2550)

This commit is contained in:
Ari P Zhorifiandi
2022-10-17 10:42:00 +07:00
committed by GitHub
parent 7407929235
commit d81aa25710

View File

@@ -1 +1,6 @@
# Document
# Document
A document database is a type of nonrelational database that is designed to store and query data as JSON-like documents. Document databases make it easier for developers to store and query data in a database by using the same document-model format they use in their application code. The flexible, semistructured, and hierarchical nature of documents and document databases allows them to evolve with applications needs.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://aws.amazon.com/nosql/document/'>What Is a Document Database?</BadgeLink>