Packages
Client for Sonic which is a schema-less search backend. As it still in beta it shouldn't be used in production yet.
Current section
Files
Jump to
Current section
Files
sonic_client
README.md
README.md
# SonicClient


Client library to interact with a [Sonic search backend](https://github.com/valeriansaliou/sonic) service.
🚨 This is still **pre-alpha** software and under heavy development. Use at you own risk. 🙂
This
## Docs
The code documentation is automatically generated with [ExDoc](https://github.com/elixir-lang/ex_doc) and
deployed here:
https://codegram.github.io/sonic-client/
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sonic_client` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:sonic_client, "~> 0.2.0"}
]
end
```
## Testing sonic connection inside devcontainer
```bash
telnet sonic 1491
START control SecretPassword
PING
```
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/sonic_client](https://hexdocs.pm/sonic_client).