SOTAVerified

DataDepsGenerators. jl: making reusing data easy by automatically generating DataDeps. jl registration code

2018-11-06The Journal of Open Source Software 2018Code Available0· sign in to hype

Lyndon White, Sebastin Santy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

DataDepsGenerators.jl is a tool written to help users of the Julia programming language(Bezanson, Edelman, Karpinski, & Shah, 2017), to observe best practices when making use of published datasets. Using the metadata present in published datasets, it generates the code for the data dependency registration blocks required by DataDeps.jl (White, Togneri, Liu, & Bennamoun, 2018). These registration blocks are effectively executable metadata, which can be resolved by DataDeps.jl to download the dataset. They include a message that is displayed to the user whenever the data set is automatically downloaded. This message should include provenance information on the dataset, so that downstream users know its original source and details on its processing

Reproductions