-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The current version still says:
gunzip stations.json.gz
mongoimport --host=<hostname> --port=<port> --username=<username> --password=<password> --db=<mydb> --collection=stations stations.json
even when the format has been changed to bson.
It would be better to update it to somthing like:
gunzip stations.bson.gz
bsondump stations.bson > stations.json
mongoimport --host=<hostname> --port=<port> --username=<username> --password=<password> --db=<mydb> --collection=stations stations.json
jordanrule
Metadata
Metadata
Assignees
Labels
No labels