io.github.jeqo.dropwizard:elasticsearch

Set of modules to simplify dropwizard configuration to different platforms or back-ends

Лицензия

Лицензия

Категории

Категории

DropWizard Контейнер Микросервисы Search Прикладные библиотеки Elasticsearch
Группа

Группа

io.github.jeqo.dropwizard
Идентификатор

Идентификатор

elasticsearch
Последняя версия

Последняя версия

0.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Set of modules to simplify dropwizard configuration to different platforms or back-ends

Скачать elasticsearch

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/elasticsearch/ -->
<dependency>
    <groupId>io.github.jeqo.dropwizard</groupId>
    <artifactId>elasticsearch</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/elasticsearch/
implementation 'io.github.jeqo.dropwizard:elasticsearch:0.0.6'
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/elasticsearch/
implementation ("io.github.jeqo.dropwizard:elasticsearch:0.0.6")
'io.github.jeqo.dropwizard:elasticsearch:jar:0.0.6'
<dependency org="io.github.jeqo.dropwizard" name="elasticsearch" rev="0.0.6">
  <artifact name="elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.dropwizard', module='elasticsearch', version='0.0.6')
)
libraryDependencies += "io.github.jeqo.dropwizard" % "elasticsearch" % "0.0.6"
[io.github.jeqo.dropwizard/elasticsearch "0.0.6"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
io.dropwizard : dropwizard-core jar 1.1.2
org.elasticsearch.client : elasticsearch-rest-client jar 5.6.2
org.elasticsearch.client : elasticsearch-rest-high-level-client jar 5.6.2
io.opentracing : opentracing-api jar 0.30.0
io.opentracing.contrib : opentracing-elasticsearch-client jar 0.0.3
io.opentracing : opentracing-util jar 0.30.0

Модули Проекта

Данный проект не имеет модулей.

DropWizard Modules

Dropwizard wizard modules to reuse common factories and health checks to different back-ends.

Functionality is mean to be simple:

Factories just expose enough configuration to create clients and add client instances as Managed objects.

Health-checks use client instances to validate that back-ends are up and running.

Modules supported

  • Camel
  • Elasticsearch
  • Kafka
  • Jaeger
  • OpenTracing

Версии библиотеки

Версия
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1