at protocol indexer with flexible filtering, xrpc queries, and a cursor-backed event stream, built on fjall
at-protocol atproto indexer rust fjall

[tests] fix websocat backgrounding in authenticated stream test

ptr.pet eacdd58d 6fe102c4

verified
+2 -2
+1 -1
tests/authenticated_stream_test.nu
··· 95 95 let output_file = $"($db_path)/stream_output.txt" 96 96 print $"starting stream listener -> ($output_file)" 97 97 # use websocat to capture output. 98 - let stream_pid = (bash -c $"websocat '($ws_url)' > '($output_file)' 2>&1 & echo $!" | str trim | into int) 98 + let stream_pid = (bash -c $"websocat '($ws_url)' > '($output_file)' & echo $!" | str trim | into int) 99 99 print $"listener pid: ($stream_pid)" 100 100 101 101 # 4. add repo to hydrant (backfill trigger)
+1 -1
tests/common.nu
··· 67 67 sleep 2sec 68 68 } 69 69 false 70 - } 70 + }