Erschienen:
[Erscheinungsort nicht ermittelbar]: EuroPython Conference, 2021
Erschienen in:EuroPython 2021 ; (Jan. 2021)
Umfang:
1 Online-Ressource (68 MB, 00:31:58:04)
Sprache:
Englisch
DOI:
10.5446/58749
Identifikator:
Entstehung:
Anmerkungen:
Audiovisuelles Material
Beschreibung:
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