- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 67字
- 2021-07-02 13:11:36
Graph databases
Graph databases are based on 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.
推薦閱讀
- Mastering OpenLayers 3
- Spring Boot 2實戰(zhàn)之旅
- Python程序設計教程(第2版)
- Apache Oozie Essentials
- 21天學通C++(第6版)
- C語言程序設計實踐教程
- C語言程序設計
- Oracle從入門到精通(第5版)
- Spring核心技術和案例實戰(zhàn)
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- 開源項目成功之道
- Java Web開發(fā)實例大全(基礎卷) (軟件工程師開發(fā)大系)
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- 愛上C語言:C KISS
- Exploring SE for Android