Open Source: The Future of Software Innovation

Every summer, the Biocomplexity Institute’s Social and Decision Analytics Division's Data Science for the Public Good (DSPG) Young Scholars program draws university students from around the country to work together on projects that use computational expertise to address critical social issues faced by local, regional, state or federal governments. The students conduct research at the intersection of statistics, computation, and the social sciences to determine how information generated within every community can be leveraged to improve quality of life and inform public policy. The program, held at the University of Virginia's Arlington offices, runs for 10 weeks for undergraduate interns and 11 weeks for graduate fellows who work in teams collaborating with postdoctoral associates and research faculty from the division, and project stakeholders.

The 2019 cohort conducted nine research projects, and their methodologies and discoveries will be presented at MethodSpace over the next three weeks as part of our examinations of Methods In Action. The descriptions of the projects were penned by the students themselves, and their names, mentors and sponsors appear under the DSPG logo in the text.

[su_box title="ABSTRACT - Measuring the Universe of Open Source Software" style="default" box_color="#333333" title_color="#FFFFFF" radius="3" class="" id=""]Open Source software is a key part of our economy, yet currently not measured because it is ‘free’ and therefore not captured in the nation’s Gross Domestic Product. The National Center for Science and Engineering Statistics would like to better understand the contribution and value of OSS to provide policy makers with a more comprehensive picture of science and engineering indicators. In this project, various data sources including online repositories such as GitHub, and databases of copyrights, trademarks, and patents are examined to assess if these data sources provide useful information about quantity and value of OSS.[/su_box]

Open source software (OSS) provides individuals with a tool to construct and modify free software while contributing to an increasingly interconnected society. Additionally, OSS has become common practice in software development amongst businesses. Despite how widespread OSS is today, current economic measures do not capture the scope of OSS. As OSS becomes globally pervasive, it is vital for policymakers to measure its size and value.

Data-Science_Public_Good-Logo
DSPG students: Cong Cong, Calvin Isch, and Eliza Tobin
Mentors: Gizem Korkmaz, J Bayoán Santiago Calderón, Aaron Schroeder, and Brandon Kramer
Sponsor: National Science Foundation's National Center for Science and Engineering Statistics

Federal agencies, such as the National Center for Science and Engineering Statistics, are working to establish OSS measurement strategies, but there are many attributes of OSS that policymakers must consider. First, it is important to note that contributors come from various sectors, including businesses, universities, non-profits, governments, and individuals. Moreover, traditional methods of measuring innovation, namely copyright data, do not adequately portray the size or value of OSS, as most developers do not file copyrights for open source code. Because of the lack of adequate OSS evaluation standards, potentially highly productive OSS developers across various professions lack project funding.

We define the universe of OSS as all GitHub repositories with a registered OSI approved license. All OSS has an attached Open Source Initiative (OSI) license, and most open source developers store their code on GitHub, rendering it the best potential source for beginning to understand the OSS universe through the lens of a variety of licenses. 

OSS TERMINOLOGY

Term Definition
Open Source Software (OSS) “A computer software, with its source code made available with a license” (Source: Robbins et al. 2019).
Open Source Initiative A worldwide non-profit that spreads knowledge about OSS, promotes its usage, and connects various OSS communities.  
OSS License Protections defining the limitations of use for OSS code.
Repository Contains all of a project's files and relevant discussions
Commit An individual change to a file for a repository
Contributor Someone who successfully committed to a project

Data Collection Methods:

There are several methods available to collect data from GitHub. We aimed to collect specific information on GitHub users and repositories that directly address our questions:

1. Repository names, license, additions, and deletions tell us how large the OSS Universe is.

2. With creation date, we can see how many repos were created over time.

3. Contributor information including email, location, and organization tell us who is creating OSS and what sectors they belong too.

In order to collect these data, we investigated five strategies:

