Resources added for Graph databases (#1294)

pull/1295/head
Archit Sharma 2 years ago committed by GitHub
parent eb29d5348e
commit 4759604e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/101-backend/content/120-graph-databases/readme.md

@ -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…
Cancel
Save