Skip to content

Commit fbe9bbe

Browse files
committed
Add 16 more databases to the catalog
1 parent 65ee15b commit fbe9bbe

19 files changed

Lines changed: 1030 additions & 21 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
### The curated, primary-source reference for graph databases, RDF triple stores, property graph systems, and vector-capable graph engines.
66

7-
**A curated reference covering 54 graph databases — Neo4j, Apache Jena, Stardog, ArangoDB, Memgraph, TigerGraph, Dgraph, Virtuoso, GraphDB, Amazon Neptune, Oracle Graph, Google Spanner Graph, and more — with explicit vector-search classification for every entry.**
7+
**A curated reference covering 70 graph databases — Neo4j, Apache Jena, Stardog, ArangoDB, Memgraph, TigerGraph, Dgraph, Virtuoso, GraphDB, Amazon Neptune, Oracle Graph, Google Spanner Graph, SAP HANA Graph, and more — with explicit vector-search classification for every entry.**
88

99
<p>
1010
<a href="#license"><img alt="License" src="https://img.shields.io/badge/License-MIT-34d399?style=for-the-badge"></a>
1111
</p>
1212

1313
<p>
14-
<img alt="Entries" src="https://img.shields.io/badge/Entries-54-60a5fa?style=flat-square">
15-
<img alt="RDF" src="https://img.shields.io/badge/RDF-13-60a5fa?style=flat-square">
16-
<img alt="LPG" src="https://img.shields.io/badge/LPG-19-fb923c?style=flat-square">
17-
<img alt="Multi-model" src="https://img.shields.io/badge/Multi--model-15-22d3ee?style=flat-square">
18-
<img alt="Specialized" src="https://img.shields.io/badge/Specialized-7-c084fc?style=flat-square">
14+
<img alt="Entries" src="https://img.shields.io/badge/Entries-70-60a5fa?style=flat-square">
15+
<img alt="RDF" src="https://img.shields.io/badge/RDF-17-60a5fa?style=flat-square">
16+
<img alt="LPG" src="https://img.shields.io/badge/LPG-27-fb923c?style=flat-square">
17+
<img alt="Multi-model" src="https://img.shields.io/badge/Multi--model-17-22d3ee?style=flat-square">
18+
<img alt="Specialized" src="https://img.shields.io/badge/Specialized-9-c084fc?style=flat-square">
1919
<img alt="Native vector" src="https://img.shields.io/badge/Native%20vector-21-34d399?style=flat-square">
2020
</p>
2121

@@ -39,11 +39,11 @@ The **Graph Database Resource Catalog** is a curated, primary-source reference f
3939

4040
> **Which graph databases actually support vector search, and how?**
4141
42-
Every one of the 54 entries is anchored to official documentation, product pages, or source repositories. The catalog distinguishes native vector support from connector-based, paired-extension, and sibling-service patterns — and where the public docs are ambiguous, the entry is marked `unclear` instead of being inflated.
42+
Every one of the 70 entries is anchored to official documentation, product pages, or source repositories. The catalog distinguishes native vector support from connector-based, paired-extension, and sibling-service patterns — and where the public docs are ambiguous, the entry is marked `unclear` instead of being inflated.
4343

4444
**Topics covered:** graph database · RDF database · SPARQL · property graph · label property graph · LPG · knowledge graph · semantic graph · triple store · Cypher · Gremlin · GQL · SQL/PGQ · Datalog · vector search · HNSW · GraphRAG · multi-model database · graph analytics · graph OLTP · graph OLAP · knowledge graph engineering · semantic web
4545

