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 +30
-3
lines changed Expand file tree Collapse file tree 1 file changed +30
-3
lines changed Original file line number Diff line number Diff line change 11[ ![ 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 )
23
3- queue-master
4- ---
4+ # queue-master
55
6- A microservices-demo service that processes the orders queue.
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.
9+
10+ This build is built, tested and released by travis.
11+
12+ # Test
13+
14+ ` ./test/test.sh < python testing file > ` . For example: `./test/test.sh
15+ unit.py`
16+
17+ # Build
18+
19+ ` GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh `
20+
21+ # Push
22+
23+ ` 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