Skip to content

A collection of Elixir-flavored Elasticsearch extensions

License

Notifications You must be signed in to change notification settings

fanuniverse/elasticfusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticfusion

Build Status

A collection of Elixir-flavored Elasticsearch extensions based on the elasticfusion Ruby Gem.

Installation

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"

Development

Prerequisites

Getting up and running

asdf install

docker-compose up

mix deps.get

mix test

About

A collection of Elixir-flavored Elasticsearch extensions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages