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.

[docs] make db warning less scary

dawn a121ef17 b4880fe5

+2 -5
+2 -5
README.md
··· 19 19 example](./examples/statusphere.rs) (hydrant-as-library) for examples on how to 20 20 use hydrant (for rust docs look at https://hydrant.gaze.systems/ for now). 21 21 22 - **WARNING: *the db format is not stable yet.*** it's in active development so if 23 - you are going to rely on the db format being stable, don't (eg. for query 24 - features, if you are using ephemeral mode this doesn't matter for example, or 25 - you dont mind losing your existing backfilled data in hydrant if you already 26 - processed them.). 22 + **WARNING: *the db format is only partially stable.*** we provide migrations in hydrant 23 + itself, so nothing should go wrong! you should still probably keep backups just in case! 27 24 28 25 ## vs tap 29 26