← all organisations

dstl / Code

28 languages, 32.4 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

28
languages in use
32.4 MB of source
10.4k
files at HEAD
across every analysed repository
0 B
on disk as mirrors
full history, every branch and tag
471.8 MB
largest repository
Human-Interface-Horizons

What stands out

One archived repository holds 60% of all the bytes.

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

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

JavaJava: 9.8 MB9.8 MBPythonPython: 9.5 MB9.5 MBHTMLHTML: 4.9 MB4.9 MBC#C#: 1.8 MB1.8 MBJupyter NotebookJupyter Notebook: 1.4 MB1.4 MBC++C++: 1.4 MB1.4 MBCC: 1.1 MB1.1 MBTypeScriptTypeScript: 872.1 kB872.1 kBJavaScriptJavaScript: 762.7 kB762.7 kBCSSCSS: 355.2 kB355.2 kBRR: 91.6 kB91.6 kBSCSSSCSS: 68.6 kB68.6 kBShellShell: 51.6 kB51.6 kBXSLTXSLT: 48.7 kB48.7 kB

By number of repositories

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

PythonPython: 1212ShellShell: 1010JavaJava: 99HTMLHTML: 88CSSCSS: 88JavaScriptJavaScript: 77BatchfileBatchfile: 44DockerfileDockerfile: 44TypeScriptTypeScript: 33CC: 33C++C++: 33Jupyter NotebookJupyter Notebook: 33C#C#: 22SCSSSCSS: 22

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

PythonPython: 44JavaJava: 00C#C#: 11RR: 11XSLTXSLT: 11C++C++: 11JavaScriptJavaScript: 00Jupyter NotebookJupyter Notebook: 00TypeScriptTypeScript: 00DockerfileDockerfile: 00

Archived repositories

PythonPython: 55JavaJava: 88C#C#: 11RR: 00XSLTXSLT: 00C++C++: 00JavaScriptJavaScript: 11Jupyter NotebookJupyter Notebook: 11TypeScriptTypeScript: 11DockerfileDockerfile: 11

Scale

Repository size distribution

Git data per repository, log-ish buckets.

107.552.50< 10 kB: 1< 10 kB< 100 kB: 6< 100 kB< 1 MB: 7< 1 MB< 10 MB: 10< 10 MB< 100 MB: 7< 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.

6.9k1.1k185.830.55.0933.4124.3461.81.7kApex-SAPIENT-Middleware: 7 commits, 242 files, 2 authorsBSI-Flex-335-v2-Test-Harness: 17 commits, 533 files, 2 authorsHuman-Interface-Horizons: 33 commits, 324 files, 5 authorsIES4: 88 commits, 110 files, 11 authorsNPIF-Sleuth: 27 commits, 46 files, 5 authorsNoisify: 53 commits, 64 files, 2 authorsOpen-Federated-Search: 7 commits, 14 files, 4 authorsOpen_Source_ECOA_Toolset_AS5: 22 commits, 1,148 files, 6 authorsRET: 16 commits, 752 files, 5 authorsSAPIENT-Middleware-and-Test-Harness: 12 commits, 193 files, 3 authorsSAPIENT-Proto-Files: 46 commits, 35 files, 7 authorsStone-Soup: 6,902 commits, 751 files, 232 authorsStone-Soup-Notebooks: 24 commits, 13 files, 9 authorsYAWNING-TITAN: 2,085 commits, 440 files, 22 authorsannot8-components: 14 commits, 33 files, 2 authorsbaleen: 318 commits, 1,572 files, 26 authorsbaleen3: 69 commits, 441 files, 4 authorscolony-forecast-model: 6 commits, 9 files, 1 authorseleatics: 429 commits, 59 files, 2 authorsideaworks: 30 commits, 282 files, 4 authorslighthouse: 1,145 commits, 565 files, 16 authorslighthouse-builder: 425 commits, 246 files, 10 authorsmachinetranslation: 21 commits, 80 files, 2 authorsmuc3: 234 commits, 1,716 files, 3 authorsnifi-processors: 33 commits, 32 files, 2 authorsosgb: 7 commits, 14 files, 1 authorsre3d: 5 commits, 37 files, 3 authorssarcastic: 320 commits, 369 files, 4 authorssrup: 45 commits, 180 files, 5 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: 77teststests: 44docsdocs: 44examplesexamples: 33SapientServicesSapientServices: 22SapientAsmSimulatorSapientAsmSimulator: 22SapientDataAgentSapientDataAgent: 22SapientDatabaseSapientDatabase: 22staticstatic: 22scriptsscripts: 22binbin: 22sapient_msgsapient_msg: 11sapient_apex_serversapient_apex_server: 11sapient_apex_guisapient_apex_gui: 11sapient_apex_apisapient_apex_api: 11sapient_apex_qt_helperssapient_apex_qt_helpers: 11deploydeploy: 11sapient_apex_replaysapient_apex_replay: 11

Most common file extensions

By total file count across the estate.

.java.java: 2.6k2.6k.xhtml.xhtml: 1.7k1.7k.py.py: 1.6k1.6k.png.png: 585585.json.json: 364364.cs.cs: 306306.html.html: 288288.svg.svg: 234234.tsx.tsx: 215215.js.js: 165165.ts.ts: 156156.rst.rst: 146146.txt.txt: 145145.md.md: 143143.yml.yml: 138138.h.h: 124124

The twenty largest repositories

RepositoryLanguageGit size CommitsFilesStatus
Human-Interface-HorizonsJavaScript471.8 MB33324archived
baleenJava100.5 MB3181,572archived
Stone-SoupPython52.7 MB6,902751active
IES4-40.9 MB88110archived
sarcasticC26.4 MB320369archived
Open_Source_ECOA_Toolset_AS5Java24.6 MB221,148archived
YAWNING-TITANPython23.2 MB2,085440archived
RETPython12.5 MB16752active
muc3HTML3.5 MB2341,716archived
eleaticsXSLT3.4 MB42959active
SAPIENT-Middleware-and-Test-HarnessC#3.4 MB12193archived
Stone-Soup-NotebooksJupyter Notebook2.9 MB2413archived
ideaworksPython2.7 MB30282archived
NPIF-SleuthPython2.0 MB2746active
baleen3TypeScript2.0 MB69441archived
Apex-SAPIENT-MiddlewarePython1.9 MB7242active
lighthousePython1.7 MB1,145565archived
srupC++1.3 MB45180active
BSI-Flex-335-v2-Test-HarnessC#1.0 MB17533active
re3d-419.8 kB537archived