Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 2.01 KB

README.md

File metadata and controls

46 lines (40 loc) · 2.01 KB

Travis Documentation Status License

jsaga-adaptor-jocci

Requirements

- JDK 6+ - Maven - JSAGA libs (v1.1.2+) - jocci-api (v0.2.0)

About the JSAGA Adaptor

Using the JSAGA adaptor for OCCI-compliant cloud middleware stacks supporting the OCCI standard, user can: - switching on the VM pre-installed with the required application, - establishing a secure connection to it signed using a digital “robot” certificate, - staging the input file(s) in the VM, - executing the application, - retrieving the output file(s) at the end of the computation and - killing the VM.

This JSAGA adaptor uses jOCCI-api, a Java library developed by CESNET, to implement transport functions for rendered OCCI (Open Cloud Computing Interface) queries. jOCCI-api is built on top of jOCCI-core and currently provides:

  • HTTP transport functionality with set of authentication methods,
  • basic requesting interface to easily communicate with OCCI servers.

Contribute

- Fork it - Create a branch (git checkout -b my_markup) - Commit your changes (git commit -am "My changes") - Push to the branch (git push origin my_markup) - Create an Issue with a link to your branch

Sponsors