Difference between revisions of "Databases"

From Chessprogramming wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 54: Line 54:
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66249 MillionBase 2017] by [[Ed Schroder]], [[CCC]], January 05, 2018 » [[Portable Game Notation#Collections|PGN Collections]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66249 MillionBase 2017] by [[Ed Schroder]], [[CCC]], January 05, 2018 » [[Portable Game Notation#Collections|PGN Collections]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66866 Speed up arbitrary position search in database] by [[Dominik Klein]], [[CCC]], March 17, 2018
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66866 Speed up arbitrary position search in database] by [[Dominik Klein]], [[CCC]], March 17, 2018
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71764 ChessDBCN] by [[Bojun Guo|noobpwnftw]], [[CCC]], September 09, 2019
 +
==2020 ...==
 +
* [https://www.talkchess.com/forum3/viewtopic.php?f=7&t=78464 Open Chess Game Database Standard (OCGDB)] by [[Pham Hong Nguyen|Nguyen Pham]], [[CCC]], October 20, 2021
 +
* [https://www.talkchess.com/forum3/viewtopic.php?f=2&t=79250 handling huge pgn databases] by Jonathan Cremers, [[CCC]], January 31, 2022 » [[Portable Game Notation|PGN]]
  
 
=External Links=
 
=External Links=
Line 61: Line 65:
 
* [http://www.queen.it/web4you/noprofit/keres/21.HTML Database Software]
 
* [http://www.queen.it/web4you/noprofit/keres/21.HTML Database Software]
 
==Online Lookup==
 
==Online Lookup==
 +
* [https://www.chessdb.cn/queryc_en/ Chess Cloud Database Query Interface] by [[Bojun Guo|noobpwnftw]] <ref>[https://github.com/noobpwnftw/chessdb GitHub - noobpwnftw/chessdb: ChessDB]</ref>
 +
* [https://www.chessdb.cn/query_en/ Xiangqi Cloud Database Query Interface] by [[Bojun Guo|noobpwnftw]]
 
===Games & Opening===
 
===Games & Opening===
 +
* [https://fsmosca.github.io/ChessDB-Online-Book/ ChessDB Online Opening Book] by [[Ferdinand Mosca]]
 
* [http://database.chessbase.com/?lang=en ChessBase online database] » [[ChessBase]] <ref>[http://en.chessbase.com/post/introducing-the-online-chessbase-database Introducing the online ChessBase database] by [[Albert Silver]], [[ChessBase|ChessBase News]], January 17, 2014</ref>
 
* [http://database.chessbase.com/?lang=en ChessBase online database] » [[ChessBase]] <ref>[http://en.chessbase.com/post/introducing-the-online-chessbase-database Introducing the online ChessBase database] by [[Albert Silver]], [[ChessBase|ChessBase News]], January 17, 2014</ref>
* [https://chess-db.com Chess-DB.com]
 
 
* [http://www.365chess.com/ Chess Games Database Online - 365Chess.com]
 
* [http://www.365chess.com/ Chess Games Database Online - 365Chess.com]
 
* [http://www.chessgames.com/ chessgames.com]
 
* [http://www.chessgames.com/ chessgames.com]
Line 71: Line 77:
 
* [https://www.newinchess.com/NICBase/ NICBase Online] » [[NICBase]]
 
* [https://www.newinchess.com/NICBase/ NICBase Online] » [[NICBase]]
 
===Endgames===
 
===Endgames===
 +
* [https://syzygy-tables.info/ Syzygy endgame tablebases Web Interface]
 
* [http://www.k4it.de/index.php?topic=egtb&lang=en Web Query for Nalimov Endgame Tablebases (DTM)] from [http://www.k4it.de/index.php?topic=impressum&lang=en Knowledge4IT] by [[Eiko Bleicher]]
 
* [http://www.k4it.de/index.php?topic=egtb&lang=en Web Query for Nalimov Endgame Tablebases (DTM)] from [http://www.k4it.de/index.php?topic=impressum&lang=en Knowledge4IT] by [[Eiko Bleicher]]
 
* [http://chess.jaet.org/endings/ Chess Archives - Endgames (DTC, DTM, DTZ, DTZ-50)] hosted by [[John Tamplin]]
 
* [http://chess.jaet.org/endings/ Chess Archives - Endgames (DTC, DTM, DTZ, DTZ-50)] hosted by [[John Tamplin]]
Line 77: Line 84:
 
=References=
 
=References=
 
<references />
 
<references />
 
 
'''[[Software|Up one Level]]'''
 
'''[[Software|Up one Level]]'''

Latest revision as of 21:41, 31 January 2022

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