http://www.danga.com/memcached/
http://www.monkey.org/~provos/libevent/
http://code.activestate.com/recipes/425975/
All of the interesting technological, artistic or just plain fun subjects I'd investigate if I had an infinite number of lifetimes. In other words, a dumping ground...
Wednesday, 27 May 2009
Wednesday, 20 May 2009
Tuesday, 12 May 2009
Monday, 11 May 2009
HBase: Bigtable-like structured storage for Hadoop HDFS
http://wiki.apache.org/hadoop/Hbase
Just as Google's Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Hadoop Core. Data is organized into tables, rows and columns. An Iterator-like interface is available for scanning through a row range (and of course there is the ability to retrieve a column value for a specific key). Any particular column may have multiple versions for the same row key.
Wednesday, 6 May 2009
Subscribe to:
Posts (Atom)