dmarko484 / elastic

A thin veneer over HTTPotion that talks to Elastic Search

Home Page:https://hex.pm/packages/elastic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elastic

Version Travis Build

You Know, for (Elastic) Search.

Want to talk to Elastic Search in Elixir, but don't want to use raw HTTP calls? This package is for you.

Installation

  1. Add it as a dependency in mix.exs:
defp deps do
  [
    {:elastic, "~> 1.0"}
  ]
  1. Run mix deps.get

  2. Add it to the applications list in mix.exs:

def application do
  [applications: [:elastic]]
end

Docs

Documentation can be found on hexdocs.pm

There's a bug / pull request

Create a new issue or submit a pull request and follow the instructions.

About

A thin veneer over HTTPotion that talks to Elastic Search

https://hex.pm/packages/elastic

License:MIT License


Languages

Language:Elixir 100.0%