This is a C# implementation for downloading FAH statistics on a scheduled basis, parsing and loading the statistics into a database, and parsing metadata out of a FAH user's name. An API is used to expose the data in the database.
- Visual Studio 2019
- Microsoft SQL Server 2017
- ReSharper
- StatsDownload
- The downloader interfaces with the StatsDownload database
- StatsDownloadSetup
- The downloader setup creates an installation package for Windows
- StatsDownloadApi
- The API interfaces with the StatsDownload database to return the data within based on query parameters
Each application should be using the same version on release. We use semantic versioning for determining when and how to increase the verison number.
Feel free to submit issues and enhancement requests.
In general, we follow the MSDN coding guidelines and use ReSharper for code formatting.
Refer to the project's style guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Run R#er, commit cleanup
- Push your work back up to your fork
- Submit a pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
This project is licensed under the MIT License - see the LICENSE file for details
- SharpZipLib