Extension Decisions in Open Source Software Ecosystem
By: Elmira Onagh, Maleknaz Nayebi
Potential Business Impact:
Finds and removes duplicate software tools.
GitHub Marketplace is expanding by approximately 41% annually, with new tools; however, many additions replicate existing functionality. We study this phenomenon in the platform's largest segment, Continuous Integration (CI), by linking 6,983 CI Actions to 3,869 providers and mining their version histories. Our graph model timestamps every functionality's debut, tracks its adoption, and clusters redundant tools. We find that approximately 65% of new CI Actions replicate existing capabilities, typically within six months, and that a small set of first-mover Actions accounts for most subsequent forks and extensions. These insights enable developers to choose the optimal moment to launch, target unmet functionality, and help maintainers eliminate redundant tools. We publish the complete graph and dataset to encourage longitudinal research on innovation and competition in software ecosystems, and to provide practitioners with a data-driven roadmap for identifying emerging trends and guiding product strategy.
Similar Papers
GitHub Marketplace: Driving Automation and Fostering Innovation in Software Development
Software Engineering
Bridges school ideas to real coding tools
From First Use to Final Commit: Studying the Evolution of Multi-CI Service Adoption
Software Engineering
Helps coders pick the best tools for projects.
An Empirical Study of Complexity, Heterogeneity, and Compliance of GitHub Actions Workflows
Software Engineering
Finds ways to make computer code updates faster.