Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using DataPackage.jl #2

Open
femtotrader opened this issue Feb 19, 2019 · 4 comments
Open

Using DataPackage.jl #2

femtotrader opened this issue Feb 19, 2019 · 4 comments

Comments

@femtotrader
Copy link
Member

femtotrader commented Feb 19, 2019

Hello,

Following JuliaFinance/Roadmap#6 ...

Instead of having raw data inside src/data directory of https:/JuliaFinance/Countries.jl/ repository we should use DataPackage.jl (and have a kind of local cache mechanism).

Unfortunately DataPackage.jl is not yet released.

Pinging @loleg @serahrono @pwalsh

Kind regards

PS : same as JuliaFinance/Currencies.jl#2

@loleg
Copy link

loleg commented Feb 19, 2019

@femtotrader thanks a lot for the ping! Fuel for the 🔥 ... Can you already try taking advantage of the library in the current form, are there specific features you need, or do you just want it to be released & ready?

@femtotrader
Copy link
Member Author

femtotrader commented Feb 19, 2019

I'm not the original author of neither Countries.jl nor Currencies.jl (@EricForgy is the author) but I think having DataPackage.jl published could help a lot.

But a cache mechanism is an important feature to have. It should avoid data to be downloaded several times.

Maybe RemoteFiles.jl could be used or a custom solution be implemented.

@loleg
Copy link

loleg commented Feb 20, 2019

OK, that makes sense. The remaining features that are still incomplete are related to offline storage.

I would also suggest taking a look at TableSchema.jl which is published, implements core parts of the standard, and could be a starting point for you to make use of the libraries.

@vchuravy
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants