declarative relay deployment on hetzner relay-eval.waow.tech
atproto relay
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

readme: add jetstream and collectiondir rows to comparison table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 5ec8cceb 9d56943c

+2 -2
+2 -2
README.md
··· 7 7 | | indigo (Go) | zlay (Zig) | 8 8 |---|---|---| 9 9 | **firehose** | `wss://relay.waow.tech` | `wss://zlay.waow.tech` | 10 + | **jetstream** | `wss://jetstream.waow.tech/subscribe` ([sidecar](https://github.com/bluesky-social/jetstream)) | — | 11 + | **collectiondir** | [sidecar](https://github.com/bluesky-social/indigo/tree/main/cmd/collectiondir) on same endpoint | built-in (inspired by [lightrail](https://tangled.org/microcosm.blue/lightrail)) | 10 12 | **health** | [`relay.waow.tech/xrpc/_health`](https://relay.waow.tech/xrpc/_health) | [`zlay.waow.tech/_health`](https://zlay.waow.tech/_health) | 11 13 | **metrics** | [`relay-metrics.waow.tech`](https://relay-metrics.waow.tech) | [`zlay-metrics.waow.tech`](https://zlay-metrics.waow.tech) | 12 14 | **source** | [bluesky-social/indigo](https://github.com/bluesky-social/indigo) | [zzstoatzz.io/zlay](https://tangled.org/zzstoatzz.io/zlay) | 13 - 14 - the indigo instance also runs a [jetstream](https://github.com/bluesky-social/jetstream) sidecar (`wss://jetstream.waow.tech/subscribe`) and a [collectiondir](https://github.com/bluesky-social/indigo/tree/main/cmd/collectiondir) for `com.atproto.sync.listReposByCollection`. 15 15 16 16 ## try it 17 17