README ¶
simila
Simila search service
Quick start
1. Start Simila
make compose-up
2. Tail logs (optional)
make compose-logs
3. Use the API
curl localhost:8081/v1/ping # http API
grpcurl --plaintext localhost:50052 grpc.health.v1.Health/Check # grpc API
4. Stop Simila
make compose-down
Notes
- Simila uses Postgres with the PGroonga extention enabled https://hub.docker.com/r/groonga/pgroonga.
More info on PGroonga: https://pgroonga.github.io/reference/ and Groonga engine https://groonga.org/docs/reference.
Click to show internal directories.
Click to hide internal directories.