open-datakit / cli

Command line interface for running opendata.studio datapackages
MIT License
0 stars 0 forks source link

Restructure datapackages #15

Closed echus closed 1 month ago

echus commented 2 months ago

See also: https://github.com/opendatastudio/bindfit-datapackage/issues/47

Restructure datapackage as below:

| - data/
|
| - bindfit/
|   algorithm.json
|   algorithm.py
|   - containers/
|   - formats/
|   - interfaces/
|   - views/
|   - resources/ - DELETE THIS - can be bootstrapped from signature
|
| - bindfit.run - created on run???
|   configuration.json - bootstrapped from algorithm signature defaults
|   - resources/ - created on execution success?? output resources to here
|
| datapackage.json

Example workflow: