Open sonerkuyar opened 6 days ago
I evaluated several chess databases but encountered various limitations:
Commercial Databases: Many databases require paid subscriptions, which is not suitable for our project. For example:
ChessBase: Offers comprehensive tools and databases. Pricing varies based on the package:
Chess.com API: Provides a read-only REST API for accessing public data. While the API itself is free, accessing certain features or higher usage tiers require a premium membership. They are allowing search filtering only on games which played at their platforms View Chess.com Pricing
Limited Request Allowances: Some databases impose strict limits on API requests, which is restrictive for our project:
<h1>Too many request have been made</h1><p> If you believe this to be an error please email us at chess@chessgames.com</p>
Search-Only Access: Certain databases allow only game searches without providing bulk data download options, limiting their utility for comprehensive analysis. Examples include:
Due to these constraints, I decided to use games available from PGN Mentor. This website offers a collection of freely downloadable PGN files, providing direct access to game data without commercial or technical limitations.
Description
To show at our app we need a chess game database, which we can use at our app for archive games.
Acceptance Criteria
! Acceptance criteria changed because I decided to create our own database #318
Reviewer:
This issue will be reviewed by: @yusufaygun