← all organisations

essexcountycouncil / Code

15 languages, 91.1 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

15
languages in use
91.1 MB of source
56.8k
files at HEAD
across every analysed repository
0 B
on disk as mirrors
full history, every branch and tag
128.4 MB
largest repository
send-lgdrupal

What stands out

One archived repository holds 31% of all the bytes.

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

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

PHPPHP: 74.5 MB74.5 MBCSSCSS: 6.3 MB6.3 MBJavaScriptJavaScript: 5.0 MB5.0 MBTwigTwig: 3.0 MB3.0 MBSCSSSCSS: 1.4 MB1.4 MBHTMLHTML: 708.1 kB708.1 kBShellShell: 70.2 kB70.2 kBRubyRuby: 57.7 kB57.7 kBPythonPython: 54.8 kB54.8 kBEJSEJS: 33.0 kB33.0 kBXSLTXSLT: 5.8 kB5.8 kBGherkinGherkin: 5.3 kB5.3 kBDockerfileDockerfile: 3.8 kB3.8 kBRich Text FormatRich Text Format: 2.0 kB2.0 kB

By number of repositories

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

JavaScriptJavaScript: 1515CSSCSS: 1414PHPPHP: 1212ShellShell: 1010HTMLHTML: 99SCSSSCSS: 77PythonPython: 66TwigTwig: 66DockerfileDockerfile: 44RubyRuby: 33ProcfileProcfile: 11GherkinGherkin: 11EJSEJS: 11XSLTXSLT: 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

PHPPHP: 77CSSCSS: 33TwigTwig: 22PythonPython: 11JavaScriptJavaScript: 11HTMLHTML: 11RubyRuby: 00EJSEJS: 00

Archived repositories

PHPPHP: 33CSSCSS: 11TwigTwig: 11PythonPython: 22JavaScriptJavaScript: 22HTMLHTML: 11RubyRuby: 11EJSEJS: 11

Scale

Repository size distribution

Git data per repository, log-ish buckets.

129630< 10 kB: 4< 10 kB< 100 kB: 7< 100 kB< 1 MB: 12< 1 MB< 10 MB: 5< 10 MB< 100 MB: 1< 100 MB100 MB +: 3100 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.

1.9k425.996.822.05.0441.6433.34.5k46.9kcomponents-library: 127 commits, 336 files, 6 authorscontent_ownership: 37 commits, 22 files, 10 authorscontentful-asset-spider: 5 commits, 6 files, 1 authorscoronavirus-service-directory: 251 commits, 172 files, 9 authorsecc-localgov-intranet-drupal: 17 commits, 1,297 files, 3 authorsecc_cookie_compliance: 24 commits, 7 files, 8 authorsecc_menu: 10 commits, 4 files, 5 authorsecc_parents: 26 commits, 21 files, 4 authorsecc_theme: 379 commits, 199 files, 18 authorsessex-county-council-digital-manual: 227 commits, 339 files, 9 authorsessex-gov-uk-drupal: 1,874 commits, 1,787 files, 34 authorsessex-intranet-2.0: 73 commits, 253 files, 6 authorsessex-intranet-drupal: 1,475 commits, 1,812 files, 28 authorsessex-microsites-drupal: 775 commits, 2,033 files, 15 authorsessex-service-pattern-library: 13 commits, 4 files, 4 authorsessexgov-mock: 8 commits, 5 files, 2 authorsessexgovuk-external-styles: 15 commits, 19 files, 2 authorsessexgovuk-migration-helpers: 84 commits, 31 files, 4 authorslgd-guide-mockup: 22 commits, 85 files, 3 authorslocalgov_microsites_project: 34 commits, 19 files, 6 authorslocalgov_paragraphs: 182 commits, 399 files, 20 authorslocalgov_project: 128 commits, 16 files, 14 authorslocalgov_project_gitpod: 278 commits, 31 files, 12 authorsold-essexcountycouncil.github.io: 5 commits, 217 files, 2 authorssend-lgdrupal: 758 commits, 46,946 files, 11 authorsstopswapgo.co.uk: 635 commits, 200 files, 9 authorsur.templates-and-guides: 23 commits, 15 files, 1 authorswebAppViewSass: 102 commits, 497 files, 4 authorswebsite-link-scraper: 14 commits, 6 files, 4 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

configconfig: 1111assetsassets: 1010.ddev.ddev: 66srcsrc: 55webweb: 55liblib: 33.platform.platform: 33csscss: 33.docksal.docksal: 33patchespatches: 33teststests: 33nginx-confnginx-conf: 33appapp: 22binbin: 22vendorvendor: 22jsjs: 22scriptsscripts: 22nginx-redirectnginx-redirect: 22

Most common file extensions

By total file count across the estate.

.php.php: 24k24k.yml.yml: 15k15k.twig.twig: 2.9k2.9k.js.js: 2.8k2.8k.css.css: 1.8k1.8k.txt.txt: 1.5k1.5k.json.json: 1.2k1.2k.md.md: 856856.svg.svg: 740740.inc.inc: 639639.module.module: 556556.scss.scss: 522522.xml.xml: 465465.png.png: 207207.cshtml.cshtml: 196196.jpg.jpg: 114114

The twenty largest repositories

RepositoryLanguageGit size CommitsFilesStatus
send-lgdrupalPHP128.4 MB75846,946active
stopswapgo.co.ukJavaScript127.4 MB635200active
essex-microsites-drupalPHP104.1 MB7752,033active
ecc_themeTwig11.9 MB379199active
components-libraryCSS8.2 MB127336archived
essex-county-council-digital-manualCSS7.3 MB227339active
essex-gov-uk-drupalPHP6.5 MB1,8741,787active
essex-intranet-drupalTwig5.5 MB1,4751,812active
essex-intranet-2.0JavaScript5.0 MB73253archived
localgov_paragraphsTwig905.2 kB182399archived
webAppViewSassJavaScript895.0 kB102497archived
essex-service-pattern-library-691.2 kB134active
coronavirus-service-directoryRuby608.3 kB251172archived
ecc-localgov-intranet-drupalPHP572.4 kB171,297archived
old-essexcountycouncil.github.io-428.0 kB5217archived
ur.templates-and-guides-425.0 kB2315active
essexgovuk-external-stylesCSS364.5 kB1519active
localgov_project_gitpodPHP340.0 kB27831archived
lgd-guide-mockupEJS302.1 kB2285archived
essexgovuk-migration-helpersPython268.3 kB8431active