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

JuliaTS (deprecated) support #16

Closed femtotrader closed 7 years ago

femtotrader commented 7 years ago

Similar to https://github.com/femtotrader/DataReaders.jl/issues/11

We could add JuliaTS support

https://github.com/tanmaykm/JuliaTS.jl

See also https://github.com/femtotrader/DataReaders.jl/issues/19

femtotrader commented 7 years ago

JuliaTS was using NDSparseData which is now IndexedTables https://github.com/JuliaComputing/IndexedTables.jl

There is currently (to my knowledge) no timeseries implementation on top of IndexedTables so I'm closing

femtotrader commented 7 years ago

https://github.com/JuliaComputing/IndexedTables.jl/issues/56