Skip to content

nlnwa/hermetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermetic

Sends data to digital storage

Usage

Send

hermetic send \
    --kafka-endpoints=<list-of-kafka-endpoints> \
    --transfer-topic <topic-name> \
    --stage-artifacts-root <stage-artifacts-root>

Verify

Reject

hermetic verify \
    --kafka-endpoints=<list-of-kafka-endpoints> \
    reject
      --reject-topic <topic-name>

Confirm

hermetic verify \
    --kafka-endpoints=<list-of-kafka-endpoints> \
    confirm
      --confirm-topic <topic-name>

Acquisition upload

hermetic acquistion \
    --kafka-endpoints=<list-of-kafka-endpoints> \
    --transfer-topic <topic-name> \
    --acquisition-root=</path/to/root/of/acquisition>