Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

vic/elaxtic

ElasticSearch client for Elixir and Ecto driver.

vic/elaxtic.json
{
"defaultBranch": "master",
"description": "ElasticSearch client for Elixir and Ecto driver.",
"fullName": "vic/elaxtic",
"homepage": "",
"language": "Elixir",
"name": "elaxtic",
"pushedAt": "2016-04-19T20:34:23Z",
"stargazersCount": 4,
"updatedAt": "2016-08-23T16:08:54Z",
"url": "https://github.com/vic/elaxtic"
}

ElasticSearch client for Elixir and Ecto driver.

If available in Hex, the package can be installed as:

  1. Add elaxtic to your list of dependencies in mix.exs:

    def deps do [{:elaxtic, ”~> 0.0.1”}] end

  2. Ensure elaxtic is started before your application:

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