Skip to content

Commit b3fff3f

Browse files
authored
Update README.md
1 parent 3ab2e52 commit b3fff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoExamples/DynamoDB/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To load the data into the Autonomous JSON Database, we will use `mongoimport`.
8080
```
8181
gunzip --stdout ./data/tsbjkabcrunxjklwod7noqdy.json.gz | \
8282
java -jar target/DynamoToEJson.jar | \
83-
mongoimport --uri 'mongodb://admin:<password>!@NNRTBQRBDZWLH1O-XYZ.adb-preprod.us-phoenix-1.oraclecloudapps.com:27016/admin?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false' --collection=example --writeConcern '{w:0}'
83+
mongoimport --uri 'mongodb://admin:<password>!@NNRTBQRBDZWLH1O-XYZ.adb.us-phoenix-1.oraclecloudapps.com:27016/admin?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false' --collection=example --writeConcern '{w:0}'
8484
```
8585

8686
* `gunzip` uncompresses the file and prints it to standard output

0 commit comments

Comments
 (0)