pith. sign in

arxiv: 1810.09477 · v1 · pith:KJT5MVHLnew · submitted 2018-10-22 · 💻 cs.SE

Monorepos: A Multivocal Literature Review

classification 💻 cs.SE
keywords monoreposliteraturebenefitschallengescharacteristicsdependenciesmainmultivocal
0
0 comments X
read the original abstract

Monorepos (Monolithic Repositories) are used by large companies, such as Google and Facebook, and by popular open-source projects, such as Babel and Ember. This study provides an overview on the definition and characteristics of monorepos as well as on their benefits and challenges. Thereupon, we conducted a multivocal literature review on mostly grey literature. Our findings are fourfold. First, monorepos are single repositories that contain multiple projects, related or unrelated, sharing the same dependencies. Second, centralization and standardization are some key characteristics. Third, the main benefits include simplified dependencies, coordination of cross-project changes, and easy refactoring. Fourth, code health, codebase complexity, and tooling investments for both development and execution are considered the main challenges.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GitFarm: Git as a Service for Large-Scale Monorepos

    cs.SE 2026-04 unverdicted novelty 4.0

    GitFarm offers Git operations as a remote stateful service using ephemeral sandboxes and pre-warmed repositories to eliminate local clones and cold starts for large-scale monorepos.