Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Draft: Provide API route to export metadata index in CKAN format

Jakob Deller requested to merge ckan-export into main

This is the first API route to export our metadata index in a standardized format.

Initially, we implement only package_search to allow ckan harvesters to get all datasets in an reasonably economic fashion. Querying single datasets might be implemented at a later point.

Also, the only allowed export format on this route is json.

  • Create route ckan/package_search delivering json formatted responses.
  • Translate ScoredDataset into valid CKAN
Edited by Jakob Deller

Merge request reports