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

Configure Feed

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

at main 14 lines 645 B view raw view rendered
1# hydrant 2 3`hydrant` is an AT Protocol indexer built on the `fjall` database. it's built to 4be flexible, supporting both full-network indexing and filtered indexing (e.g., 5by DID), allowing querying with XRPCs (not only `com.atproto.*`!), providing an 6ordered event stream, etc. oh and it can also act as a relay! 7 8you can see 9[random.wisp.place](https://tangled.org/did:plc:dfl62fgb7wtjj3fcbb72naae/random.wisp.place) 10(standalone binary using http API) or the [statusphere 11example](./examples/statusphere.rs) (hydrant-as-library) for examples on how to 12use hydrant. 13 14for more information, look at the [documentation](https://hydrant.klbr.net).