Distributed Dexecutor Using Ignite

Integrate dexecutor with Ignite to distribute the execution of tasks

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.dexecutor
Идентификатор

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

dexecutor-ignite
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Distributed Dexecutor Using Ignite
Integrate dexecutor with Ignite to distribute the execution of tasks
Ссылка на сайт

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

https://github.com/dexecutor/dexecutor-ignite
Организация-разработчик

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

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

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

https://github.com/dexecutor/dexecutor-ignite

Скачать dexecutor-ignite

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.github.dexecutor : dexecutor-core jar 2.0.2
org.apache.ignite : ignite-core jar 2.3.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.7

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

Данный проект не имеет модулей.

dexecutor-ignite

Maven Central License

Dexecutor With Distributed Execution Engine (Ignite)

Refer wiki or Project Web site for more Details.

Stable Release Version Ignite compatibility Release Date
1.1.0 2.3.0 2/1/2018
1.0.1 1.9 03/18/2017

License

Dexecutor is licensed under Apache Software License, Version 2.0.

News

  • Version 1.1.0 released on 03/18/2017.
  • Version 1.0.1 released on 03/18/2017.
  • Version 1.0.0 released on 10/07/2016.

Maven Repository

Dexecutor is deployed at sonatypes open source maven repository. You may use the following repository configuration (if you are interested in snapshots)

<repositories>
     <repository>
         <id>dexecutor-snapshots</id>
         <snapshots>
             <enabled>true</enabled>
         </snapshots>
         <url>https://oss.sonatype.org/content/groups/public/</url>
     </repository>
</repositories>

This repositories releases will be synched to maven central on a regular basis. Snapshots remain at sonatype.

Alternatively you can pull Dexecutor from the central maven repository, just add these to your pom.xml file:

<dependency>
  <groupId>com.github.dexecutor</groupId>
  <artifactId>dexecutor-ignite</artifactId>
  <version>1.1.0</version>
</dependency>

BUILDING from the sources

As it is maven project, buidling is just a matter of executing the following in your console:

mvn package

This will produce the dexecutor-ignite-VERSION.jar file under the target directory.

Support

If you need help using Dexecutor feel free to drop an email or create an issue in github.com (preferred)

Contributions

To help Dexecutor development you are encouraged to

  • Provide suggestion/feedback/Issue
  • pull requests for new features
  • Star 🌟 the project

View My profile on LinkedIn

com.github.dexecutor

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

Версия
1.1.0
1.0.1
1.0.0
0.0.2
0.0.1