You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cakrawala
b5bf8f0cea
|
2 years ago | |
---|---|---|
.. | ||
Dockerfile | 2 years ago | |
docker-compose.yml | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago | |
readme.md | 2 years ago |
readme.md
RUNNING docker-compose
docker compose up -d
SHUTTING DOWN
docker compose down -v
ENV
set searchkey=<up-to-you>
CONNECT TO TYPESENSE
curl -f http://localhost:9108/health
- the result should be
{"ok":true}%
RUNNING TEST CONNECTION WITH GO
go run main.go
- the output should be
connection successfully true