Remove some graph storage support: MongoDB, TiDB and Oracle
This commit is contained in:
parent
795b69b275
commit
fe270a9ebe
1 changed files with 3 additions and 3 deletions
|
|
@ -14,12 +14,12 @@ STORAGE_IMPLEMENTATIONS = {
|
||||||
"implementations": [
|
"implementations": [
|
||||||
"NetworkXStorage",
|
"NetworkXStorage",
|
||||||
"Neo4JStorage",
|
"Neo4JStorage",
|
||||||
"MongoGraphStorage",
|
# "MongoGraphStorage",
|
||||||
"TiDBGraphStorage",
|
# "TiDBGraphStorage",
|
||||||
"AGEStorage",
|
"AGEStorage",
|
||||||
"GremlinStorage",
|
"GremlinStorage",
|
||||||
"PGGraphStorage",
|
"PGGraphStorage",
|
||||||
"OracleGraphStorage",
|
# "OracleGraphStorage",
|
||||||
],
|
],
|
||||||
"required_methods": ["upsert_node", "upsert_edge"],
|
"required_methods": ["upsert_node", "upsert_edge"],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue