| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSearch Прикладные библиотеки Elasticsearch |
| Группа | Группаio.github.nooshhub |
| Идентификатор | Идентификаторelasticsearch-pipeline |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |