Live data from Hacker News

Google stores billions of lines of code in a single repository (2016) [pdf]

dl.acm.org

1–10 of 209 posts

Re: Google stores billions of lines of code in a single repository (2016) [pdf]

#5
This is from the golden age of Google.

Of particular note is that they published this many years after it had been shipped to their internal customers. This was not some position paper about "why we focus on ai" after not shipping any of their "breakthroughs".

Re: Google stores billions of lines of code in a single repository (2016) [pdf]

#8
post #6

I really wish they would make this tech available via gcloud. Seems like it would be very popular and a great way to attract other gcloud business away from MS/GitHub which scales horribly.

They tried that by making a bit available with a remote cloud builder for Bazel. It failed for some reason and they pulled it.

I think building something that scales for one big repo is just a completely different problem than making it scale for a lot of small repos.

Re: Google stores billions of lines of code in a single repository (2016) [pdf]

#10
Monorepos are great... but only if you can invest in the tooling scale to handle them, and most companies can't invest in that like Google can. Hyrum Wright class tooling experts don't grow on trees.

A good article to reference when this topic gets raised: http://yosefk.com/blog/dont-ask-if-a-monorepo-is-good-for-yo...

Post reply on HN