← all organisations

westminster-city-council / Code

13 languages, 3.5 MB of source, and what the live estate is written in today.

Language figures come from GitHub's own per-repository byte counts, which measure source rather than a single headline label. File counts and repository sizes come from the mirrors themselves. The two tell different stories, and the difference is the point.

The codebase

13
languages in use
3.5 MB of source
2.7k
files at HEAD
across every analysed repository
0 B
on disk as mirrors
full history, every branch and tag
47.7 MB
largest repository
cloud-foundation-fabric

What stands out

One archived repository holds 40% of all the bytes.

cloud-foundation-fabric is 47.7 MB of git - a 2013 static snapshot of www.gov.uk, not source code. It single-handedly makes HTML the largest language by volume (0% of all source bytes). Any size or language statistic that does not exclude it is measuring an archive, not a codebase.

Sizes here are GitHub's reported figures.

This organisation was harvested with blobless partial clones, which fetch every commit and file path but not file contents, so there is no local size to measure against. Checked elsewhere in this dataset against 1,526 fully mirrored repositories, GitHub's reported size is accurate to within about six percent.

Ruby is the house language, but its share is falling.

Ruby is the primary language of 0% of archived repositories but only 0% of live ones. Python, Go, TypeScript and HCL have taken the difference - the signature of a shift from monolithic Rails publishing apps toward data pipelines, infrastructure-as-code and platform tooling.

Most repositories are small; a handful are enormous.

46% of repositories are under a megabyte of git data. The estate is not a monolith - it is a very long tail of small services, gems and prototypes around a few large publishing applications.

Languages, two ways

By volume of source

Bytes of code. Dominated by archived static HTML.

HCLHCL: 2.8 MB2.8 MBPythonPython: 312.8 kB312.8 kBTypeScriptTypeScript: 149.6 kB149.6 kBGoGo: 105.6 kB105.6 kBShellShell: 53.7 kB53.7 kBJavaScriptJavaScript: 47.6 kB47.6 kBPowerShellPowerShell: 32.2 kB32.2 kBDockerfileDockerfile: 17.2 kB17.2 kBJupyter NotebookJupyter Notebook: 15.9 kB15.9 kBSmartySmarty: 13.6 kB13.6 kBJinjaJinja: 5.9 kB5.9 kBMakefileMakefile: 1.9 kB1.9 kBBatchfileBatchfile: 69 B69 B

By number of repositories

How many repositories name each language as their primary one. A better guide to what engineers actually work in.

HCLHCL: 77JavaScriptJavaScript: 66TypeScriptTypeScript: 44ShellShell: 44PowerShellPowerShell: 44MakefileMakefile: 44DockerfileDockerfile: 33GoGo: 33BatchfileBatchfile: 33PythonPython: 11Jupyter NotebookJupyter Notebook: 11SmartySmarty: 11JinjaJinja: 11

Live estate versus archive

The same language ranking, split by whether the repository is still active. The shift is the clearest signal of technical direction in the whole dataset.

Active repositories

HCLHCL: 55TypeScriptTypeScript: 44JavaScriptJavaScript: 22ShellShell: 11GoGo: 11

Archived repositories

HCLHCL: 00TypeScriptTypeScript: 00JavaScriptJavaScript: 00ShellShell: 00GoGo: 00

Scale

Repository size distribution

Git data per repository, log-ish buckets.

64.531.50< 10 kB: 0< 10 kB< 100 kB: 0< 100 kB< 1 MB: 6< 1 MB< 10 MB: 4< 10 MB< 100 MB: 3< 100 MB100 MB +: 0100 MB +

Commits against files

Each circle is a repository, sized by number of distinct authors. Both axes are logarithmic. The diagonal band is the normal relationship between codebase size and churn; outliers above it are long-lived apps with heavy iteration, below it are dumps and imports.

4.7k1.4k429.1129.439.015.051.0173.4589.42kaction-gh-release: 398 commits, 26 files, 68 authorsaction-semantic-pull-request: 203 commits, 36 files, 38 authorsbuild-push-action: 792 commits, 77 files, 41 authorscloud-foundation-fabric: 4,721 commits, 2,004 files, 223 authorsdocs-as-code-confluence: 41 commits, 15 files, 6 authorspaths-filter: 175 commits, 30 files, 23 authorssticky-pull-request-comment: 1,583 commits, 25 files, 23 authorsterraform-azurerm-avm-res-app-containerapp: 58 commits, 111 files, 12 authorsterraform-azurerm-avm-res-managedidentity-userassignedidentity: 53 commits, 66 files, 8 authorsterraform-azurerm-avm-res-web-staticsite: 39 commits, 91 files, 8 authorsterraform-azurerm-cdn-frontdoor: 328 commits, 44 files, 16 authorsterraform-azurerm-container-apps: 246 commits, 78 files, 9 authorsterraform-provider-azurecaf: 401 commits, 50 files, 49 authorsfiles at HEAD (log)commits (log)

The shape of a repository

Directory layout is the cheapest reliable signal of what a repository actually is. app/ with config/ and spec/ is a Rails application; src/ with test/ is Java or Node. Counted by how many repositories contain each top-level directory at HEAD.

Most common top-level directories

distdist: 77examplesexamples: 66__tests____tests__: 55srcsrc: 55teststests: 55modulesmodules: 55.vscode.vscode: 55.devcontainer.devcontainer: 44docsdocs: 22.config.config: 22.gitlab.gitlab: 22testtest: 11__mocks____mocks__: 11blueprintsblueprints: 11fastfast: 11toolstools: 11assetsassets: 11utilsutils: 11

Most common file extensions

By total file count across the estate.

.tf.tf: 975975.yaml.yaml: 451451.md.md: 357357.png.png: 120120.yml.yml: 9797.py.py: 9696.json.json: 7979.tfvars.tfvars: 7070.sample.sample: 3030.js.js: 2828.ts.ts: 2727.txt.txt: 2525.tpl.tpl: 1919.sh.sh: 1818.svg.svg: 1818.go.go: 1818

The twenty largest repositories

RepositoryLanguageGit size CommitsFilesStatus
cloud-foundation-fabricHCL47.7 MB4,7212,004active
action-semantic-pull-requestJavaScript39.1 MB20336active
build-push-actionTypeScript11.5 MB79277active
sticky-pull-request-commentTypeScript7.5 MB1,58325active
docs-as-code-confluenceJavaScript5.7 MB4115active
action-gh-releaseTypeScript3.8 MB39826active
paths-filterTypeScript1.3 MB17530active
terraform-provider-azurecafGo563.2 kB40150active
terraform-azurerm-container-appsHCL238.6 kB24678active
terraform-azurerm-cdn-frontdoorHCL231.4 kB32844active
terraform-azurerm-avm-res-app-containerappHCL193.5 kB58111active
terraform-azurerm-avm-res-web-staticsiteHCL172.0 kB3991active
terraform-azurerm-avm-res-managedidentity-userassignedidentityShell133.1 kB5366active