Implement the metadata ETL process to extract metadata from offline research data (HDF5 files) and inject it to the metadata catalog
Project description
Metadata ETL (Extract-Transform-Load)
The ETL is a service for ingesting metadata the into the central metadata data catalogue (aka myMDC).
Basically, the ETL application extracts metadata about scientific data, transforms the input data into a structure and format that is expected by the Metadata service API and loads the final result to myMDC using the provided API/Library.
The ETL design aims to provide a uniform API to integrate with different sources of metadata, such as DAMNIT (https://github.com/European-XFEL/DAMNIT), File system DB, etc.
As a proof-of-concept, the current version implements the extraction component that reads the raw data and extracts metadata from. In addition, the transform and load components design is flexible enough to ingesting metadata from different sources.
Repository:
Dependencies:
- metadata_api (https://git.xfel.eu/ITDM/metadata_api)
Installation
-
Install Python and all required dependencies (eg. Python, poetry, metadata_api, etc.)
TBD
Usage
- Run the main application from the command-line with the help argument:
poetry run metadata_etl --help
- You should get the this output:
usage: MetadataETL [-h] [-b BASE_FOLDER] [-p PROPOSAL] [-r RUN] [-s {proposal,file,run}] [-d DATA]
[-g {config,extract,transform,load}] [-v] [files ...]
Extract metadata from research data and load it into the metadata catalog.
positional arguments:
files List of data file(s)
options:
-h, --help show this help message and exit
-b BASE_FOLDER, --base_folder BASE_FOLDER
Base folder (default: $PWD)
-p PROPOSAL, --proposal PROPOSAL
Full proposal number
-r RUN, --run RUN Run numbers
-s {proposal,file,run}, --scope {proposal,file,run}
-d DATA, --data DATA Input file for data and metadata specifications
-g {config,extract,transform,load}, --stage {config,extract,transform,load}
-v, --verbose Verbose mode
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metadata_etl-0.2.2.tar.gz.
File metadata
- Download URL: metadata_etl-0.2.2.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.12.4 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e956b6e0feb5b4002818467efeed2bfa3be9dddd0bd094d1c9facbe35aaf2c3
|
|
| MD5 |
0e3c87210f5e86fa89f2b35162c18cd4
|
|
| BLAKE2b-256 |
50b4f6c38af4e3ed1fae8aa1beda7c8136bab9723cfb30e2c09ffb0446ca69f5
|
File details
Details for the file metadata_etl-0.2.2-py3-none-any.whl.
File metadata
- Download URL: metadata_etl-0.2.2-py3-none-any.whl
- Upload date:
- Size: 38.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.12.4 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dce69557153c81985fe8e9ec232eee99a6d224321489b63e275d6f1aefc4fc5
|
|
| MD5 |
1fd1e17e8982b69ddd60f2febfe0b7bf
|
|
| BLAKE2b-256 |
6d29663e1e447474dd859268d96be642294989523d99f39207268e547d03c248
|