Tools for CLLD apps¶
Archiving with ZENODO¶
The clld.scripts.freeze module provides support for archiving an app and its dataset
with ZENODO.
Complete archiving workflow.
- run
freeze_functo create a database dump as zip archive of csv files - commit and push the dump to the repos
- run
create_release_functo create a release of the repos (thereby triggering the zenodo hook) - lookup DOI created by zenodo
- run
update_zenodo_metadata_functo update the associated metadata at ZENODO.
unfreeze_func can be used to recreate an app’s database from a frozen set of csv
files.
datahub.io and LLOD¶
The clld.scripts.llod module provides support for creating a full RDF dump of the
dataset and registration of the dataset with
datahub.io (and the
LLOD).
Internet Archive¶
The clld.scripts.internetarchive module provides support for enriching resources of
type Source with metadata from the Internet Archive, thus
enabling easy linking to full texts.
Google book search¶
TODO