at protocol indexer with flexible filtering, xrpc queries, and a cursor-backed event stream, built on fjall
at-protocol atproto indexer rust fjall
at 02165cb84b2914aaedb64e22cb80ef641edd02ce 26 lines 442 B view raw
1{ 2 lib, 3 rustPlatform, 4 cmake, 5 ... 6}: 7rustPlatform.buildRustPackage { 8 pname = "hydrant"; 9 version = "main"; 10 11 src = lib.fileset.toSource { 12 root = ./.; 13 fileset = lib.fileset.unions [ 14 ./src ./Cargo.toml ./Cargo.lock 15 ]; 16 }; 17 18 nativeBuildInputs = [cmake]; 19 20 cargoLock = { 21 lockFile = ./Cargo.lock; 22 outputHashes = { 23 "jacquard-0.9.5" = "sha256-3bVpFW/qtP9cjkU2LflHjSI3mzw1iUPH+92n0zcOqDg="; 24 }; 25 }; 26}