Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
j6k4m8 opened this issue May 16, 2023 · 0 comments
Open

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

j6k4m8 opened this issue May 16, 2023 · 0 comments
Assignees

Comments

@j6k4m8
Copy link
Member

j6k4m8 commented May 16, 2023

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 j6k4m8 self-assigned this May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant