amb-relay/README.md
2025-08-26 16:54:44 +02:00

15 lines
391 B
Markdown

# Typesense Relay for AMB Metadata
Based on the [khatru](https://github.com/fiatjaf/khatru) relay.
- copy `.env.example` to `.env`
- add metadata to your relay and typesense connection info
- start typesense with `docker compose up`
- start relay with `go run .`
## Examples
`nak req --search "pythagoras" ws://localhost:3334 | jq .`
`nak req -k 30142 -l 2 ws://localhost:3334 | jq .`