This repository provides a github workflow that:
- harvest sqlite data from a list of repositories (see
harvest.ymlworkflow); - aggregates the harvested data into a vocabularies.db;
- publishes the vocabularies.db so that it can be used by the Data API published via dati-semantic-csv-apis.
The workflow is triggered by a schedule (every 24h) and by pull requests to the main branch.
Here is the link to the latest vocabularies.db.
You can test this workflow locally using act and the harvest branch, which is used by the workflow to store the harvested data. For example:
act -j harvestSee CONTRIBUTING.md for guidelines on how to contribute to this repository.