Search
Follow Us

Follow nosqldatabases on Twitter Follow nosqldatabases on Facebook Follow nosqldatabases on Google Buzz Follow nosqldatabases on LinkedIn Follow nosqldatabases on FeedBurner NoSQL presentations on slideshare

Sponsors

Become a sponsor of NoSQLDatabases.com. Contact us to find out how.

Featured Jobs

 

Follow On Facebook
Recent NoSQL News

Advertisments

Entries in Tutorial (3)

Friday
Mar252011

Using Redis with Ruby on Rails

Jim Neath has written a brief tutorial about getting started with Redis and Ruby on Rails. Needless to say I believe the following quote sums up Jim's feeling about Redis

Redis is fucking awesome.

Key topics discussed in the tutorial include:

Click to read more ...

Monday
Oct182010

MongoDB on Ubuntu with Ruby

No real big write required for this post other than this is a good post giving detailed instructions for installing MongoDB on Ubuntu. In addition, the post details how to use Ruby with MongoDB as well.

Read more: Setting up MongoDB on Ubuntu 10.04 and trying it out with Ruby

Wednesday
Sep292010

Using Python with CouchDB

LinuxPlanet has a tutorial on their site for using CouchDB with Python. Admittingly, the tutorial is light on installation and start-up details. However, they more than make up for it with their descriptions of CouchDB's usage of MapReduce and views.

Read the whole tutorial here