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