We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Python monorepos: what, why and how

Formale Metadaten

Titel
Python monorepos: what, why and how
Serientitel
Anzahl der Teile
115
Autor
Mitwirkende
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 4.0 International:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
As organizations and repos grow, we have to choose how to manage codebases in a scalable way. We have two architectural alternatives: Multirepo: split the codebase into increasing numbers of small repos, along team or project boundaries. Monorepo: Maintain one large repository containing code for many projects and libraries, with multiple teams collaborating across it. In this talk we'll discuss the advantages of monorepos for Python codebases, and the kinds of tooling and processes we can use to make working in a Python monorepo effective. At the end of this talk you will understand the tradeoffs of different codebase architecture choices, and how to evaluate tooling and processes that keep your repo humming along at scale. No prior knowledge is required.