very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
58
fork

Configure Feed

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

[docs] clarify build features

dawn c3f14acb 828d9628

+3 -3
+3 -3
README.md
··· 152 152 153 153 | feature | default | description | 154 154 | :--- | :--- | :--- | 155 - | `indexer` | yes | enables the indexing logic. | 156 - | `relay` | no | enables relay functionality. | 157 - | `backlinks` | no | enables the backlinks indexer and XRPC endpoints (`blue.microcosm.links.*`). | 155 + | `indexer` | yes | makes hydrant act as an indexer. incompatible with the relay feature. | 156 + | `relay` | no | makes hydrant act as a relay. incompatible with the indexer feature. | 157 + | `backlinks` | no | enables the backlinks indexer and XRPC endpoints (`blue.microcosm.links.*`). requires indexer feature. | 158 158 159 159 ## REST api 160 160