Github Traffic API only has two weeks historic data. This tool helps to collect the data and put it into SQL database.
Перейти к файлу
MS-HerbChung 8f797b4d15 Create LICENSE 2016-12-09 16:00:31 +08:00
GithubTelemetryParse Update Repo Path 2016-12-09 15:39:59 +08:00
TableCreation Add .sql for table creation 2016-12-09 15:43:55 +08:00
.gitattributes Initial Commit for the Codes 2016-12-09 15:11:24 +08:00
.gitignore Initial Commit for the Codes 2016-12-09 15:11:24 +08:00
GithubTelemetryParse.sln Initial Commit for the Codes 2016-12-09 15:11:24 +08:00
LICENSE Create LICENSE 2016-12-09 16:00:31 +08:00
README.md Update README.md 2016-12-09 15:56:39 +08:00

README.md

GitHubTelemetryParsor

Github Traffic API only has two weeks historic data. This tool helps to collect the data and put it into SQL database.

##Get Started To use this tool, please follow the steps:

  1. Prepare your SQL Sever.
  2. Execute the table create command
  3. Open GithubTelemetryParse.sln in Visual Studio.
  4. Define Parameter in app.config.
  • Github Account
  • Github Personal Access Token. (check here if you don't have yet)
  • SQL ADO.NET connection string
  • Repos path like "Microsoft/GitHubTelemetryParsor"
  1. Build the Solution and Run