Skip to content

Commit 9d74c55

Browse files
Merge branch 'master' of github.com:InternetHealthReport/kafka-toolbox
2 parents 324611a + 2d86363 commit 9d74c55

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

psql/consumers/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ KAFKA_HOST=host:9092 DB_CONNECTION_STRING="host=127.0.0.1 db=ihr_db" python anom
6060

6161
- run AsHegemony.py
6262
```bash
63-
docker run --rm --name ix \
64-
-e KAFKA_HOST="kafka1:9092" \
65-
-e DB_CONNECTION_STRING="host=127.0.0.1 dbname=ihr_db" \
66-
internethealthreport/psql_consumers ASHegemony.py 4
63+
docker run --rm --name ihr_hegemony_sink_4 \
64+
-e KAFKA_HOST="kafka1:9092" -e DB_CONNECTION_STRING="host=momoka0.iijlab.net dbname=ihr" \
65+
internethealthreport/psql_consumers ASHegemony.py ihr_hegemony 4
6766
```
6867

6968
- or any other script.
@@ -74,4 +73,4 @@ docker run --rm --name ix \
7473

7574
```bash
7675
docker logs -f ix-container-name
77-
```
76+
```

0 commit comments

Comments
 (0)