Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imerkle/sonix
An Elixir client for Sonic Search
https://github.com/imerkle/sonix
client elixir search sonic tcp
Last synced: 2 days ago
JSON representation
An Elixir client for Sonic Search
- Host: GitHub
- URL: https://github.com/imerkle/sonix
- Owner: imerkle
- Created: 2019-03-30T19:27:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T23:28:49.000Z (over 4 years ago)
- Last Synced: 2024-04-24T18:23:45.721Z (7 months ago)
- Topics: client, elixir, search, sonic, tcp
- Language: Elixir
- Homepage: https://github.com/valeriansaliou/sonic
- Size: 25.4 KB
- Stars: 62
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sonix: Elixir client for the sonic
[![Hex pm](http://img.shields.io/hexpm/v/sonix.svg?style=flat)](https://hex.pm/packages/sonix)
Sonic: https://github.com/valeriansaliou/sonic
# Usage
[Documentation](https://hexdocs.pm/sonix/api-reference.html)
Tests & Examples can be found in [test/sonix_test.exs](https://github.com/imerkle/sonix/blob/master/test/sonix_test.exs)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sonix` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:sonix, "~> 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/sonix](https://hexdocs.pm/sonix).