
Hi! The GeminiNet (the protocol, not the AI) is a smallweb alternative to the Internet with a focus on privacy. I was curious about what shape it had and how the sites connected to each other. For this, I scrapped the network and put the data in a graph. You can see the live version at https://rbtms.github.io/gemini_map/ (desktop)
by Strong_Fig5979
2 Comments
LGTM
psa view this on a desktop
https://preview.redd.it/dwyw3g0nttwg1.png?width=1080&format=png&auto=webp&s=d3a0b693631f960a26dc91e7ed0c1e3671d2a815
Hi again! The data was acquired by scapping the network. The methodology and the link to the database used to generate the graph is on the linked on the graph: [https://rbtms.github.io/blog/gemini_map.html](https://rbtms.github.io/blog/gemini_map.html)
The graph itself is made using D3.js as-is, and the code is available on the following repository [https://github.com/rbtms/gemini_map](https://github.com/rbtms/gemini_map)