Skip to content

PNarode/elasticsearch-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-clj

A Clojure client for Elastic Search Cluster, a distributed, scalable analytic tool.

Follow the [download instructions on elastic.co] (https://www.elastic.co/downloads) to install the latest version of Elastic Search.

Installation

Leiningen

elasticsearch-clj is distributed via Clojars. Add the following to your dependencies in project.clj:

:dependencies [[org.clojars.pnarode/elasticsearch-clj "0.1.0"]]

Usage

Require in your app

(require '[elasticsearch-clj.core :as esclient])

About

A Clojure Client for Elastic Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published