Benjy Weinberger - Python monorepos: what, why and how

Поделиться
HTML-код
  • Опубликовано: 11 окт 2021
  • Python monorepos: what, why and how
    [EuroPython 2021 - Talk - 2021-07-30 - Brian]
    [Online]
    By Benjy Weinberger
    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.
    License: This video is licensed under the CC BY-NC-SA 4.0 license: creativecommon...
    Please see our speaker release agreement for details: ep2021.europyt...

Комментарии •