NoSQL

  • submit to reddit

Neo4j Graph Database vs MySQL

For my social news stream application I am heavily thinking about the right software to support my backend. After I designed a database model in MySQL I...

6 replies - 7330 views - 12/26/11 by René Pickhardt in Articles

Virgil: a GUI and REST layer for Cassandra

Love Cassandra? Love REST?Wish you could have both at the same time?Now you can.After much discussion, I'm happy to announce the birth of a new project,...

2 replies - 4949 views - 12/22/11 by Brian O' Neill in Articles

HBase Schema Design - Things you need to know

When designing schemas for HBase, be it from scratch or porting an existing application over from a relational database for example, there are a set of...

0 replies - 6553 views - 12/21/11 by Mitch Pronschinske in Videos

The Simple Magic of Consistent Hashing

 The simplicity of consistent hashing is pretty mind-blowing. Here you have a number of nodes in a cluster of databases, or in a cluster of web caches. How...

0 replies - 7026 views - 12/20/11 by Mathias Meyer in Articles

A Survey on Graph Databases for Java Developers

Graph Databases were also discussed in my previous entry about NoSQL databases. Two other valuable surveys about graph databases are a post in ReadWriteWeb and...

4 replies - 8689 views - 12/19/11 by Mitch Pronschinske in Articles

Domain modeling with Spring Data Neo4j [code]

Hi all, Willie here. Last time I told you that I’m building the Skybase CMDB using Neo4j and Spring Data Neo4j, and I was excited to get a lot of positive...

0 replies - 8654 views - 12/19/11 by Willie Wheeler in Articles

Neo4j and GWT Based Social News Feed Demo on Wikipedia Graph Running

Hey everyone, I can finally demonstrate the neo4j and gwt system that I have been blogging about over the last weeks here and here. But please find the demo...

0 replies - 4392 views - 12/19/11 by René Pickhardt in Articles

Cassandra for LOBS

Database storage is expensive. This is especially true if you build a traditional SAN based M+N cluster. The cost of the storage array, fiber channel...

1 replies - 4902 views - 12/18/11 by Dan Pritchett in Articles

HBase, Cassandra, and MongoDB - How They Recover From a Failure

Operational stability and availability are a big deal when your application starts to handle the large, unstructured volumes of data that NoSQL solutions are...

1 replies - 9022 views - 12/15/11 by Mitch Pronschinske in Articles

Global vs. Local Graph Ranking

Graph ranking algorithms are all about mapping a complex graphical structure to a numeric vector. For a given algorithm, a single numeric value in the...

3 replies - 5861 views - 12/14/11 by Marko Rodriguez in News

MongoDB Java DAO Generator – GuiceyData

One of the best things about MongoDB is the lack of an enforced schema for collections. This flexibility gives developers a lot of power in how they work...

1 replies - 6189 views - 12/13/11 by Matt Insler in Articles

Weekly Algorithm: Property Graph Algorithms

The term property graph has come to denote an attributed, multi-relational graph. That is, a graph where the edges are labeled and both vertices and edges...

0 replies - 6463 views - 12/13/11 by Marko Rodriguez in Articles

MongoDB’s Storage Engine Bit by Bit

I made the trip to Santa Clara for 10gen’s big MongoDB conference, MongoSV, and I thought it’d be fun to report back on the event for those of you who...

0 replies - 6168 views - 12/12/11 by Mike Dirolf in Articles

Pagination and Querying in Cassandra

Cassandra pagination has been the subject of several blogs elsewhere as well. In particular this excellent blog by Michael Kopp details how this can be...

1 replies - 5026 views - 12/12/11 by Buddhika Chamith in Articles

Riak with node.js

Lots of interesting applications are being developed nowadays with the combination of node.js and a NoSQL store.  Learn how to use Riak from...

0 replies - 4116 views - 12/10/11 by Mitch Pronschinske in Videos