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

Java support #632

Closed
hadim opened this issue May 27, 2018 · 6 comments
Closed

Java support #632

hadim opened this issue May 27, 2018 · 6 comments

Comments

@hadim
Copy link

hadim commented May 27, 2018

Are you planning to add support for Java? I only need it to download the data. In the meantime, is that possible to just download the uploaded package from its url?

@hadim
Copy link
Author

hadim commented May 27, 2018

(by the way, quilt is genius!)

@akarve
Copy link
Member

akarve commented May 27, 2018

Hi @hadim. We don't have near-term plans to support Java. Nevertheless, open source contributions are welcome :)

You can use quilt export to convert the package to files. This feature is new. Let us know if you encounter bugs. Note that this will double your disk footprint (unless you quilt rm the package after the export). It is possible to export with symlinks (which can be complex on Windows).

I anticipate that we'll eventually see more Jupyter Notebooks using the recently released pkg.node(asa=...) feature to provide "browsable image notebooks."

@hadim
Copy link
Author

hadim commented May 28, 2018

Ok. That's too bad.

I am not sure I'll have enough time for a side project like that, but I might consider it at some point.

In the meantime, is that possible to download a zip archive or equivalent of the dataset from your server?

@akarve
Copy link
Member

akarve commented May 29, 2018

I should say that we will likely support Java through an ODBC connector in the near future.

Here's how you can simulate downloading the package:

quilt install foo/bar
quilt export foo/bar DIR

This will yield the package files subject to the caveats mentioned above.

@hadim
Copy link
Author

hadim commented May 29, 2018

Thank you for the help but I was looking for a way to download the package from java directly.

@akarve
Copy link
Member

akarve commented May 29, 2018

I think ODBC will be the best bet for a Quilt <=> Java bridge. I'll open an issue and add you as a follower.

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

2 participants