⛔️ This project is now archived - No Maintenance Intended
- Application Design
- Application Diagram
- Persistent Storage Design
- Persistent Storage Diagram
- Application Config
-
prerequisites
- Install Docker
- Install docker-compose
- Setup dina-local-deployment
- clone the repo: object-store-harvestor
- cd to repo object-store-harvestor
- run the following command to start a docker container :
./run_docker_containers.sh
- clone the repo: object-store-harvestor
- cd to repo object-store-harvestor
- cd harvestor
- run the following command to start a docker container :
./develop_run.sh
All tests run in local develoment for both docker anf Linux If any of the test fail the full development run will fail. All details will be provided in stdout.
- Unit tests (covering everything)
- Integration tests (covering everything except API calls, API calls are all mocked)
- GitHub actions : https://github.com/AAFC-BICoE/object-store-harvestor/actions
- executable binary file
- config yml file
- Naming convention : vxxx.yyy (example : v0.4)
- TODO