https://github.com/vic/elaxtic
ElasticSearch client for Elixir and Ecto driver.
https://github.com/vic/elaxtic
Last synced: 11 months ago
JSON representation
ElasticSearch client for Elixir and Ecto driver.
- Host: GitHub
- URL: https://github.com/vic/elaxtic
- Owner: vic
- License: apache-2.0
- Created: 2016-02-03T03:00:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T20:34:23.000Z (about 10 years ago)
- Last Synced: 2024-10-11T22:23:52.768Z (over 1 year ago)
- Language: Elixir
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elaxtic
ElasticSearch client for Elixir and Ecto driver.
## Installation
If [available in Hex](https://hex.pm/docs/publish), 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