Euler HTTP API - Elasticsearch Implementation

Euler - Http API.

License

License

GNU General Public License v3.0
Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

com.github.euler-io
ArtifactId

ArtifactId

elasticsearch-impl
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Euler HTTP API - Elasticsearch Implementation
Euler - Http API.

Download elasticsearch-impl

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.euler-io : http-api jar 0.1.2
org.elasticsearch.client : elasticsearch-rest-high-level-client jar 7.3.2

Project Modules

There are no modules declared in this project.

Euler File Processing HTTP API Release

Euler is a Java API built for processing files using concurrent and scalable infrastructure provided by Akka. The main purpose is to extract data from unstructured content such as texts and images using a customizable and plugable task pipeline.

This is the project for the HTTP API. There is currently only one implementation that uses opendistro (elasticsearch) as backend. You can check the docker images at the docker hub.

Documentation

You can check our wiki for usage and configuration documentation.

Versions

Version
0.1.2