Skip to content

science-computing/expander

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2025
Jan 9, 2025
Aug 25, 2022
Aug 25, 2022
Jan 9, 2025
Aug 25, 2022
Feb 21, 2023
Aug 25, 2022
Sep 1, 2022
Feb 21, 2023
Aug 25, 2022
Aug 25, 2022
Jan 9, 2025
Sep 1, 2022
Jan 9, 2025
Sep 1, 2022
Jan 9, 2025
Feb 21, 2023

Repository files navigation

Expander

CI Container Images

This is a Karton-based archive extractor, job submitter and tracker as well as results correlator for use with Peekaboo.

Submit jobs e.g. using curl:

curl -F file=@wheels.zip http://127.0.0.1:8200/v1/scan

Check for and retrieve job reports using the job UUID returned by the upload to the scan endpoint:

curl http://127.0.0.1:8200/v1/report/c71cda68-6e15-4051-a55e-4ccb93f26329

Spinning up all the required components by hand is tedious. Use the supplied compose file to do that all at once:

docker-compose up --build

See the dev subdirectory on how to get a dummy Peekaboo for testing.