[arvados-dev] Using Java SDK to access file content in collection/keep

Peter Amstutz peter.amstutz at curoverse.com
Thu Sep 1 19:13:31 EDT 2016


Hi George,

Unfortunately, the Arvados Java SDK is very limited, and doesn't
include the ability to access keep directly.  Full featured SDKs are
available for Python and Go.  If you want to get files from Keep from
a Java program, you have a few options: you can call arv-get in a
subprocess, you can use arv-mount, or you can access keep-web server
over HTTP.

Thanks,
Peter

On Wed, Aug 31, 2016 at 12:56 PM, George Chlipala <gchlip2 at uic.edu> wrote:
> To whom it may concern -
>
> It is not completely clear in the SDK and API documentation, but is there a
> way to read the content of a file in a collection/keep using the Java SDK or
> via a RESTful method?
>
> Thanks!
>
> George Chlipala, Ph.D.
> Senior Research Specialist
> Research Resources Center
> University of Illinois at Chicago
>
> phone: 312-413-1700
> email: gchlip2 at uic.edu
>
> _______________________________________________
> arvados-dev mailing list
> arvados-dev at arvados.org
> http://lists.arvados.org/mailman/listinfo/arvados-dev
>



More information about the arvados-dev mailing list