-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,8 @@ go get -v github.com/zaphiro-technologies/protobuf/[email protected] | |
|
||
## Examples | ||
|
||
For your convenience, in the [examples](examples) folder we provide both for | ||
Python and Go, code to: | ||
For your convenience, in the [examples](examples) folder we provide | ||
Go code to: | ||
|
||
- Produce and consume measurements (uses RabbitMQ streams). | ||
- Produce and consume faults (uses RabbitMQ exchanges). | ||
|
@@ -80,12 +80,6 @@ Python and Go, code to: | |
|
||
### Produce and consume measurements | ||
|
||
#### Python | ||
|
||
1. Set-up the infrastructure using `make docker-start`. | ||
1. Launch the producer `make produce-measurements-python` | ||
1. Launch the consumer `make consume-measurements-python` | ||
|
||
#### Go | ||
|
||
1. Set-up the infrastructure using `make docker-start`. | ||
|
@@ -114,12 +108,6 @@ consumer name: my_consumer, measurement_id: Dev0000-0007, measurement_time 17206 | |
|
||
### Produce and consume faults | ||
|
||
#### Python | ||
|
||
1. Set-up the infrastructure using `make docker-start`. | ||
1. Launch the producer `make produce-measurements-python` | ||
1. Launch the consumer `make consume-measurements-python` | ||
|
||
#### Go | ||
|
||
1. Set-up the infrastructure using `make docker-start`. | ||
|
Binary file not shown.