microservices-demo/src/checkoutservice
sebright dc7effd601 adservice: find relevant ads by category (#61)
The ad service now returns ads matching the categories of the product that is
currently displayed.  Changes in this commit:

- List all products' categories in products.json.

- Pass the current product's categories from the frontend to the ad service when
  looking up ads.

- Store a statically initialized multimap from product category to ad in the ad
  service.

- Return all ads matching the given categories when handling an ads request.
  The ad service continues to return random ads when no categories are given or
  no ads match the categories.
2018-10-01 22:44:56 -07:00
..
genproto adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00
money go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
.dockerignore go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
Dockerfile grpc: implement health check in go services (#27) 2018-09-20 10:31:31 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
Gopkg.lock Change log format to JSON and log destination to stdout (#48) 2018-09-25 16:43:17 -07:00
Gopkg.toml Change log format to JSON and log destination to stdout (#48) 2018-09-25 16:43:17 -07:00
main.go 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

checkoutservice

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

dep ensure --vendor-only