VCDataSets.jl
VCDataSets
provides a common interface to query data sets by name and other attributes and to fetch them from (external) sources. Data sets are stored locally and downloaded only if there is not yet a local copy.
Installation
julia> using Pkg
julia> Pkg.Registry.add("https://visual2.cs.ovgu.de/roessl/VCJuliaRegistry.git")
julia> Pkg.add("VCDataSets")
julia> using VCDataSets