Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).