Category Articles RSS Feed
How To Install CouchDB and Futon on Ubuntu 12.04
Viewed 2102 times since Sat, Jan 4, 2014
CouchDB, like Redis, Cassandra, and MongoDB, is a "NoSQL” database. Similar to other databases of its kind, CouchDB stores its information in a non-relational database, keeping its data in separate JSON documents. The advantage of this approach is... Read More
How To Install and Use Redis
Viewed 1560 times since Sat, Jan 4, 2014
Redis, developed in 2009, is a flexible, open-source, key value data store. Following in the footsteps of other NoSQL databases, such as Cassandra, CouchDB, and MongoDB, Redis allows the user to store vast amounts of data without the limits of a... Read More