File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ To load the data into the Autonomous JSON Database, we will use `mongoimport`.
8080```
8181gunzip --stdout ./data/tsbjkabcrunxjklwod7noqdy.json.gz | \
8282java -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
You can’t perform that action at this time.
0 commit comments