From 92b519396d7654994b04a557279f9922d5b5d414 Mon Sep 17 00:00:00 2001 From: Alan Klimowski Date: Tue, 9 Jul 2024 03:05:29 -0500 Subject: [PATCH] FIx links for sql vs nosql (#6113) --- .../roadmaps/sql/content/100-introduction/102-sql-vs-nosql.md | 2 ++ .../system-design/content/111-databases/102-sql-vs-nosql.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/sql/content/100-introduction/102-sql-vs-nosql.md b/src/data/roadmaps/sql/content/100-introduction/102-sql-vs-nosql.md index c92479ada..77a55dd25 100644 --- a/src/data/roadmaps/sql/content/100-introduction/102-sql-vs-nosql.md +++ b/src/data/roadmaps/sql/content/100-introduction/102-sql-vs-nosql.md @@ -40,5 +40,7 @@ NoSQL (Not only SQL) databases refer to non-relational databases, which don't fo This guide focuses on MongoDB, a popular NoSQL database that uses a document-based data model. MongoDB has been designed with flexibility, performance, and scalability in mind. With its JSON-like data format (BSON) and powerful querying capabilities, MongoDB is an excellent choice for modern applications dealing with diverse and large-scale data. +- [@article@SQL vs NoSQL: The Differences](https://www.sitepoint.com/sql-vs-nosql-differences/) +- [@article@SQL vs. NoSQL Databases: What’s the Difference?](https://www.ibm.com/blog/sql-vs-nosql/) - [@article@NoSQL vs. SQL Databases](https://www.mongodb.com/nosql-explained/nosql-vs-sql) - [@feed@Explore top posts about NoSQL](https://app.daily.dev/tags/nosql?ref=roadmapsh) diff --git a/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md b/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md index 3b3f59592..ec363d020 100644 --- a/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md +++ b/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md @@ -9,5 +9,6 @@ The choice between SQL and NoSQL depends on the specific use case and requiremen Learn more from the following links: - [@article@SQL vs NoSQL: The Differences](https://www.sitepoint.com/sql-vs-nosql-differences/) -- [@article@SQL vs NoSQL - When to Use Each](https://www.ibm.com/cloud/blog/sql-vs-nosql) +- [@article@SQL vs. NoSQL Databases: What’s the Difference?](https://www.ibm.com/blog/sql-vs-nosql/) +- [@article@NoSQL vs. SQL Databases](https://www.mongodb.com/nosql-explained/nosql-vs-sql) - [@feed@Explore top posts about NoSQL](https://app.daily.dev/tags/nosql?ref=roadmapsh)