A very simple application that computes various statistics on WLO topic pages, based on a downloaded copy of the database.
nix run github:openeduhub/topic-statistics -- --help
- Rather than building a separate service for this, integrate the (minimal) logic found here into meta-qs.
- Rather than using a downloaded copy of the entire data set, access the (private)
ElasticSearch
, similarly to how it is done inmeta-qs
. - Collect all possible collections (see e.g. a filter that selects only these collections) to build a map from URI to URL (or vice-versa). This way, we can eliminate the need to provide both the URI and URL of the collection.