AmrDeveloper / GQL

Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions
https://amrdeveloper.github.io/GQL/
MIT License
3.24k stars 89 forks source link

GitHub support: issues, actions, pull_requests, discussions #111

Open linux-china opened 4 months ago

linux-china commented 4 months ago

GQL is good enough for normal git repository. Now lots of repositories are hosted on GitHub, and any plan to add support for GitHub. I think the following virtual tables are very important.

For authentication, Integration with GitHub CLI is a good solution or with GITHUB_TOKEN env variable.

AmrDeveloper commented 4 months ago

Hello @linux-china,

I like this idea, i am thinking of applying it but as a new GitQL SDK application like ClangQL and FileQL, also i think we can use the graphQL to optimize the remote query too using Github API 3

Thank you