8f797b4d15 | ||
---|---|---|
GithubTelemetryParse | ||
TableCreation | ||
.gitattributes | ||
.gitignore | ||
GithubTelemetryParse.sln | ||
LICENSE | ||
README.md |
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:
- Prepare your SQL Sever.
- Execute the table create command
- Open GithubTelemetryParse.sln in Visual Studio.
- 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"
- Build the Solution and Run