A microservices-demo service that provides reading from the shipping queue. It will spawn new docker containers that simulate the shipping process.
This build is built, tested and released by travis.
./test/test.sh < python testing file >
. For example: ./test/test.sh unit.py
GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh
GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh
This service will shortly be redesigned.
- Remove docker container shipping like functionality. Was only to make a better demonstration on Scope.
- Read object from queue and provide feedback on status
- See microservices-demo/orders and microservices-demo/shipping