The Symfony Monolith Repository

fabpot

Google and Facebook both store all their codebase into one giant code repository. The Symfony Open-Source project, one of the most popular PHP framework, has been using this technique as well thanks to Git and some secret sauce with great success since 2010.

The main Symfony repository consists of 30+ decoupled components and 10 bridges and bundles that glue everything together. Having only one repository makes code management much easier for both end users and core contributors: one central place to submit pull requests and report bugs, simple cross-project atomic changes, fast releases, and more.

But what about users wanting to use only one component? Enter "repository splitting". This talk will describe how we manage one big read-write repository and 50+ read-only repositories.

After learning some theory about subtree splits and how to create them with the Git built-in but slow "subtree" command, we will talk about the tool we developed using libgit2 and Go to make the process almost real time.

If you have a microservice oriented architecture and manage one repository per microservice, you could probably benefit from using the same technique with one repository for development and read-only splits for packaging and deployment.

We will also see how this could benefit Drupal.

Session Track

Symfony

Experience Level

Intermediate

Drupal Version

When & Where

Time: 
Tuesday, 10 May, 2016 - 11:00 to 12:00
Room: 
262 [Trellon]