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
We purchased the license for some data files which come in gdx format. I wanted to convert to Apache Arrow tables, on the way to provide a more "normalized" form for ad-hoc use in a project.
My thinking was to convert via gdxdump or gdx2sqlite (to maybe preserve any helpful type information).
After manually downloading the linux version, I was able to do that. Then I was going to have a Julia function to set the PATH and use that. But I wondered if a more portable and easy way of getting the code via Julia might be to use Artifacts.toml, via BinaryBuider by contributing a build_tarballs.jl file to Yggdrasil.
So I don't know if it's even possible, in terms of license, but . . .
Could this work by having users first download a license file to a standard location, then the Artifact could be "lazy" installed such that a prompt would show, if the license file was not found or usable?