aplbrain / grand

Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.
Apache License 2.0
80 stars 6 forks source link

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

Open j6k4m8 opened 1 year ago

j6k4m8 commented 1 year ago

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")