You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a large number of data sources will be available, it could be worth to split DataReaders.jl into several packages.
DataReaderBase will be a base package which will be used by other packages
(abstract type but also convenient functions which can be shared accross several package will be stored in DataReaderBase)
DataReaders.jl will be a package which will install all available data sources
When a large number of data sources will be available, it could be worth to split DataReaders.jl into several packages.
DataReaderBase will be a base package which will be used by other packages
(abstract type but also convenient functions which can be shared accross several package will be stored in DataReaderBase)
DataReaders.jl will be a package which will install all available data sources
DataReaderGoogleFinance
DataReaderYahooFinance
DataReaderIEX
...
Each package will be stored as a repository belonging to https://github.com/JuliaDataReaders GitHub organization