Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ viewer: false
|
|
| 5 |
|
| 6 |
# Aix-compatible Lichess database
|
| 7 |
|
|
|
|
|
|
|
| 8 |
This dataset contains the [Lichess database](https://database.lichess.org/) of 7+ billion chess games, but in a format queryable using [Aix](https://github.com/thomas-daniels/aix), with the `aixchess` extension for DuckDB.
|
| 9 |
Three compression levels (Low, Medium, and High) are offered for the chess game encoding, enabling a trade-off between decoding speed and size. The Parquet files themselves are all zstd-compressed at level 19.
|
| 10 |
|
|
|
|
| 5 |
|
| 6 |
# Aix-compatible Lichess database
|
| 7 |
|
| 8 |
+
**This database is not complete yet!**
|
| 9 |
+
|
| 10 |
This dataset contains the [Lichess database](https://database.lichess.org/) of 7+ billion chess games, but in a format queryable using [Aix](https://github.com/thomas-daniels/aix), with the `aixchess` extension for DuckDB.
|
| 11 |
Three compression levels (Low, Medium, and High) are offered for the chess game encoding, enabling a trade-off between decoding speed and size. The Parquet files themselves are all zstd-compressed at level 19.
|
| 12 |
|