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 · 1 comment
Open

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

j6k4m8 opened this issue May 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

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
@j6k4m8
Copy link
Member Author

j6k4m8 commented Dec 8, 2024

Already in a downstream package grandlite. Wondering out loud about upstreaming that feature into this package...

@j6k4m8 j6k4m8 added enhancement New feature or request question Further information is requested labels Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant