- Hadoop: 10 Tips & Tricks
“Via Cloudera: …”
- MongoDB: Scale Out Strategy Question
“Interesting recipe for moving from dedicated servers to the cloud with MongoDB: …”
- Why a DiY Big Data Stack is a Better Option
“Someone is hopefully kidding: …”
- Why NoSQL does not Impress Me
“Carl McDade: …”
- CouchDB: Sell it to Your Boss
“Use this video to sell CouchDB to your boss: it provides some good answers to high level questions that always live in the heads of C-level people. Plus is uses a good doze of buzzwords. …”
- Scalable NoSQL Databases
“Interesting break down of NoSQL databases: …”
- High Availability MySQL at Yahoo!
“Jay Jenssen talks about Yahoo!’s approach …”
- Extensive Riak Benchmarking at Mozilla Test Pilot
“Mozilla has previously published about their detailed plan and extensive investigation into Cassandra, HBase, and Riak that led to choosing Riak. This time they are publishing some extensive Riak benchmark results (against both Riak 0.10 and Riak 0.11 running Bitcask) — they are using Riak benchmarking code, included in the list of correct NoSQL benchmarks and performance evaluations solutions . Both the results, their analysis , and interpretation are fascinating. …”
- Pig: Making Hadoop Easy
“A short slide deck on the advantages of using Pig instead of MapReduce: …”
- MongoDB Case Study: From MySQL to MongoDB at GameChanger
“Kiril Savino explains in detail the evoluton of GameChanger from using MySQL to MongoDB: …”
- Redis: A Concurrency Benchmark
“It looks like it is one of these days related to NoSQL benchmarks , as Jak Sprats shared on the Redis group his concurrency benchmark. Even if the thread doesn’t give details about the hardware, size of keys and values, the results are impressive. …”
- Using Object Database db4o as Storage Provider in Voldemort
“Abstract : In this article I will show you how easy it is to add support for Versant’s object database, db4o in project Voldemort, an Apache licensed distributed key-value storage system used at LinkedIn which is useful for certain high-scalability storage problems where simple functional partitioning is not sufficient (Note: Voldemort borrows heavily from Amazon’s Dynamo, if you’re interested in this technology all the available papers about Dynamo should be useful). …”
- MongoDB and Auto Increment
“Chris Shiflett shares a solution to emulate the MySQL auto_increment with MongoDB. While you should read his post, the proposed solution is: …”
- Riptano and Quest Partnership for Cassandra
“When talking if a common query language for NoSQL databases would make sense , I’ve mentioned an interesting initiative from Quest Software, ☞ Toad for Cloud , that, through an indirection layer, would provide a SQL interface to NoSQL databases. There are still lots of open technical questions about such a tool, but I hope to clarify them shortly. …”
- CouchDB and Node.js
“Preparing for node.js Knockout [ 1 ] , a short tutorial on using CouchDB from node.js. The first one that starts with the CouchDB friendly HTTP protocol — I’d say that CouchDB, Riak, and RavenDB are offering probably the smartest and cleanest HTTP based APIs [ 2 ] : …”
- Membase History and Internals
“Matt Ingenthron (NorthScale) talking Membase history and internals. …”
- Redis Snippet for Storing the Social Graph
“We are leaving the Twitter, Facebook days, so a couple of days ago we were looking at two examples of storing friend lists in Redis and MySQL and wondering which one is simpler. Eric Florenzano ( @ericflo ) shared a Gist exemplifying storing a simple social graph in Redis: …”
- Couchio or CouchOne?
“There doesn’t seem to be a PR announcement (yet), but I’m hearing Couchio, the company started by CouchDB creators, is rebranding to CouchOne: …”
- CouchDB: A Gentle Introduction for Relational Practitioners
“Reads like a story: …”
- Normalization is from the devil
“Based on his experience building a document database, RavenDB , Ayende writes about data normalization: …”
- MySQL is Not ACID Compliant
“This is becoming a “ trend “: …”
- Think Twice Before Sharding
“Andrew Glover: …”
- MongoDB: Java Frameworks Compared
“Knut Haugen takes a look at MongoDB Java Driver, Morphia, and Mungbean: …”
- Redis: Java Libraries
“Staying in the Java land, I’ve put together this short list of Redis Java libraries as I’m looking myself for a stable one: …”
- BigCouch: Java Map-Reduce with CouchDB
“Feels like a conspiracy to have the 3rd Java related post today, but the one from Cloudant is quite big: …”
- NoSQL CouchDB founder turns to phone and cloud services
“Gavin Clarke (The Register): …”
- HBase GUI Admin: HBaseXplorer
“I haven’t seen any HBase admin tools before — except maybe Toad for Cloud , but that’s SQL on top of HBase. HBaseXplorer source code is available on ☞ GitHub . It currently supports the following features: …”
- Redis 2.0.1 Released, Bug Fixes
“Redis has a new bug fix release: …”
- 3 Reasons to Use MongoDB
“Ryan Angilly: …”
- NoSQL Databases Bring Stored Procedures Back In Fashion
“Very interesting parallel from Shahzad Bhatti: …”
- Redis: Support in Grails Reaches Milestone 1
“In February, while reviewing Grails support for NoSQL databases , I’ve listed CouchDB, HBase, Neo4j, and Google AppEngine. But siince then, many things have changed. Redis is now under VMWare’s umbrella too , so today’s announcement of adding support for Redis in Grails should not be a surprise: …”
- Node.js and MongoDB for Multiplayer Online Scrabble
“The complete story of the ☞ Scrabb.ly , a multiplayer online Scrabble, built during the 48 Node Knockout. The only part about MongoDB: …”
- Podcast: On HBase and Hadoop with Cloudera's Todd Lipcon
“Teaser: …”
- CouchDB for Android. iPhone Next?
“CouchDB got quite some press with the announcement of CouchOne Mobile [ 1 ] . In the light of the changes in Apple policy [ 2 ] , I am wondering if the iDevices (iPad, iPhone, iPod Touch) are next. …”
- CouchDB: Getting Started using PHP
“I hope you like this first sight of the CouchDB database. Couch have many other features, but the documents and views are the central part of the system : once those are well understood, the rest is easily understandable. The most difficult part, as said in the introduction, is to forget years of SQL thinking to build web applications. …”
- MongoDB: Tips & Tricks & Hacks
“Nice collection of (probably) not so well know MongoDB tips and tricks: …”
- Pomegranate: A Solution for Storing Tiny Little Files
“Storing small files is a problem that many (file) systems have tried to solve with different degrees of success. Hadoop has had to tackle this problem and came up with Hadoop archive . Pomegranate is a new distributed file system that focuses on increasing the performance of storing and accessing small files: …”
- CouchDB Reference to JS Functions, CommonJS modules, URL Rewrites
“Caolan McMahon shares the documentation he put together for CouchDB JavaScript functions, CommonJS modules that can be used in CouchDB design documents, and URL rewrites: …”
Post a Comment