2 ms·
That is very cool. How do you aggregate the data, listening to public bluesky firehose?
by vvpan 8mo ago
That is very cool. How do you aggregate the data, listening to public bluesky firehose?
- maelito 8mo agoYes, with a simple Deno server that writes local JSON. https://codeberg.org/cartes/serveur/src/branch/master/atproto https://codeberg.org/cartes/serveur/src/branch/master/atprot... I haven't coded yet the fetching from zero on the server in case my "db" fails. If it fails for a few hours only, it's easy to listen to the jetstream with a cursor. It it's more, we'd have to rely on exploring the graph : getting all PDS that have a record lexicon, and rebuilding the DB. Not too complicated I believe, but we'll see. It's what https://quickslice.slices.network https://quickslice.slices.network is supposed to do but I haven't been invited yet.