banner
Dave Horner's Website - Yet another perspective on things...
Home Personal Random Thoughts non-relational databases (nosql)
If you appreciate the information found on this website, please drop me a line!

Who's Online

We have 16 guests online
Content View Hits : 1221332
moon and stars
How did you find my site?
 
How often do you answer random online questions?
 

Random Quote

Action expresses priorities.
--Mohandas Gandi
Zoo_2007_064
Chicago_Cederpoint_2004_012
P1010206
daynaanddad01

non-relational databases (nosql)

Tuesday, 20 April 2010 14:38

redis

redis - Project Hosting on Google Code - Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. Redis is written in ANSI C and works in most POSIX systems like Linux, *BSD, Mac OS X, Solaris, and so on.
bpollack/miniredis - GitHub - a small simplistic python implementation of miniredis written for win32 support.
Messaging with Redis and C# using ServiceStack « Simon Hampshire's Kraken Blog
Messaging with Redis and Node.js Using Node_Redis Client « Simon Hampshire's Kraken Blog

Cassandra

And her name was Cassandra!?!
The Apache Cassandra Project - Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems.
Cassandra Jump Start For The Windows Developer - Nick Berardi's Coder Journal
karlseguin's apollo at master - GitHub - Linq Provider for Cassandra
Last Updated on Sunday, 22 April 2012 22:42