Alibaba GDB
A managed cloud graph database service on Alibaba Cloud, using the property graph model with TinkerPop support. Provides ACID transactions and horizontal scalability. Also available as TuGraph in open-source form.
- Overall rank
- #112
- First released
- March 2019
- License
- Proprietary
Sources 4 references
Protocols Gremlin (WebSocket), Bolt
Gremlin access is documented only over WebSocket (port 8182), not HTTP; Cypher access is documented as bolt-v3 via the neo4j-java-driver, which the draft omitted, so this disagrees with the draft.
-
from gremlin_python.driver import client client = client.Client('ws://${your-gdb-endpoint}:8182/gremlin', 'g', username="${username}", password="${password}")
Connect to and manage a Graph Database instance in a Python environment-Graph Database(Graph Database)-阿里云帮助中心 · reviewed 2026-08-02 -
GDB supports the bolt-v3 protocol. We recommend using version 4.0.0 of the neo4j-java-driver.
Compatibility of GDB Cypher-Graph Database(Graph Database)-阿里云帮助中心 · reviewed 2026-08-02
License Proprietary
No public license or source repository exists. Alibaba Cloud's own product page describes GDB as its self-developed, independently-controlled product, sold only as a metered/subscription cloud console service, consistent with the current catalogue value.
-
图数据库(Graph Database, 简称GDB)是阿里云自主研发、自主可控的图数据库产品,经历阿里巴巴集团内丰富的应用场景打磨,具备行业最佳实践经验。是基于图技术的行业多元异构数据的融合、分析、决策引擎,是知识图谱的最佳底座。
图数据库GDB_知识图谱_金融风控_数据库-阿里云 · reviewed 2026-08-02
Released 2019-03
Confirms current value. Alibaba Cloud's own developer-community article states GDB was released as a new database product in March 2019 at the Alibaba Cloud Summit Beijing.
-
阿里云于2019年3月重磅发布了数据库新产品——图数据库(Graph Database,简称GDB),本文将从图数据库的基本背景知识说起,带你深入了解阿里云Cloud-Native图数据库GDB。
为高度连接数据而生 阿里云图数据库GDB揭秘-阿里云开发者社区 · reviewed 2026-08-02