This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from microservices-demo/docs/readme
Correct Readme.
- Loading branch information
Showing
1 changed file
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,33 @@ | ||
[![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) | ||
# shipping | ||
A microservices-demo service that provides shipping capabilities. | ||
[![Build Status](https://travis-ci.org/microservices-demo/queue-master.svg?branch=master)](https://travis-ci.org/microservices-demo/queue-master) | ||
[![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) | ||
|
||
# queue-master | ||
|
||
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/test.sh < python testing file >`. For example: `./test/test.sh unit.py` | ||
|
||
`./test/test.sh < python testing file >`. For example: `./test/test.sh | ||
unit.py` | ||
|
||
# Build | ||
|
||
`GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh` | ||
|
||
# Push | ||
|
||
`GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` | ||
|
||
|
||
## Redesign | ||
|
||
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 |