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

Commit d17af17

Browse files
committed
Correct Readme.
1 parent 567d06e commit d17af17

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

README.md

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

0 commit comments

Comments
 (0)