Resources - JiejayLan/seniorDesign GitHub Wiki
Repositories(Jie)
-
Analyzing 🔝 20k Github Repositories How to use elasticSearch to store and build a simple search engine API
-
appbaseio-apps An example by using appbase and elasticSearch
-
GitHub User insightsA repo to analyze how a single GitHub repo grows
-
GitHub popularity researchA research about analyze the popularity of a GitHub repo
Repositories(Kai)
- popularity amongst programming languages in Github public timeline: In his project, it is using the GitHub Archive and GHTorrent projects as data sources for this analysis. The GitHub Archive provides a record of every public event on GitHub since early 2011. This includes an event every time someone has pushed new code, forked or starred a repository, or opened an issue on GitHub. Overall the GitHub Archive has more than 1.25 Billion events on more than 75 Million different repositories. GHTorrent goes even further and hits the GitHub API for each event - which lets me resolve the language for most repositories. Moreover, it also the usernames associated with each of those events.
Repositories(Yi)
- Github-Stars-Predictor It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars. It predicts based on the owner/organization's status and activities (commits, forks, comments, branches, update rate, etc.)