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
文件下载
文件名 操作
elasticsearch-pipeline-0.0.1.jar 下载
elasticsearch-pipeline-0.0.1.pom 下载
elasticsearch-pipeline-0.0.1-sources.jar 下载
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'
本项目依赖