The query hub is a place where you can find pre-made SQL queries for
Anyquery.
Answer questions on your data easily using Anyquery and its hub of queries.
Discover the number of stars per day for a given repository ordered by date (recent first)
anyquery run github_stars_per_day
Requires 1 argument
路
Tags: github, stars, statistics
Always return hello world for testing purposes
anyquery run hello_world
Requires 0 argument
Get the number of downloads for each release of a GitHub repository
anyquery run downloads_per_release_github
Requires 1 argument
路
Tags: github, downloads, releases
List all the emails that are unread
anyquery run unread_emails
Requires 0 argument
路
Tags: imap, emails, unread
Get the 10 users with the most commits on GitHub for a given repository
anyquery run biggest_commit_author_github
Requires 1 argument
路
Tags: github, commits, statistics
Get the 10 repositories with the most stars of a user
anyquery run biggest_starred_repo_per_user_github
Requires 1 argument
路
Tags: github, stars, repositories
Discover the issues assigned to you
anyquery run issues_assigned
Requires 0 argument
路
Tags: github, issues, assigned
Discover the pull requests assigned to you
anyquery run pull_request_assigned
Requires 0 argument
路
Tags: github, pull requests, assigned
List the users who starred a GitHub repository
anyquery run stargazers_github_repo
Requires 1 argument
路
Tags: github, stars
Get the list of users who follow you on GitHub
anyquery run my_followers_github
Requires 0 argument
路
Tags: github, followers