Skip to content

Data Analysis about the development of the Linux operating system by exploring its Git repository history.

License

Notifications You must be signed in to change notification settings

amarlearning/exploring-the-evolution-of-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exploring the evolution of Linux

Data Analysis about the development of the Linux operating system by exploring its Git repository history.

Version control repositories like CVS, Subversion or Git can be a real gold mine for software developers. They contain every change to the source code including the date (the "when"), the responsible developer (the "who"), as well as little message that describes the intention (the "what") of a change.

In this notebook, I have analyzed the evolution of a very famous open-source project – the Linux kernel. The Linux kernel is the heart of some Linux distributions like Debian, Ubuntu or CentOS.

I got some first insights into the work of the development efforts by

  1. identifying the TOP 10 contributors.
  2. visualizing the commits over the years.

Linus Torvalds, the (spoiler alert!) main contributor to the Linux kernel (and also the creator of Git), created a mirror of the Linux repository on GitHub. It contains the complete history of kernel development for the last 13 years.

About

Data Analysis about the development of the Linux operating system by exploring its Git repository history.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published