- 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.
推薦閱讀
- C++程序設計教程
- Oracle從入門到精通(第3版)
- LabVIEW入門與實戰開發100例
- Azure IoT Development Cookbook
- Python 深度學習
- 軟件測試項目實戰之性能測試篇
- Object-Oriented JavaScript(Second Edition)
- Java 11 Cookbook
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Android系統原理及開發要點詳解
- 編程菜鳥學Python數據分析
- Scratch3.0趣味編程動手玩:比賽訓練營
- Web性能實戰
- SignalR:Real-time Application Development(Second Edition)
- Java EE Web應用開發基礎