Summary
Draw animated arcs between developers who contribute to the same repositories, showing the open-source collaboration network visually on the globe.
Why
Shows community connections, makes the globe feel alive, and reveals surprising collaboration patterns across continents.
Requirements
Tech Notes
- react-globe.gl supports \�rcsData, \�rcStartLat, \�rcEndLat, etc.
- Need to compute shared repos during the data pipeline
- Store as an adjacency list in a separate data file or Cosmos container
- Consider only showing arcs for the filtered/visible developer set
Summary
Draw animated arcs between developers who contribute to the same repositories, showing the open-source collaboration network visually on the globe.
Why
Shows community connections, makes the globe feel alive, and reveals surprising collaboration patterns across continents.
Requirements
Tech Notes