Databases

From Chessprogramming wiki
Revision as of 11:21, 7 November 2021 by GerdIsenberg (talk | contribs)
Jump to: navigation, search

Home * Software * Chess Databases

Chess Databases,
an organized collection of chess games to perform selects, updates, inserts and deletes of games through a query language or data manipulation language, most often implemented as dialogue oriented user interface of a backend. Data and query results of chess databases are typically organized as list of games, or as tree of positions which nodes index the games. They usually consist of multiple related computer files keeping header information, annotations, moves, classifiers such as opening keys à la ECO or NIC-Key, hashes and indices for fast retrieval, quite similar to ISAM.

Commercial Chess Databases

Free Chess Databases

ChessDB
Scid on the Go
Scid vs. PC
Scidb

See also

PGN Collections

Publications

Forum Posts

1990 ...

2010 ...

2015 ...

2020 ...

External Links

Online Lookup

Games & Opening

Endgames

References

  1. Grue - the XML Boosted Chess Database
  2. Karsten Bauermeister (1997). Seiner Zeit voraus: Intelligent Chess - der erste Schachcomputer mit eingebauter Datenbank. Computerschach und Spiele (German)
  3. GitHub - noobpwnftw/chessdb: ChessDB
  4. Introducing the online ChessBase database by Albert Silver, ChessBase News, January 17, 2014
  5. Chess databases from online servers by Yolin Bardan, CCC, November 09, 2017

Up one Level