https://github.com/imerkle/sonix
An Elixir client for Sonic Search
https://github.com/imerkle/sonix
client elixir search sonic tcp
Last synced: 6 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T23:28:49.000Z (almost 6 years ago)
- Last Synced: 2025-04-30T23:34:29.870Z (9 months ago)
- Topics: client, elixir, search, sonic, tcp
- Language: Elixir
- Homepage: https://github.com/valeriansaliou/sonic
- Size: 25.4 KB
- Stars: 63
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sonix: Elixir client for the sonic
[](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).