Bindings commercetools (#110)

* Adding sample for commercetools GraphQL binding

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>

* Updating top/level readme to include commercetools sample

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>

* Fixing some typos in the readme

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
This commit is contained in:
Harry Kimpel 2022-11-12 02:23:44 +01:00 committed by GitHub
parent 78eed72a81
commit 2ee2f6e6d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ dapr run --app-id bindings-pythonapp python3 app.py --components-path ../compone
### Observe Logs
1. Observe the Python logs, which show a successful output binding with Kafka:
1. Observe the Python logs, which show a successful output binding with commercetools:
```bash
[0m?[94;1m== APP == products found: 25
@ -102,7 +102,7 @@ expected_stdout_lines:
- 'app stopped successfully: bindings-nodeapp'
- 'app stopped successfully: bindings-pythonapp'
expected_stderr_lines:
name: Shutdown Dapr and Kafka
name: Shutdown Dapr
-->
```bash