README: add adservice to services list + diagram

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-08-22 17:11:53 -07:00
parent f35fdbcac3
commit 4683ee449c
No known key found for this signature in database
GPG Key ID: 5C02521D7B216AD6
2 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).
| [emailservice](./src/emailservice) | Python | Sends users an order confirmation email (hypothetically😇). |
| [checkoutservice](./src/checkoutservice) | Go | Retrieves user cart, prepares order and orchestrates the payment, shipping and the email notification. |
| [recommendationservice](./src/recommendationservice) | Python | Recommends other products based on what's given in the cart. |
| [adservice](./src/adservice) | Java | Provides text ads based on given context words. |
| [loadgenerator](./src/loadgenerator) | Python/Locust | Continuously sends requests imitating realistic user shopping flows to the frontend. |

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 78 KiB