- JDK 6+
- Maven
- JSAGA libs (v1.1.2+)
- jocci-api (v0.2.0)
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.
- 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