O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
More data analysis efforts seem to go bad because of an excess of sophistication rather than a lack of it.
This may come as a surprise, but it has been my experience again and again. As a consultant,...
There are several strategies one can implement for replica placement when working with Cassandra. The following excerpt from Cassandra: The Definitive Guide offers some insight into choosing which one...
There are several differences between Cassandra’s model and query methods compared to what’s available in RDBMS (relational database management system), and these are important to keep in mind. Th...
Apache Cassandra is an open source distributed database management system. Despite it's sophisticated design and smart features, it is not the right tool for every job. In this excerpt from Cassan...
The topic of "unstructured data" came up during my recent interview with IBM researcher Julia Grace. It's an on-the-rise concept, particularly in data circles, and I asked Grace how she would describe...
The following excerpt from Windows PowerShell Cookbook, Second Edition shows you how to efficiently run a simple task on large amounts of data. One of the major benefits of PowerShell is its capabilit...
Answered by dampier : Dec 10 2010 09:41 PM
MongoLab is doing an elegant job of putting a RESTful facade on top of MongoDB.
The API is clean and lightweight, and of course with MongoDB interactive / ad-hoc queries are not a problem.
MongoLab ... full answer >
Here's an overview of my approach to creating good information visualizations.
As with any creative endeavor, most of the rules of writing and design (think first, implement second) are broadly ...
Properties added to an object or DOM node at runtime (called expandos) exhibit a number of issues because of flawed garbage collection implementations in some web browsers. This excerpt from jQuery Co...
There are many ways to grab external data in R. This excerpt from Joseph Adler's R in a Nutshell will show you just how versatile R can be when it comes to gathering data.
One of the nicest thing...