grand icon indicating copy to clipboard operation
grand copied to clipboard

Auto-detect graph objects (and guess Backend) from URI

Open j6k4m8 opened this issue 1 year ago • 0 comments

To enable this syntax:

from grand import Graph

g1 = Graph("https://example.com/net.graphml")

g2 = Graph("~/graph.sqlite3")

g3 = Graph("s3://example/my-open-cypher")

j6k4m8 avatar May 16 '23 13:05 j6k4m8