Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikeratlas/qrank
Wikidata's QRank as a SQLite DB.
https://github.com/hikeratlas/qrank
Last synced: 11 days ago
JSON representation
Wikidata's QRank as a SQLite DB.
- Host: GitHub
- URL: https://github.com/hikeratlas/qrank
- Owner: hikeratlas
- License: apache-2.0
- Created: 2024-01-16T02:09:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T03:21:06.000Z (10 months ago)
- Last Synced: 2024-08-02T14:12:38.226Z (4 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 26
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrank
Wikidata hosts the [QRank dataset](https://github.com/brawer/wikidata-qrank), which scores Wikidata items by popularity. This can be useful for ranking Wikipedia pages or OpenStreetMap entities.
They publish the dataset as a gzipped CSV file, [qrank.csv.gz](https://qrank.wmcloud.org/download/qrank.csv.gz).
This repository republishes the data as a SQLite database with an index, so that random-access queries are fast.
You can download [qrank.db here](https://github.com/hikeratlas/qrank/releases/download/latest/qrank.db).