Enable MongoGraphStorage
This commit is contained in:
parent
d031cc7cdf
commit
6364d076aa
1 changed files with 1 additions and 1 deletions
|
|
@ -14,8 +14,8 @@ STORAGE_IMPLEMENTATIONS = {
|
||||||
"NetworkXStorage",
|
"NetworkXStorage",
|
||||||
"Neo4JStorage",
|
"Neo4JStorage",
|
||||||
"PGGraphStorage",
|
"PGGraphStorage",
|
||||||
|
"MongoGraphStorage",
|
||||||
# "AGEStorage",
|
# "AGEStorage",
|
||||||
# "MongoGraphStorage",
|
|
||||||
# "TiDBGraphStorage",
|
# "TiDBGraphStorage",
|
||||||
# "GremlinStorage",
|
# "GremlinStorage",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue