-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
@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? |
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. |
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. |
Or at least Artifacts so that PkgEval can cache the data https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/12b9a1b_vs_7b62896/Countries.1.8.0-DEV-51ec3f15d15.log |
Hello,
Following JuliaFinance/Roadmap#6 ...
Instead of having raw data inside
src/data
directory of https://github.com/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
The text was updated successfully, but these errors were encountered: