Elastic
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
- Add it as a dependency in
mix.exs:
defp deps do
[
{:elastic, "~> 1.0"}
]
Run
mix deps.getAdd 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.