Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 665 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 665 Bytes

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])