mirror of
https://github.com/edufeed-org/amb-relay.git
synced 2025-12-09 16:24:33 +00:00
443 B
443 B
Typesense Relay for AMB Metadata
Based on the khatru relay.
- copy
.env.exampleto.env - add metadata to your relay and typesense connection info
- start typesense with
docker compose up - start relay with
go run .<<<<<<< HEAD =======
Examples
nak req --search "pythagoras" ws://localhost:3334 | jq .
nak req -k 30142 -l 2 ws://localhost:3334 | jq .
73fb230 (add examples)