NoSQL Zone is brought to you in partnership with:
  • submit to reddit
Ben Kepes06/20/12
3413 views
0 replies

Weighing the Pros and Cons of NoSQL on the Cloud

This article weighs the pros and cons of NoSQL adoption by the likes of Facebook, Twitter, and Digg.

Eric Genesky06/20/12
2627 views
0 replies

Help the Neo4j Team Testing the Cypher-JDBC-Driver

Rickard Öberg did a lab project last December developing a first prototype of a JDBC driver that connects to the Neo4j Server Cypher endpoint.

Kristina Chodorow06/19/12
4306 views
0 replies

Time-to-Live Collections with MongoDB

Kristina Chodorow presents another great post on MongoDB; this time with a Princess Bride theme.

Max De Marzi06/19/12
1760 views
0 replies

Bringing Personalization to Your Apps Using Cypher

When we are looking at an unregistered user (somebody just browsing the site) using the Item based recommendation we already built is all we have to go on.

Rick Copeland06/19/12
4570 views
0 replies

Get to Know GridFS: The MongoDB Filesystem

A great intro to GridFS, a convention and API (not something native to your server), and how you can use it from Python

Kathiravelu Pra...06/18/12
1718 views
0 replies

Issues Migrating Cassandra Using DataStax / Sqoop

If you fail to indicate the primary key to sqoop, the following exception will be thrown; a similar issue arises without properly starting Cassandra.

Manik Surtani06/18/12
3335 views
0 replies

Introducing Distributed Execution and MapReduce Framework

In case you did not pay attention to the area of large scale distributed computing – there is a revolution going on! It is becoming increasingly evident that the software ecosystems built around so called Big Data are at the forefront of cloud computing innovation.

John Esposito06/18/12
3163 views
0 replies

An Interview with Brian O'Neill, Author of the *New Cassandra Refcard*

Brian leads design and development of a Master Data Management (MDM) solution for the Health Market industry. The solution runs on a Big Data platform powered by Cassandra. He recently contributed a RefCard on Cassandra to DZone.

Ayende Rahien06/17/12
2821 views
0 replies

What's Up with Umbraco's NHibernate Pullout?

In response to the following tweet: "What's your take on the filure to get Umbraco CMS v5 performing on top of NHibernate? The project folded today . . ."

Ralf Becher06/16/12
5209 views
0 replies

Working with Graph Data from Neo4j in QlikView

Now we can use graph data in a business intelligence / business discovery solution like QlikView to do some more business related analytics.

Mark Needham06/15/12
4380 views
0 replies

An Interesting Example of Imperative Versus Functional Thinking with Neo4j

Thinking about this problem imperatively, these nodes seem to belong together, but this changes when considering the problem functionally.

Davy Suvee06/14/12
3014 views
0 replies

Amazing Algoritms: A MongoDB Example (Part 2)

This time, garudad takes a look at MongoDB's built-in map-reduce functionality to solve a specific Chemoinformatics problem.

Chad Lung06/14/12
2518 views
0 replies

Paging through an ATOM feed using Node.js, CoffeeScript, MongoDB and Atom Hopper

This post uses the above tools in order to page through the ATOM feed; includes all code.

Davy Suvee06/13/12
4432 views
0 replies

Amazing Algorithms with NoSQL: A MongoDB Example

In this article, I try to illustrate my point, by employing NoSQL, and more specifically MongoDB, to solve a specific Chemoinformatics problem in a truly elegant and efficient way.

Eric Genesky06/13/12
3399 views
0 replies

Announcing Neo4j 1.8M04

The Neo4j 1.8 Milestone 4 updates capabilities of the core Traversal Framework as well as offering new ways to use paths in Cypher.

Paul Hammant06/13/12
6328 views
0 replies

NoSQL for Storage, Relational for Reporting? No Friggin' Way.

How nice it would be if one could transparently create/maintain relational record sets for document writes.

Kelvin Tan06/12/12
1815 views
0 replies

How to Boost Documents from within Solar using MongoDB

Including all the necessary code, just open solrconfig.xml and declare your ValueSourceParser . . .

Adrian Hills06/12/12
3385 views
0 replies

Playin' Around with Riak and .NET

After working with MongoDB and .NET, this user wanted to give Riak a try.

Steve Francia06/12/12
3115 views
0 replies

On MongoDB, Hadoop, and Humongous Data

Learn how to integrate MongoDB with Hadoop for large-scale distributed data processing. Using Hadoop’s MapReduce and Streaming you will learn how to do analytics and ETL on large datasets with the ability to load and save data against MongoDB. With...

Ayende Rahien06/11/12
2876 views
0 replies

On Scalable RavenDB Applications

RavenDB is a 2nd generation document database for the .NET platform. It has been used in production since 2010 and is probably the nicest database that you’ll get to meet, even if this is said by its author. I have written articles before...

Rick Copeland06/11/12
2343 views
0 replies

How Python MongoDB Toolkit Ming Can Ease Schema Maintenance

Entrance into the realm of NoSQL databases, specifically MongoDB, requires that you give up a sense of structure. SourceForge's Ming helps deal with this problem for Python users.

Eric Genesky06/11/12
4881 views
1 replies

GraphConnect Conference Visualizes Graph Leadership

The GraphConnect conference, sponsored by Neotechnology, celebrates everything graphy.

René Pickhardt06/10/12
2368 views
0 replies

Retrieve Top-k News Feeds for Social Network Users with Graphity

I already said that my first research results have been submitted to SIGMOD conference to the social networks and graph databases track. Time to sum up the results and blog about them. you can find a demo of the system here

Ayende Rahien06/09/12
2138 views
0 replies

Announcement: Upcoming RavenDB Training

From Stockholm to Munich to Philly, RavenDB training is being offered on both sides of the pond.

Singaram Subramanian06/08/12
9836 views
0 replies

The Role of NoSQL at Twitter

How do they use Scribe, Hadoop / Pig, HBase, Cassandra, and FlockDB for data analytics?