e

elasticsearch-pipeline

Elasticsearch pipeline is a project for synchronizing data from database, also convert data first before we push data to elasticsearch, the current solutions from logstash does not help anymore, so we make our own.
https://github.com/nooshhub/elasticsearch-pipeline
The Apache Software License, Version 2.0
Neal Shan
Files download
File Operation
elasticsearch-pipeline-0.0.1.jar download
elasticsearch-pipeline-0.0.1.pom download
elasticsearch-pipeline-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.nooshhub</groupId>
  <artifactId>elasticsearch-pipeline</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.nooshhub:elasticsearch-pipeline:0.0.1'
Gradle Kotlin
implementation("io.github.nooshhub:elasticsearch-pipeline:0.0.1")
Scala SBT
libraryDependencies += "io.github.nooshhub" % "elasticsearch-pipeline" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nooshhub', module='elasticsearch-pipeline', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.nooshhub" name="elasticsearch-pipeline" rev="0.0.1" />
Leiningen
[io.github.nooshhub/elasticsearch-pipeline "0.0.1"]
Apache Buildr
'io.github.nooshhub:elasticsearch-pipeline:jar:0.0.1'
Dependencies