From: Andrew Chilton To: Wellington Perl Mongers (Perl user group)Subject: [Wellington-pm] Some Redis Links (and other datastores) Hi everyone, Sorry I was a bit unprepared for talking last night, but hopefully it gave you some idea about what Redis can do. Here's some quick links if you're interested: * Project Homepage : http://code.google.com/p/redis/ * Repo : http://github.com/antirez/redis * Twitter Clone : http://retwis.antirez.com/ Some other key/value stores (document stores, non-relational, whatever you want to call them): * MongoDB : http://www.mongodb.org/display/DOCS/Home * Cassandra : http://incubator.apache.org/cassandra/ * CouchDB : http://couchdb.apache.org/ * Scalaris : http://www.onscale.de/scalaris.html * Tokyo Cabinet/Tyrant : http://riak.basho.com/ * Project Voldemort : http://project-voldemort.com/ * MemcachedDB : http://memcachedb.org/ * HBase : http://hadoop.apache.org/hbase/ Some in the cloud ones: * SimpleDB :http://aws.amazon.com/simpledb/ * AppEngine Datastore : http://code.google.com/appengine/docs/python/datastore/overview.html * BigTable : http://labs.google.com/papers/bigtable.html * Dynamo : http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html If anyone knows any more, I'd be keen to know about them. Lots seem to have cropped up over the last few years and I find it quite an interesting subject area at the moment. Cheers, Andy