m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Add command line parser #1082

Open stephen-soltesz opened 2 years ago

stephen-soltesz commented 2 years ago

Given a GCS URL, parse the named file to a local file. e.g.

etl-parse -file gs://archive-measurement-lab/ndt/ndt7/2022/05/12/12346T1345Z-ndt-ndt7-mlab1-lga0t.tgz -output local

Or similar: prototype in https://github.com/m-lab/etl/pull/1026