JuliaDataReaders / DataReaders.jl

A Julia library to get remote data via Requests.jl and get DataFrame (from DataFrames.jl) or TimeArray (from TimeSeries.jl)
MIT License
10 stars 7 forks source link

Cache queries #1

Open femtotrader opened 8 years ago

femtotrader commented 8 years ago

Caching queries sould be performed using https://github.com/femtotrader/RequestsCache.jl (when available and registered in https://github.com/JuliaLang/METADATA.jl )

femtotrader commented 6 years ago

See also https://github.com/oxinabox/DataDeps.jl https://github.com/oxinabox/DataDepsGenerators.jl https://github.com/helgee/RemoteFiles.jl https://github.com/JuliaPackaging/BinaryProvider.jl https://github.com/JuliaLang/BinDeps.jl