[go: nahoru, domu]

Skip to content

Etsukata/ossrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSSrel

OSS relationship visualization

alt tag

OVERVIEW

This software visualizes OSS project relationship by counting up the number of common developer's commits. The relationship is visualized with Chord Diagram. Each path in chord diagram shows the relevance of OSS projects of endpoint nodes.

DEMO

Interactive WEB page example is available at HERE.

Visualize relationship between projects you choose

clone ossrel and 'ln -s' to git repositories you choose to ./repos:

# git clone https://github.com/Etsukata/ossrel.git
# cd ossrel
# mkdir repos
# ln -s /path/to/git/repoA ./repos/repoA
# ln -s /path/to/git/repoB ./repos/repoB
# ln -s /path/to/git/repoC ./repos/repoC

then run scrpt:

# ./run.sh
# firefox index.html

THANKS TO

ossrel uses mbosock's Chord Diagram d3js example to visualization.

About

OSS relationship visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published