License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdio.github.nooshhub |
ArtifactId | ArtifactIdelasticsearch-pipeline |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelasticsearch-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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
elasticsearch-pipeline-0.0.1.pom | |
elasticsearch-pipeline-0.0.1.jar | 3 KB |
elasticsearch-pipeline-0.0.1-sources.jar | 874 bytes |
elasticsearch-pipeline-0.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nooshhub/elasticsearch-pipeline/ -->
<dependency>
<groupId>io.github.nooshhub</groupId>
<artifactId>elasticsearch-pipeline</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nooshhub/elasticsearch-pipeline/
implementation 'io.github.nooshhub:elasticsearch-pipeline:0.0.1'
// https://jarcasting.com/artifacts/io.github.nooshhub/elasticsearch-pipeline/
implementation ("io.github.nooshhub:elasticsearch-pipeline:0.0.1")
'io.github.nooshhub:elasticsearch-pipeline:jar:0.0.1'
<dependency org="io.github.nooshhub" name="elasticsearch-pipeline" rev="0.0.1">
<artifact name="elasticsearch-pipeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nooshhub', module='elasticsearch-pipeline', version='0.0.1')
)
libraryDependencies += "io.github.nooshhub" % "elasticsearch-pipeline" % "0.0.1"
[io.github.nooshhub/elasticsearch-pipeline "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |