1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Resources added for Graph databases (#1294)

This commit is contained in:
Archit Sharma
2022-06-13 13:17:13 +05:30
committed by GitHub
parent 5baf8dbc5d
commit 46feceedf3

View File

@@ -1 +1,7 @@
# Graph databases
# Graph databases
A graph database stores nodes and relationships instead of tables, or documents. Data is stored just like you might sketch ideas on a whiteboard. Your data is stored without restricting it to a pre-defined model, allowing a very flexible way of thinking about and using it.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://neo4j.com/developer/graph-database/'>What is a Graph Database?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/graph-database-vs-relational-database/'>Graph Databases VS Relational Databases</BadgeLink>