Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akdilsiz/elixir-druid
Druid client for elixir
https://github.com/akdilsiz/elixir-druid
Last synced: 3 months ago
JSON representation
Druid client for elixir
- Host: GitHub
- URL: https://github.com/akdilsiz/elixir-druid
- Owner: akdilsiz
- License: apache-2.0
- Created: 2019-02-26T11:44:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T20:10:41.000Z (almost 6 years ago)
- Last Synced: 2024-09-18T14:10:50.743Z (4 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Druid client for elixir
*** In this project [rubdy-druid](https://github.com/ruby-druid/ruby-druid) project is taken as a reference.
This project on going work
**TODO: Add description**
## Installation
```elixir
def deps do
[
{:druid, "~> 0.1.0"}
]
end
```## Contribution
All contributions are welcomed as long as you follow the conventions of *Elixir* language.
## License
Apache License 2.0