SonicClient
Client library to interact with a Sonic search backend 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 and deployed here: https://codegram.github.io/sonic-client/
Installation
If available in Hex, the package can be installed
by adding sonic_client to your list of dependencies in mix.exs:
def deps do
[
{:sonic_client, "~> 0.2.0"}
]
endTesting sonic connection inside devcontainer
telnet sonic 1491
START control SecretPassword
PINGDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sonic_client.