Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 8a2b8c9

Browse files
author
Phil Winder
authored
Merge pull request #2 from microservices-demo/docs/readme
Correct Readme.
2 parents 254d5ed + bb24838 commit 8a2b8c9

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
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

510
This 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

0 commit comments

Comments
 (0)