Skip to content

Commit

Permalink
remove python
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Jul 11, 2024
1 parent df16ff3 commit 3bce396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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`.
Expand Down Expand Up @@ -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`.
Expand Down
Binary file removed examples/go/faults/__debug_bin293364222
Binary file not shown.

0 comments on commit 3bce396

Please sign in to comment.