io.cloudex:cloudex-pom

Simple cloud-based tasks execution framework.


License
TCL

Documentation

cloudex

Build Status Codacy Badge Coverage Status Dependency Status Maven Central Join the chat at https://gitter.im/omerio/cloudex

CloudEx is a framework for executing jobs on cloud virtual machines. CloudEx uses a coordinator component and processor VMs to facilitate the excecution of jobs in the cloud.

Getting Started

To build the libraries:

    git clone https://github.com/omerio/cloudex.git
    cd cloudex
    mvn install

Requirements

Java 7 or above.

Usage

Include the following Maven dependency for the core library:

<dependency>
  <groupId>io.cloudex</groupId>
  <artifactId>cloudex-core</artifactId>
  <version>1.0.0</version>
</dependency>

Then include the dependency for the cloud provider specific library (e.g. Google Cloud Platform)

<dependency>
  <groupId>io.cloudex</groupId>
  <artifactId>cloudex-google</artifactId>
  <version>1.0.0</version>
</dependency>

Documentations

To find out more about CloudEx, check out the documentation.

Contributing

See the CONTRIBUTING Guidelines

Support

If you have any problem or suggestion please open an issue here.

License

Apache 2.0 - See LICENSE for more information.