The GDA data lake — read-only.
Direct access to the parquet data lake behind the Twin Scroll Grid Balancer evidence base — nearly 500 billion data points across 701 datasets: ~350 billion of official GB grid feeds, ~150 billion derived and inferred, plus a full power-flow solve of the grid for every second of the last 15+ years. You mount it as a folder and read the parquet. Absolutely read-only: you can browse and download, nothing more.
The lake is served over SFTP from a locked-down account. Download the key, point sshfs or sftp at it, and you have the whole parquet tree as a normal read-only filesystem — query it with DuckDB, pandas, polars, or anything that reads parquet.
1 Get the key
Access is by SSH key only. Download it, then keep it somewhere sensible.
On macOS / Linux, lock the permissions before using it:
2 Connection details
| Host | ingest.twinscrollgridbalancer.co.uk |
| Port | 2222 |
| User | mountservice |
| Protocol | SFTP (SSH) |
| Path | /lake |
| Auth | the key you just downloaded |
3 Mount the lake as a folder
The easiest way — sshfs mounts the whole lake as a local read-only directory, so every tool just sees files on disk.
macOS / Linux
Needs sshfs — macOS: macFUSE + sshfs; Debian/Ubuntu: sudo apt install sshfs. On Windows use WinFsp + SSHFS-Win, or just use WinSCP (below).
Prefer to browse & pull single files? Use sftp
On Windows, WinSCP (New Site → SFTP → host ingest.twinscrollgridbalancer.co.uk, port 2222, user mountservice, and set the private key file) gives a drag-and-drop window.
First connection shows the server host-key fingerprint — accepting it is normal.
4 What's in the lake
Roughly 500 billion data points across 701 datasets, in three top-level trees:
Everything is parquet, partitioned into dated folders. Only data is published here — none of the ingestion, processing or solve code.
5 Read the parquet
Once mounted, point any parquet-aware tool at the files. A few starting points:
DuckDB (fastest for ad-hoc SQL over many files)
Python — pandas
Python — polars (lazy, out-of-core)
6 The ground rules
Please be gentle — a couple of parallel connections, paced reads. Need a larger or bulk allowance for a legitimate use? mark@twinscrollgridbalancer.co.uk.
© 2026 Twin Scroll Grid Balancer