MongoDB

12345678910111213141516
Across
  1. 3. MongoDB daemon
  2. 5. storing of a data set across instances
  3. 8. describes a data object in Javascript
  4. 9. A word describing something huge, for which MongoDB derives its name
  5. 13. using a JSON object to find documents in a collection
  6. 14. In SQL its reference by the word Row
  7. 15. method for retrieving documents from a collection
  8. 16. minimum number of instances in a cluster
Down
  1. 1. javascript CL tool
  2. 2. where like documents are stored
  3. 4. operator to replace the value of a field to the specified value
  4. 6. a non relational DB
  5. 7. method for saving a single document or an array of documents
  6. 10. option to update method, inserts a new document. if it can't find one to update
  7. 11. Storing data to a node instance based on a key
  8. 12. method to delete documents from a collection