MetOffice / MetOffice/primavera-dmt

Handle large ingests

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

There's an ERA5 dataset with over 500,000 files in it. This can't be ingested in the length of a standard batch system job. There are many ways to speed this:

* use parallelism to read and checksum multiple files at once
* allow ingestions to resume
* allow ingestions to be split into smaller chunks
* do all variables need to go into the same dataset?

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by locating the ingestion workflow and documenting how a standard batch job handles the 500,000-file ERA5 dataset; completion requires choosing and specifying a workable approach for parallelism, resuming, chunking, or variable separation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.