AI-powered search & chat for Data / Computer Science Students

Relational VS Non Relational Databases

 Towards Data Science

Choosing the right database for storing your data is not always an easy choice. In fact, if in the first instance, the use of a relational database might seem more natural, in some cases this choice…

Read more at Towards Data Science

Relational vs. Non-Relational Databases

 Level Up Coding

Before we dive into relational and non-relational databases, let’s understand what a database is. A database is data stored on a computer that can be accessed when you need it. Databases structure…

Read more at Level Up Coding

Weighing the Options: Relational vs. Non-Relational Databases’ Strengths and Weaknesses

 Level Up Coding

In the world of databases, there has been an ongoing debate about the merits of relational databases versus non-relational databases, also known as NoSQL databases. Some argue that relational database...

Read more at Level Up Coding

A Beginner’s Primer to Relational vs. Non-Relational Databases

 Level Up Coding

A quick overview of relational (SQL) and non-relational (NoSQL) databases, what they are, how they differ, and use cases for each. At a very high level, relational databases like MySQL, PostgreSQL…

Read more at Level Up Coding

A Comprehensive Comparison of Relational and Non-Relational Databases

 Javarevisited

In the ever-evolving landscape of database management systems, the choice between relational databases (RDBMS) and non-relational databases (NoSQL) significantly impacts application performance and sc...

Read more at Javarevisited

Database

 Codecademy

A database is a collection of structured information stored so it can be easily accessed and updated. In a computer system, databases are commonly accessed through a database management system, referr...

Read more at Codecademy

Databases

 Full Stack Python

Relational databases serve the critical role of persisting data in many Python applications.

Read more at Full Stack Python

SQL vs NO-SQL Databases — Everything you need to know

 Javarevisited

Hello everyone. In this article, we will be looking at what is SQL and NoSQL databases and then we will continue in-depth about both these types and also discuss their benefits and use cases.SQL datab...

Read more at Javarevisited

Building a Database — Without a Database

 Towards Data Science

Machine learning practitioners and data engineers are well aware of the repeatable nature of data sourcing, gathering, cleaning, transforming, merging, and labeling. The purpose of these activities…

Read more at Towards Data Science

No-SQL databases — An Introduction

 Analytics Vidhya

An introduction to NoSQL databases and their comparison with the traditional and still popular RDBMS

Read more at Analytics Vidhya

Databases

 The Hitchhiker's Guide to Python!

Databases DB-API The Python Database API (DB-API) defines a standard interface for Python database access modules. It’s documented in PEP 249 . Nearly all Python database modules such as sqlite3 , psy...

Read more at The Hitchhiker's Guide to Python!

Databases

 Django documentation

Django officially supports the following databases: PostgreSQL MariaDB MySQL Oracle SQLite There are also a number of database backends provided by third parties . Django attempts to support as many f...

Read more at Django documentation

Categories of Databases — A Primer

 Analytics Vidhya

This is not a guide for choosing which Database you need. This is a guide for you to choose which Category of Database you need. Before choosing a Database you should know which category of Database…

Read more at Analytics Vidhya

Database 101: What Are They and How Are They Different

 Towards Data Science

We all have that love and hate relationship with the database, more specifically the data management system (DBMS). It’s an integral part that defines how to access one of the most valuable assets of…...

Read more at Towards Data Science

How Databases Work and Why They Are So Cool

 Javarevisited

At first glance databases seem like a pain to learn.It doesn’t seem that important or “cool” to learn as you would a programming language.But, you will find there are some important use cases for data...

Read more at Javarevisited

SQL Vs. NoSQL: Choose The Most Convenient Technology

 Towards AI

ACID and BASE properties of databases Continue reading on Towards AI

Read more at Towards AI

Database, SQL and NoSQL

 Analytics Vidhya

Database is a collection of information that is organized so that it can be easily accessed, managed and updated. Databases typically contain aggregations of data records or files, containing…

Read more at Analytics Vidhya

SQL (Relational) Databases

 FastAPI Documentation

SQL (Relational) Databases FastAPI doesn't require you to use a SQL (relational) database. But you can use any relational database that you want. Here we'll see an example using SQLAlchemy . You can ...

Read more at FastAPI Documentation

Choose Suitable No-SQL Database for Your Next Application.

 Analytics Vidhya

Here I’ll discuss a complex topic, but I hope to break the things down, so anyone could understand the things. let’s first talk about the name “NoSQL.” It’s a bit confusing as it can be interpreted…

Read more at Analytics Vidhya

SQL or NoSQL, That is the Question!

 Level Up Coding

The most important aspect of designing a software product is deciding how and where you’ll be storing your data. A well-designed database is imperative in guaranteeing information consistency…

Read more at Level Up Coding

To Scale To The Future: Goodbye SQL?

 Better Programming

Say hello to NoSQL Photo by Rubaitul Azad on Unsplash SQL (Structured Query Language) is one of the oldest programming languages and has done us well. It was created in 1974 and is more than 49 years...

Read more at Better Programming

Comparing Relational and Non-Relational Database Management Systems | SQL vs NoSQL

 Towards Data Science

Relational Databases (SQL) vs Non-Relational (NoSQL) Continue reading on Towards Data Science

Read more at Towards Data Science

When Spreadsheets Aren’t Good Enough: A Lesson in Relational Databases

 Towards Data Science

SQL Tutorial Database normalization, relational databases, and why you need them Photo by Ivan Liu Hu on Unsplash Have you ever waited minutes for an Excel spreadsheet to fully load and open? Does it...

Read more at Towards Data Science

How To Access Relational Databases In Python

 Towards Data Science

A simple guide to using database adapters Continue reading on Towards Data Science

Read more at Towards Data Science