I already have json data, how to use mongodb to restore it, I am a novice, please give me some advice!
It is recommended that you google it yourself when you encounter a problem. There should be quite a few answers. If none of the known solutions work, it’s never too late to ask.
The mongoimport command (in the mongodb/bin directory) can import data, please see its documentation for details
Just import the data, you can search how to import.
It is recommended that you google it yourself when you encounter a problem. There should be quite a few answers.
If none of the known solutions work, it’s never too late to ask.
The mongoimport command (in the mongodb/bin directory) can import data, please see its documentation for details
Just import the data, you can search how to import.