Resources added for Graph databases (#1294)
parent
eb29d5348e
commit
4759604e14
1 changed files with 7 additions and 1 deletions
@ -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> |
||||||
|
Loading…
Reference in new issue