microservices-demo/src/shippingservice
rghetia 54f0a8d058 add jaeger support for productcatalog and shipping. (#126) 2019-01-22 09:56:39 -08:00
..
genproto adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00
.dockerignore go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
Dockerfile grpc: bump health-probe to v0.2.0 (#71) 2018-10-09 15:54:55 -07:00
Gopkg.lock add jaeger support for productcatalog and shipping. (#126) 2019-01-22 09:56:39 -08:00
Gopkg.toml Change log format to JSON and log destination to stdout (#48) 2018-09-25 16:43:17 -07:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
genproto.sh Add more license headers 2018-07-25 21:25:27 -07:00
main.go add jaeger support for productcatalog and shipping. (#126) 2019-01-22 09:56:39 -08:00
quote.go Change log format to JSON and log destination to stdout (#48) 2018-09-25 16:43:17 -07:00
shippingservice_test.go go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
tracker.go Add more license headers 2018-07-25 21:25:27 -07:00

README.md

Shipping Service

The Shipping service provides price quote, tracking IDs, and the impression of order fulfillment & shipping processes.

Local

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only

Build

From repository root, run:

docker build --file src/shippingservice/Dockerfile .

Test

go test .