is not current version
Last Version 2.6.0

org.elasticsearch:elasticsearch-river-couchdb 2.0.0

The CouchDB River plugin allows to hook into couchdb _changes feed and automatically index it into elasticsearch.

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

elasticsearch-river-couchdb
Version

Version

2.0.0
Type

Type

jar

Download elasticsearch-river-couchdb 2.0.0


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