From 46feceedf37f16d2ca35982da9dbe319d74557c7 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Mon, 13 Jun 2022 13:17:13 +0530 Subject: [PATCH] Resources added for Graph databases (#1294) --- .../101-backend/content/120-graph-databases/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/120-graph-databases/readme.md b/content/roadmaps/101-backend/content/120-graph-databases/readme.md index 54a5a1640..bc13f5492 100644 --- a/content/roadmaps/101-backend/content/120-graph-databases/readme.md +++ b/content/roadmaps/101-backend/content/120-graph-databases/readme.md @@ -1 +1,7 @@ -# Graph databases \ No newline at end of file +# 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. + +Free Content +What is a Graph Database? +Graph Databases VS Relational Databases