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 mysql db #694

Closed
wants to merge 4 commits into from
Closed

Add mysql db #694

wants to merge 4 commits into from

Conversation

mashehu
Copy link
Contributor

@mashehu mashehu commented Mar 22, 2021

Moving the backend for the stats page to a MySQL database (as proposed in #570).

Tables the database should have:

  • github org members (fields are username, github_id, github_url and date added to database (I can't find the option to get the date they were added to the github org)
  • github commits (including merge) (commit sha, author (have to filter specifically for merges), commit date, lines added, lines removed)
  • Twitter followers
  • Slack users
  • ...anything else in the /api/cache folder? If it's JSON files anyway..

@mashehu mashehu added the WIP Work in progress label Mar 22, 2021
@ewels
Copy link
Member

ewels commented Mar 22, 2021

Can add db logins to this file: https://github.com/nf-core/nf-co.re/blob/master/config_example.ini

@mashehu
Copy link
Contributor Author

mashehu commented Feb 8, 2022

Replaced by #929.

@mashehu mashehu closed this Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants