
With a fresh 2MB graph, new user who follows 1 user from the graph gets this
The graph was crawled using https://github.com/mmalmi/nostr-social-graph . I used a node.js script from the repo, but the same stuff can be generated in Iris on the social graph settings page.
The repo has a Dockerfile for a server which keeps an up-to-date version of the graph, runs here https://graph-api.iris.to/ . On Iris build time, a 2 MB social graph dataset is requested from there. Should probably refresh on 1st iris.to open as well.
The graph up to approximately 3+ degrees is currently 200K users, 6M follows, 80K mutes. ~50MB. My macbook can easily handle it, but mobile phone will crash. Native apps on mobile should easily handle it.
The exported file contains uniqueIds: public keys mapped to integers for shorter representation. Then follow lists which are encoded using these integers. I want to do a binary export format: it would cut the file size approximately in half.

With a fresh 2MB graph, new user who follows 1 user from the graph gets this
Esse é um gráfico que aponta o grau de 'familiaridade' de um novo usuário a outros perfis quando ele segue um único usuário, em uma ordem de 0 a 4 graus de seguidores.
Ou seja, o grau 0 é seguir diretamente e o grau 4 são os seguidores dos seguidores dos seguidores da pessoa seguida.