Uses mergestat
to access the GitHub API and go-mysql-server
.
Currently, only stargazers
table is available.
GitHub token used is from a "bot" account.
Hosted on Fly.
Username: root
Password: github
TODO
- Pass GitHub token via MySQL auth as password
- More tables?
mysql --host=github-mysql.fly.dev --port=5000 -u root -pgithub "dolthub/go-mysql-server" -e "select login, starred_at from stargazers limit 10"