Note that there are some explanatory texts on larger screens.

plurals
  1. USACE
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COWhat is the "status" in this case? Could you provide perhaps an example of what you would like to see from the query results? I am unsure what the meaning of the fields are, could you clarify? Are the documents continually being pulled into mongodb, or are they created once and then continually updated? Sorry for all the questions, but I am not sure how to help you without understanding the situation more completely
      singulars
    2. COWhen a mongod instance is ready is logs something like "waiting for connections on port 27017". You could just tail the log waiting for that output line and then start running mongo restore once that message has been logged. Not sure if this is the best solution, but it should work
      singulars
    3. COTo extend what James said, I think you have something of a mis-understanding over what mongoimport is used for. Most of your interactions with mongodb will occur through a driver. The driver allows you to insert, update, and delete documents (objects) in your database through a specific language, in this case javascript. Mongoimport should not be used for normal insertions in your db, it is mainly used for importing data that has been exported from other sources, like other databases or applications.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload