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 c37d63f + 76c4a41 commit a71e66bCopy full SHA for a71e66b
sink-connector-lightweight/README.md
@@ -93,6 +93,13 @@ export metrics.port="8087"
93
export database.allowPublicKeyRetrieval="true"
94
```
95
96
+After the environment variables are set, start the docker container
97
+```
98
+cd sink-connector-lightweight
99
+cd docker
100
+docker-compose up -f docker-compose-mongo.yml
101
102
+
103
### Getting Started (Helm Charts)
104
#### Helm Charts
105
Update the MySQL/PostgreSQL and ClickHouse configuration values
0 commit comments