Method and Description Information available Accessibility Limitations
GitHub’s RestAPIa traditional API for GitHub’s data Repository name, contributor, commits, and many more variables associated with a page of interest Query Rest API using RStudio -Low (5000) hourly rate limit -Data requires more manipulation before being useful -Cannot specify exactly what you want (licenses)
GitHub’s current API: GraphQL Any information publicly available on the website Query GraphQL   using RStudio; Experiment on the explorer. -Limited to first 1000 results -Low (5000 hourly rate limit) -Frequently times out
Web-Scraping –crawling through HTML Using repository names and owners, you can find the top 100 contributors and their additions and deletions RStudio -Time consuming -Requires knowing specific repositories and owners
BigQuery – a public dataset maintained by Google Contains all the variables accessible from RestAPI in an easy to access format Query the BigQuery using Google -Missing data from recent years -Data is in inaccessible RestAPI format
GHTorrent - an Open Source project with accessible GitHub information Contains most variables accessible from a rest API Directly downloadable datasets -Missing license information -Maintained by an unverified owner

Method

We narrowed our data collection strategy down to a combination of GraphQL and GHTorrent for three reasons: First, we ruled out the REST API because we preferred to directly search for specific licenses. We then chose the existing GHTorrent data over querying for all the information we needed to circumvent the GraphQL API issues of timeout issues and data restrictions. Finally, as the GHTorrent data do not contain OSS license information, we conducted a GraphQL query for the repository name, owner, and license. We merged the results with the GHTorrent data to obtain all the variables of interest: contributor’s location and organization, number of commits, year of repository creation, and license. This approach provides us with a robust picture of the desired information within a limited timeframe.

How large is the OSS universe and how does it change annually?

The number of OSS repositories created annually grew from 79,400 repositories made in 2012 to 1.86 million in 2018, a 2,350 percent increase (Figure 1).

Repositories created

The MIT license is the most commonly used license, making up about 60 percent of GitHub OSS repositories. Additionally, our findings show that more permissive licenses are growing in popularity, while more restrictive licenses are decreasing (Figure 2).

Change in OSS licences

There are 2.8 million unique OSS contributors, and most repositories have fewer than five. Only 0.3 percent of all repositories have more than 50 contributors (Figure 3). This finding suggests that not only companies, but also millions of individuals, are freely producing OSS.

Contributors per re[ository

Research Challenges:

Although we acquired useful insights about the growth of OSS, data source limitations prevented us from obtaining an estimate of its economic impact, accurate measures of the sector and location for the contributors, and definitive license counts:

All the data collection methods we tried lacked data on repository’s additions or deletions or made the process technically tedious and overly time-consuming. With limited information on the lines of code to estimate developer time, we were unable to estimate the economic weight of OSS.

Additionally, although each OSI-approved license has an official name, it is possible that users list their chosen license incorrectly or using unofficial language.  Thus, our counts per license are a lower-bound of the actual amount on GitHub.

Because GitHub does not require users to accurately fill out location and organization information, accurate sector identification was incredibly difficult. Figure 4 shows our sector analysis of less than two percent of organizations that we were able to identify.

Figure 4: OSS Contributor Sectors

Contributor sectors

Next Steps and Recommendations

Open source software is becoming more common, accessible, and globally utilized. With its explosion in size, it has become increasingly vital to measure its impact. General recording standards are lacking; however, some businesses and government entities have established tools for evaluating OSS production, providing an example to other sectors of productive measurement strategies.

Through annual reports, businesses readily report OSS output. Additionally, the U.S. government has developed a platform that provides an accessible record of the federal government’s software. As of July 2018, this platform housed over 4,000 unique open software projects, with an estimated development price of more than a billion dollars (Robbins et al. 2019). Still, without comprehensive databases from other sectors, researchers and government entities cannot fully grasp the total value of OSS. Sector databases should become common practice, as both contributors and research entities will benefit from having an encompassing record of OSS creation. 

Previous
Previous

Moving your behavioral research online

Next
Next

Using Resume Data to Identify Skilled Technical Candidates