MongoDB is a document-oriented database.
2
votes
1answer
193 views
Is there a canonical book on MongoDB? [closed]
For a beginner who knows for example a little SQL and a dynamic language such as Python, is there a book that is widely considered to be canonical on MongoDB ?
2
votes
1answer
229 views
Is there an easy way to map directory structure to a MongoDB schema?
I'm trying to store a directory structure, including files and their content, in MongoDB. The work is part of a synching app, and is using in Node/Mongoose.
Now, I'm new to Mongo, and it's late here ...