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