Support API |
---|
run task by pipelineId, with supports json patch for pipeline commands |
stop task by taskId |
get task by taskId |
get last data by pipelineId |
add to build.gradle:
repositories {
...
maven { url "https://jitpack.io" }
}
dependencies {
...
implementation 'com.github.stkachenko:elasticdata-java-client:v1.1'
}
add to pom.xml:
<dependency>
<groupId>com.github.sergeytkachenko</groupId>
<artifactId>elasticdata-java-client</artifactId>
<version>v1.1</version>
</dependency>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
See more example https://github.com/sergeytkachenko/elasticdata-java-client/tree/master/src/main/java/elasticdata/io/samples
Create release on github page. The end.