← all organisations

UK-Export-Finance / Code

13 languages, 42.9 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
42.9 MB of source
26.2k
files at HEAD
across every analysed repository
0 B
on disk as mirrors
full history, every branch and tag
149.2 MB
largest repository
dtfs2

What stands out

One archived repository holds 49% of all the bytes.

dtfs2 is 149.2 MB of git - a 2013 static snapshot of www.gov.uk, not source code. It single-handedly makes HTML the largest language by volume (13% 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.

33% 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.

TypeScriptTypeScript: 17.5 MB17.5 MBJavaScriptJavaScript: 16.2 MB16.2 MBHTMLHTML: 5.8 MB5.8 MBCSSCSS: 1.7 MB1.7 MBNunjucksNunjucks: 1.4 MB1.4 MBBicepBicep: 148.4 kB148.4 kBSCSSSCSS: 130.8 kB130.8 kBDockerfileDockerfile: 44.7 kB44.7 kBShellShell: 8.2 kB8.2 kBSmartySmarty: 1.6 kB1.6 kBJavaJava: 557 B557 BProcfileProcfile: 36 B36 BBatchfileBatchfile: 34 B34 B

By number of repositories

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

JavaScriptJavaScript: 1313DockerfileDockerfile: 1212TypeScriptTypeScript: 99SCSSSCSS: 88ShellShell: 77HTMLHTML: 66NunjucksNunjucks: 44BicepBicep: 11BatchfileBatchfile: 11JavaJava: 11CSSCSS: 11SmartySmarty: 11ProcfileProcfile: 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

TypeScriptTypeScript: 66HTMLHTML: 11JavaScriptJavaScript: 22JavaJava: 00

Archived repositories

TypeScriptTypeScript: 22HTMLHTML: 55JavaScriptJavaScript: 00JavaJava: 11

Scale

Repository size distribution

Git data per repository, log-ish buckets.

75.23.51.80< 10 kB: 0< 10 kB< 100 kB: 1< 100 kB< 1 MB: 5< 1 MB< 10 MB: 7< 10 MB< 100 MB: 4< 100 MB100 MB +: 1100 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.

42.1k5.9k821.2114.616.0323.6186.31.5k11.6kdtfs-constants: 73 commits, 83 files, 7 authorsdtfs2: 42,144 commits, 6,960 files, 106 authorsestore-api: 2,868 commits, 339 files, 24 authorsexip: 13,231 commits, 4,385 files, 22 authorskeystonejs-examples: 50 commits, 33 files, 3 authorsloan-servicing-prototype: 329 commits, 218 files, 5 authorsmdm-api: 4,075 commits, 506 files, 33 authorsmulesoft-ukef-mule-common: 56 commits, 19 files, 9 authorsnestjs-template: 157 commits, 61 files, 7 authorsprototype-kit: 205 commits, 68 files, 7 authorsprototype-kit-cr: 217 commits, 781 files, 4 authorsprototype-kit-dtfs-portal: 16 commits, 11,572 files, 5 authorsprototypekit-credit-risk: 16 commits, 25 files, 4 authorsprototypekit-customer-record: 22 commits, 3 files, 3 authorsprototypekit-stb: 166 commits, 170 files, 5 authorsprototypekit-stb-bank: 107 commits, 115 files, 5 authorstemplate-typescript-package: 56 commits, 22 files, 7 authorstfs-api: 3,902 commits, 838 files, 27 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

srcsrc: 88.husky.husky: 77appapp: 66testtest: 44e2e-testse2e-tests: 22libslibs: 22trade-finance-manager-uitrade-finance-manager-ui: 11dtfs-central-apidtfs-central-api: 11portal-uiportal-ui: 11gef-uigef-ui: 11trade-finance-manager-apitrade-finance-manager-api: 11portal-apiportal-api: 11utilsutils: 11external-apiexternal-api: 11azure-functionsazure-functions: 11infrastructureinfrastructure: 11docdoc: 11generate-exip-pricing-gridgenerate-exip-pricing-grid: 11

Most common file extensions

By total file count across the estate.

.js.js: 9.6k9.6k.ts.ts: 8.5k8.5k.map.map: 1.7k1.7k.html.html: 1.5k1.5k.json.json: 964964.njk.njk: 898898.md.md: 890890.scss.scss: 468468.yml.yml: 180180.png.png: 149149.mjs.mjs: 128128.svg.svg: 6161.xlsx.xlsx: 3434.bicep.bicep: 3131.txt.txt: 1919.sample.sample: 1010

The twenty largest repositories

RepositoryLanguageGit size CommitsFilesStatus
dtfs2JavaScript149.2 MB42,1446,960active
exipTypeScript52.6 MB13,2314,385active
prototypekit-stbHTML29.3 MB166170archived
prototype-kit-dtfs-portalHTML18.1 MB1611,572active
prototypekit-stb-bankHTML14.0 MB107115archived
mdm-apiTypeScript7.5 MB4,075506active
estore-apiTypeScript7.3 MB2,868339active
tfs-apiTypeScript6.9 MB3,902838active
keystonejs-examplesTypeScript4.9 MB5033archived
prototypekit-customer-record-4.8 MB223archived
prototype-kit-crHTML4.6 MB217781archived
loan-servicing-prototypeTypeScript1.1 MB329218archived
nestjs-templateTypeScript898.0 kB15761active
prototype-kitHTML540.7 kB20568archived
dtfs-constantsTypeScript418.8 kB7383active
prototypekit-credit-riskHTML268.3 kB1625archived
template-typescript-packageJavaScript219.1 kB5622active
mulesoft-ukef-mule-commonJava87.0 kB5619archived