TheDataStation / ver

Data Discovery Tools and Systems
MIT License
5 stars 9 forks source link

Added skeleton code for arangodb backend #14

Closed kevindharmawan closed 1 year ago

kevindharmawan commented 1 year ago

ArangoDB has "outbound", "inbound", and "any" (undirected) mode on the query. But, it doesn't have an undirected graph feature. So, to simulate an undirected graph, we can use single directed edge (not back and forth) and undirected mode on the query.