microservices-demo/src/currencyservice
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
..
proto adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00
.dockerignore Fix bugs 2018-06-22 14:51:01 -07:00
.gitignore Initial commit 2018-06-22 13:43:39 -07:00
client.js Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
Dockerfile Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
genproto.sh Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
package-lock.json Instrumented everything but Python 2018-07-16 14:29:14 -07:00
package.json Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
server.js Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00