Getting Started with MongoDB and Ruby

Courtesy Ruby Inside  Tue, 06/30/2009 - 17:45

mongo mapper MongoDB a is a high-performance, open source, schema-free, document-oriented database written in C++.

It's sort of a cross between scalable key/value stores and traditional functionality-rich relational databases.

MongoDB might be useful as a fast, simple, non-transactional data store for a web application, or as a caching mechanism.

You don't ever need to worry about migrations due to Mongo's schema-less nature.

Getting started with MongoDB using Ruby is now fairly straightforward thanks to the Mongo Ruby driver ...


 

More related items

PHP mysqli quickstart is online! - Ulf Wendel
New in the PHP manual: a mysqli quickstart. You are new to PHP but you know how to code, you know SQL, you know relational databases and MySQL? Then, I hope, this is for you. All you need is...

PHPMaster.com: PHP Master: Writing Cutting-Edge Code
On PHPMaster.com today (disclaimer: PHPMaster is a SitePoint website) Timothy Boronczyk has posted a review of SitePoint's latest offering for PHP developers - Writing Cutting-Edge Code (by...

Speaking at ZendCon 2011 - Bradley Holt
I’m happy to say that I will be speaking at this year’s ZendCon—the Zend PHP Conference for Developers. I’ll be presenting a tutorial on Learning CouchDB during the first day of the...


 

Post new comment

The content of this field is kept private and will not be shown publicly.
computer-internet.marc8.com