We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 324611a + 2d86363 commit 9d74c55Copy full SHA for 9d74c55
psql/consumers/README.md
@@ -60,10 +60,9 @@ KAFKA_HOST=host:9092 DB_CONNECTION_STRING="host=127.0.0.1 db=ihr_db" python anom
60
61
- run AsHegemony.py
62
```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
+docker run --rm --name ihr_hegemony_sink_4 \
+ -e KAFKA_HOST="kafka1:9092" -e DB_CONNECTION_STRING="host=momoka0.iijlab.net dbname=ihr" \
+ internethealthreport/psql_consumers ASHegemony.py ihr_hegemony 4
67
```
68
69
- or any other script.
@@ -74,4 +73,4 @@ docker run --rm --name ix \
74
73
75
76
docker logs -f ix-container-name
77
-```
+```
0 commit comments