···11-a webapp and server that monitors the jetstream and tracks the different lexicons as they are created or deleted.
22-it shows you which collections are most active on the network.
11+a webapp and server that monitors the jetstream and tracks the different
22+lexicons as they are created or deleted. it shows you which collections are most
33+active on the network.
3445for backend it uses rust with fjall as db, the frontend is built with sveltekit.
5667see [here](https://gaze.systems/nsid-tracker) for a hosted instance of it.
7899+## performance / storage
1010+1111+it uses about 50MB of space for 620M recorded events (events being just
1212+timestamp in seconds and deleted boolean for now). and around 50-60ms for
1313+querying 300-400k events.
1414+1515+this is on a machine with AMD EPYC 7281 (32) @ 2.100GHz.
1616+817## running
9181019### with nix
11201212-- run the server: `nix run git+https://tangled.sh/@poor.dog/nsid-tracker#server`
2121+- build the server: `nix build git+https://tangled.sh/@poor.dog/nsid-tracker#server`
1322- build the client: `nix build git+https://tangled.sh/@poor.dog/nsid-tracker#client`
14231524### manually