colwin / queue-master

A microservices-demo service that processes the orders queue

Home Page:https://github.com/microservices-demo/microservices-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

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

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

About

A microservices-demo service that processes the orders queue

https://github.com/microservices-demo/microservices-demo

License:Apache License 2.0


Languages

Language:Java 70.5%Language:Python 16.0%Language:Shell 9.1%Language:Dockerfile 4.4%