Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
/ sandow Public archive

⛓ Sandow bridges the Java Collections Framework and Elasticsearch indices

License

Notifications You must be signed in to change notification settings

thunken/sandow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛓ sandow

sandow bridges the Java Collections Framework and Elasticsearch indices.

Deprecation notice

In light of recent developments with Elasticsearch's Java High Level REST Client and the shutdown of Ironsift, this library is no longer maintained.

Latest release

Release

To add a dependency on this project using Gradle, Maven, sbt, or Leiningen, we recommend using JitPack. The Maven group ID is com.github.thunken, and the artifact ID is sandow.

For example, for Maven, first add the JitPack repository to your build file:

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

And then add the dependency:

	<dependency>
	    <groupId>com.github.thunken</groupId>
	    <artifactId>sandow</artifactId>
	    <version>1.1.0</version>
	</dependency>

About

⛓ Sandow bridges the Java Collections Framework and Elasticsearch indices

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages