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
59
fork

Configure Feed

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


title: build features#

hydrant has several optional compile-time features:

feature default description
indexer yes makes hydrant act as an indexer. incompatible with the relay feature.
indexer_stream yes enables the event stream for the indexer. requires indexer feature.
relay no makes hydrant act as a relay. incompatible with the indexer feature.
backlinks no enables the backlinks indexer and XRPC endpoints (blue.microcosm.links.*). requires indexer feature.

to build with a specific feature:

cargo build --release --features backlinks