Category Archives: MongoDB

A Quick Intro to mongosniff

Kristina (MongoDB’s author of the PHP and Perl driver) has published a quick and excellent introduction to mongosniff. Writing an application on top of a framework on top of a driver on top of the database is a bit like … Continue reading

Posted in MongoDB | Leave a comment

Mongo Boston: Who’s coming?

via Mongo Boston: MongoDB conference in Boston, MA. Meghan just announced on the New York Mongo mailing list that they are organizing a MongoDB conference in Boston. NYC to Boston is a nice road trip and the price is right… I’m … Continue reading

Posted in MongoDB | Leave a comment

Auto Increment with MongoDB

Chris Shiflett just posted a great summary on how he was able to achieve auto-incrementing identifiers in MongoDB. We are currently working on an app that uses a number of technologies, including PHP, Python, and MongoDB. Recently, a need arose … Continue reading

Posted in MongoDB | Leave a comment

Random Documents in MongoDB

An article hit my radar today about finding a random document in a MongoDB collection. Eric (as well as myself) is bothered that there’s no clean way of capturing a random document in a collection: One of my issues with … Continue reading

Posted in MongoDB | Leave a comment