article thumbnail

Graph Database Cheatsheet

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction A graph database is a specialized, one-of-a-kind platform for creating and manipulating graphs. Graphs have nodes, edges, and properties that represent and store data in ways relational databases cannot.

Database 375
article thumbnail

Managing SQL Database on Google Cloud

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction This article shows how you can create and manage a Cloud SQL Database on Google Cloud Platform and further connect that database to any web application. This tutorial shows how you can join that database with a Django Application.

SQL 390
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Indexing in Database Management System

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction on Database Management System Indexing is a technique to optimize our performance or processing speed of querying records in the database by minimizing the number of searches or scans required.

Database 344
article thumbnail

How to Fetch Data using API and SQL databases!

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Getting complete and high-performance data is not always the case. The post How to Fetch Data using API and SQL databases! appeared first on Analytics Vidhya.

SQL 400
article thumbnail

Relational Database vs Graph Database: A Comparison Guide

Analytics Vidhya

Introduction When it comes to managing and organizing data, two popular options are relational databases and graph databases. Both have their unique strengths and weaknesses, making them suitable for different use cases.

Database 304
article thumbnail

Interacting with Remote Databases – PostgreSQL and DBAPIs

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction When creating data pipelines, Software Engineers and Data Engineers frequently work with databases using Database Management Systems like PostgreSQL.

Database 328
article thumbnail

What is Graph Database?

Analytics Vidhya

Introduction As data scales and characteristics shift across fields, graph databases emerge as revolutionary solutions for managing relationships. Unlike relational databases that use tables and rows, graph databases excel in handling complex networks. This article provides […] The post What is Graph Database?

Database 284