datacequia / go-dogg3rz

Decentralized Knowledge Orchestration Tool
Apache License 2.0
8 stars 1 forks source link

update 'stage' command to use JSON-LD based resources #7

Closed adpadilla closed 3 years ago

adpadilla commented 3 years ago

the stage command was feature complete prior to moving to JSON-LD as the object primitive and persistence format. Need to redo implementation so that stage command will correctly stage JSON-LD resources.

the two command permutations to be completed are:

dogg3rz stage all - stages all datasets in a repository dogg3rz stage dataset PATH - stages a single dataset in a repository only

adpadilla commented 3 years ago

actively working on this issue now...

adpadilla commented 3 years ago

This will be marked as completed pending the completion of defects #22 and #25

adpadilla commented 3 years ago

this has been completed.