Skip to content

nitishgoyal13/elasticsearch-6-embedded-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded Elasticsearch 6 Cluster Travis build status

This bundle starts embedded elasticsearch 6 cluster

Usage

The bundle This bundle starts embedded elasticsearch 6 cluster

Build instructions

  • Clone the source:

    git clone https://github.com/nitishgoyal13/elasticsearch-6-embedded-cluster.git
    
  • Build

    mvn install
    

Maven Dependency

Use the following repository:

<repository>
    <id>clojars</id>
    <name>Clojars repository</name>
    <url>https://clojars.org/repo</url>
</repository>

Use the following maven dependency:

    <dependency>
         <groupId>org.elasticsearch-6</groupId>
         <artifactId>elasticsearch-embedded-cluster</artifactId>
         <version>1.0-SNAPSHOT</version>
    </dependency>

Using Embedded cluster bundle

Just include this maven dependency in the project. It will start an elasticsearch cluster for you

About

Embedded elasticsearch 6 cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published