Cloudex Framework

Simple cloud-based tasks execution framework.

Лицензия

Лицензия

Категории

Категории

Dex Универсальные библиотеки Utility
Группа

Группа

io.cloudex
Идентификатор

Идентификатор

cloudex-pom
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Cloudex Framework
Simple cloud-based tasks execution framework.
Ссылка на сайт

Ссылка на сайт

http://cloudex.io
Организация-разработчик

Организация-разработчик

iNetria
Система контроля версий

Система контроля версий

https://github.com/omerio/cloudex

Скачать cloudex-pom

Имя Файла Размер
cloudex-pom-1.0.0.pom 7 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.cloudex/cloudex-pom/ -->
<dependency>
    <groupId>io.cloudex</groupId>
    <artifactId>cloudex-pom</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cloudex/cloudex-pom/
implementation 'io.cloudex:cloudex-pom:1.0.0'
// https://jarcasting.com/artifacts/io.cloudex/cloudex-pom/
implementation ("io.cloudex:cloudex-pom:1.0.0")
'io.cloudex:cloudex-pom:pom:1.0.0'
<dependency org="io.cloudex" name="cloudex-pom" rev="1.0.0">
  <artifact name="cloudex-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cloudex', module='cloudex-pom', version='1.0.0')
)
libraryDependencies += "io.cloudex" % "cloudex-pom" % "1.0.0"
[io.cloudex/cloudex-pom "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • cloudex-core
  • cloudex-google

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.

Версии библиотеки

Версия
1.0.0