- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 68字
- 2021-07-02 22:42:01
Graph databases
Graph databases are based on the graph theory, where a database consists of nodes and edges. The nodes as well as the edges can be assigned data. Graph databases allow traversing between the nodes using edges. As a graph is a generic data structure, graph databases are capable of representing different data. A famous implementation of an open source commercially supported graph database is Neo4j.