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

Add a GQL model and parser #140

Open
joshsh opened this issue Sep 16, 2024 · 1 comment
Open

Add a GQL model and parser #140

joshsh opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@joshsh
Copy link
Collaborator

joshsh commented Sep 16, 2024

It is time for some basic GQL support (https://www.gqlstandards.org), analogous to the current OpenCypher support. The problem is that the OpenGQL ANTLR grammar is four times as large as the OpenCypher grammar, to say nothing of the actual GQL BNF. GPT-4-based automation plus human quality control will be necessary. Let's see how it goes.

Since the property graph components of Hydra are getting so large, I am thinking of separating them out into their own module, hydra-pg, similar to hydra-ext. The TinkerPop/Gremlin support would be moved there, as well.

@joshsh joshsh added the enhancement New feature or request label Sep 16, 2024
@joshsh joshsh self-assigned this Sep 16, 2024
joshsh pushed a commit that referenced this issue Sep 17, 2024
@joshsh
Copy link
Collaborator Author

joshsh commented Feb 18, 2025

The model is done; the parser may not be. All sources merged into main (though the branch has been deleted to avoid conflicts).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant