https://github.com/wezm/distros2dot
Generate a graph of operating system derivation
https://github.com/wezm/distros2dot
graphviz linux ruby
Last synced: about 2 months ago
JSON representation
Generate a graph of operating system derivation
- Host: GitHub
- URL: https://github.com/wezm/distros2dot
- Owner: wezm
- License: mit
- Created: 2019-09-08T06:11:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T02:09:17.000Z (over 6 years ago)
- Last Synced: 2025-02-14T11:31:47.984Z (over 1 year ago)
- Topics: graphviz, linux, ruby
- Language: Ruby
- Homepage: https://bitcannon.net/post/visualising-os-derivation/
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# distros2dot
This repo contains a quickly whipped together Ruby script that generates a directed graph in dot format of the top 100 operating systems (by Page Hit Ranking) on [DistroWatch.com](https://www.distrowatch.com/) and the systems they are based on. For example the graph shows that [elementaryOS](https://elementary.io/) is based on [Ubuntu](https://ubuntu.com/), which is based on [Debian](https://www.debian.org/).
This script was created for a [post on my blog](https://bitcannon.net/post/visualising-os-derivation/).
## Running
Install Ruby dependencies:
bundle install
Then build the SVG (`distros.svg`), data will be fetched and cached as needed:
make
## Graph
