(Graph|Network) - Database

Graph

About

Instead of using tables and keys found in conventional database to define data structures, a graph database defines its data structure as a set of nodes and a set of links that establish relationships between the nodes.

Because its data structure is non-hierarchical, a graph database can model much more complex relationships between individual elements than a conventional database, and is open for users to enter new objects and relationships into the underlying graph.

Graph database are tagged as NoSQL Database.

List

Documentation / Reference





Discover More
Data System Architecture
Database - Model

relational model the Hierarchical_database_modelhierarchical model and network model. object-oriented databases. Object-Relation type-Object model is based on the assumption that any fact can...
Graph
Graph (Network - Nodes and edges)

A graph is a set of vertices connected by edges. See Data representation that naturally captures complex relationships is a graph (or network). Except of the special graph that a tree is, the data...
Data System Architecture
What is a Nosql Database?

This page explains as if you were 5 what is a NoSQL database.



Share this page:
Follow us:
Task Runner