This repository was archived by the owner on Dec 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/microservices-demo/shipping.svg?branch=master )] ( https://travis-ci.org/microservices-demo/shipping ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/microservices-demo/shipping/badge.svg?branch=master )] ( https://coveralls.io/github/microservices-demo/shipping?branch=master )
2- # shipping
3- A microservices-demo service that provides shipping capabilities.
1+ [ ![ Build Status] ( https://travis-ci.org/microservices-demo/queue-master.svg?branch=master )] ( https://travis-ci.org/microservices-demo/queue-master )
2+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/microservices-demo/queue-master/badge.svg?branch=master )] ( https://coveralls.io/github/microservices-demo/queue-master?branch=master )
3+
4+ # queue-master
5+
6+ A microservices-demo service that provides reading from the shipping
7+ queue. It will spawn new docker containers that simulate the shipping
8+ process.
49
510This build is built, tested and released by travis.
611
712# Test
8- ` ./test/test.sh < python testing file > ` . For example: ` ./test/test.sh unit.py `
13+
14+ ` ./test/test.sh < python testing file > ` . For example: `./test/test.sh
15+ unit.py`
916
1017# Build
18+
1119` GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh `
1220
1321# Push
22+
1423` GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh `
24+
25+
26+ ## Redesign
27+
28+ This service will shortly be redesigned.
29+
30+ - Remove docker container shipping like functionality. Was only to make
31+ a better demonstration on Scope.
32+ - Read object from queue and provide feedback on status
33+ - See microservices-demo/orders and microservices-demo/shipping
You can’t perform that action at this time.
0 commit comments