https://github.com/tlux/rubber_band
An Elixir library to manage your Elasticsearch indices with ease
https://github.com/tlux/rubber_band
elasticsearch elixir elixir-library hex hex-package
Last synced: 8 months ago
JSON representation
An Elixir library to manage your Elasticsearch indices with ease
- Host: GitHub
- URL: https://github.com/tlux/rubber_band
- Owner: tlux
- License: mit
- Created: 2019-08-12T18:44:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T07:11:39.000Z (about 6 years ago)
- Last Synced: 2025-01-11T15:47:49.298Z (9 months ago)
- Topics: elasticsearch, elixir, elixir-library, hex, hex-package
- Language: Elixir
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RubberBand
[](https://travis-ci.org/tlux/rubber_band)
[](https://hex.pm/packages/rubber_band)An Elixir library to manage your Elasticsearch indices with ease.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `rubber_band` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:rubber_band, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/rubber_band](https://hexdocs.pm/rubber_band).