Help | Basic shell commands, non-json. |
db.help() | Basic json commands. |
show.help | Show commands, non-json. |
db.test.help() | Basic document manipulation commands. |
Load the command into mongo, we assume you are connected to mongo and have downloaded "mongo_queries.txt".
Execute in mongo, and look at the file too.
load("mongo_queries.txt")
Save the file : mongo_transaction.txt
Load the command into mongo, we assume you are connected to mongo and have downloaded "mongo_transactions.txt".
Execute in mongo, and look at the file too.
load("mongo_transactions.txt")
Save the file : mongo_accounts.txt
Load the command into mongo, we assume you are connected to mongo and have downloaded "mongo_accounts.txt".
Execute in mongo, and look at the file too.
load("mongo_accounts.txt")TODO: Read up on TLS, roles, and create user, and initial account.