A collection of Elixir-flavored Elasticsearch extensions based on the elasticfusion Ruby Gem.
Add elasticfusion
to your list of dependencies in mix.exs
:
def deps do
[{:elasticfusion, github: "fanuniverse/elasticfusion", tag: "1.1.0"}]
end
Specify your Elasticsearch endpoint in config.exs
:
config :elasticfusion, endpoint: "http://localhost:9200"
asdf install
docker-compose up
mix deps.get
mix test