Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Apr 13, 2021
1 parent 3391cc3 commit c3c33c7
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions streaming-etl-mongodb-snowflake/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ Create a cluster in MongoDB and Confluent Cloud - when you do so **make sure the
You should have credentials and endpoint details for the following. See local `.env` for values if it exists.

* Confluent Cloud
* Broker endpoint: CCLOUD_BROKER_ENDPOINT
* API Key: CCLOUD_API_KEY
* API Secret: CCLOUD_API_SECRET
** Broker endpoint: CCLOUD_BROKER_ENDPOINT
** API Key: CCLOUD_API_KEY
** API Secret: CCLOUD_API_SECRET

* MongoDB Atlas
* Endpoint: MONGODB_ENDPOINT
* Username: dbUser
* Password: MONGODB_PW
** Endpoint: MONGODB_ENDPOINT
** Username: dbUser
** Password: MONGODB_PW

* Snowflake
* Endpoint: SNOWFLAKE_ENDPOINT
* User: kafka
* Private key: SNOWFLAKE_PRIVATE_KEY
** Endpoint: SNOWFLAKE_ENDPOINT
** User: kafka
** Private key: SNOWFLAKE_PRIVATE_KEY

==== Accessing MongoDB Atlas

Expand Down Expand Up @@ -62,6 +62,8 @@ MongoDB Enterprise atlas-8rmbva-shard-0:PRIMARY>
Per https://docs.confluent.io/cloud/current/connectors/cc-snowflake-sink.html#generate-a-snowflake-key-pair[the connector documentation] create a local key pair.
Create necessary user and privileges on Snowflake, adding the private key generated above to the user.
== Setting up the local demo components
Expand Down

0 comments on commit c3c33c7

Please sign in to comment.