46-
**Databases in the catalog include:** Neo4j, Apache Jena, Fuseki, Virtuoso, Stardog, GraphDB, Amazon Neptune, RDFox, MarkLogic, Oxigraph, QLever, Blazegraph, TerminusDB, SurrealDB, ArangoDB, ArcadeDB, Memgraph, TigerGraph, Dgraph, JanusGraph, NebulaGraph, Apache HugeGraph, Apache AGE, OrientDB, TypeDB, Azure Cosmos DB for Gremlin, PuppyGraph, Kuzu, Ultipa, FalkorDB, Aerospike Graph, Tarantool Graph DB, TuGraph, AgensGraph, Fluree, RedisGraph, CozoDB, Oracle Graph, Google Spanner Graph, Gel (formerly EdgeDB), Datomic, HyperGraphDB, AnzoGraph DB, Weaviate, Cayley, DataStax Enterprise Graph, Eclipse RDF4J, AtomicServer, HelixDB, Dydra, and more.
46+
**Databases in the catalog include:** Neo4j, Apache Jena, Fuseki, Virtuoso, Stardog, GraphDB, Amazon Neptune, RDFox, MarkLogic, Oxigraph, QLever, Blazegraph, TerminusDB, SurrealDB, ArangoDB, ArcadeDB, Memgraph, TigerGraph, Dgraph, JanusGraph, NebulaGraph, Apache HugeGraph, Apache AGE, OrientDB, TypeDB, Azure Cosmos DB for Gremlin, PuppyGraph, Kuzu, Ultipa, FalkorDB, Aerospike Graph, Tarantool Graph DB, TuGraph, AgensGraph, Fluree, RedisGraph, CozoDB, Oracle Graph, Google Spanner Graph, Gel (formerly EdgeDB), Datomic, HyperGraphDB, AnzoGraph DB, Weaviate, Cayley, DataStax Enterprise Graph, Eclipse RDF4J, AtomicServer, HelixDB, Dydra, Alibaba Cloud GDB, IBM Db2 Graph, Huawei Graph Engine Service, ONgDB, Ontop, Apache Marmotta, RelationalAI, Raphtory, Katana Graph, Trovares xGT, Apache S2Graph, PoolParty, TopBraid EDG, IndraDB, HGraphDB, SAP HANA Graph, and more.
4747

4848
## What makes it different
4949

@@ -71,22 +71,22 @@ Every one of the 54 entries is anchored to official documentation, product pages
7171

7272
**By model**
7373

74-
- **13** RDF / SPARQL-native stores
75-
- **19** Label property graph databases
76-
- **15** Multi-model systems with a real graph layer
77-
- **7** Specialized graph-adjacent systems
74+
- **17** RDF / SPARQL-native stores
75+
- **27** Label property graph databases
76+
- **17** Multi-model systems with a real graph layer
77+
- **9** Specialized graph-adjacent systems
7878

7979
</td>
8080
<td valign="top" width="50%">
8181

8282
**By vector strategy**
8383

8484
- **21** Native (in-engine)
85-
- **4** Integrated
85+
- **5** Integrated
8686
- **5** Paired
8787
- **2** Sibling-service
88-
- **19** None
89-
- **3** Unclear
88+
- **32** None
89+
- **5** Unclear
9090

9191
</td>
9292
</tr>

databases/alibaba-gdb/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Alibaba Cloud Graph Database
2+
3+
> Managed property graph service on Alibaba Cloud with Apache TinkerPop Gremlin and openCypher query surfaces.
4+
5+
| | |
6+
|---|---|
7+
| **Website** | [alibabacloud.com/product/graph-database](https://www.alibabacloud.com/product/graph-database) |
8+
| **Model** | Label Property Graph |
9+
| **Status** | Production |
10+
| **License** | Commercial |
11+
| **Query** | Gremlin / openCypher |
12+
| **Vector strategy** | **None** |
13+
| **HA** | Managed multi-AZ deployment |
14+
| **Deployment** | Alibaba Cloud managed service |
15+
16+
## Overview
17+
18+
Alibaba Cloud Graph Database (GDB) is a fully managed, real-time property graph service on Alibaba Cloud. It implements the Apache TinkerPop Gremlin API as the primary query surface and is listed as an official TinkerPop provider, with additional support for openCypher. The service is positioned for workloads that need to store and traverse highly connected datasets without operating a graph database stack.
19+
20+
GDB is part of Alibaba Cloud's broader database portfolio. Integration with DataWorks and other Alibaba Cloud tools is built in, and the service exposes standard Gremlin tooling including the Gremlin Console.
21+
22+
## Vector strategy — None
23+
24+
No native vector capability is documented inside the GDB engine. Alibaba Cloud exposes vector search through separate product lines (Lindorm, AnalyticDB) rather than inside the graph service, so applications that need vector similarity alongside GDB graph traversal pair it with one of those services at the application layer.
25+
26+
## Best fit
27+
28+
- Alibaba Cloud workloads that need a real-time property graph with standard TinkerPop tooling
29+
- Teams running in China or APAC regions where Alibaba Cloud is the primary provider
30+
- Graph workloads that benefit from an operationally managed service
31+
32+
## Considerations
33+
34+
- Commercial-only; pricing tied to Alibaba Cloud usage
35+
- No native vector support; pair with a separate Alibaba Cloud service
36+
- Availability varies by Alibaba Cloud region
37+
- Primarily Gremlin; Cypher-first teams should evaluate the fit
38+
39+
## Sources
40+
41+
- [Alibaba Cloud GDB product page](https://www.alibabacloud.com/product/graph-database)
42+
- [Alibaba Cloud GDB documentation](https://www.alibabacloud.com/help/product/102714.htm)

0 commit comments

Comments
 (0)