ALL COVERED TOPICS

NoSQL Benchmarks NoSQL use cases NoSQL Videos NoSQL Hybrid Solutions NoSQL Presentations Big Data Hadoop MapReduce Pig Hive Flume Oozie Sqoop HDFS ZooKeeper Cascading Cascalog BigTable Cassandra HBase Hypertable Couchbase CouchDB MongoDB OrientDB RavenDB Jackrabbit Terrastore Amazon DynamoDB Redis Riak Project Voldemort Tokyo Cabinet Kyoto Cabinet memcached Amazon SimpleDB Datomic MemcacheDB M/DB GT.M Amazon Dynamo Dynomite Mnesia Yahoo! PNUTS/Sherpa Neo4j InfoGrid Sones GraphDB InfiniteGraph AllegroGraph MarkLogic Clustrix CouchDB Case Studies MongoDB Case Studies NoSQL at Adobe NoSQL at Facebook NoSQL at Twitter

NAVIGATE MAIN CATEGORIES

Close

graphdb: All content tagged as graphdb in NoSQL databases and polyglot persistence

NoSQL Frankfurt: A Quick Review of the Conference

Yesterday was the NoSQL Frankfurt conference and today we have the chance to review some of the slide decks presented.

Beyond NoSQL with MarkLogic and The Universal Index

Nuno Job (@dscape) has presented on MarkLogic — an XML server we haven’t talked too much about, its universal index, and a couple of other interesting features.

The GraphDB Landscape and sones

Achim Friedland (@ahzf) has provided a very interesting overview of the graph databases products, the goals and some scenarios for graph databases, a brief comparison of property graphs with other models (relational databases, object-oriented, semantic web/RDF, and many other interesting aspects.

Data Modeling with Cassandra Column Families

Gary Dusbabek (@gdusbabek) has covered data modeling with Cassandra (the topic I’m still finding to be one of the most complicated).

Neo4j Spatial - GIS for the rest of us

Peter Neubauer (@peterneubauer) covered another interesting topic in the data space: geographic information (GIS) in graph databases.

Even if GISers suggested this integration some time ago Neo4j announced recently support for GEO.

Cassandra vs Redis

Tim Lossen (@tlossen) slides compare Cassandra and Redis from the perspective of a Facebook game requirements. All I can say is that the conclusion is definitely interesting, but you’ll have to check the slides by yourselves.

Mastering Massive Data Volumes with Hypertable

Doug Judd — who impressed me with his fantastic Hypertable: The Ultimate Scaling Machine at the Berlin Buzzwords NoSQL conference — gave a talk on Hypertable, its architecture and performance. The presentation also mentioned two Hypertable case studies: Zvents (an analytics platform) and Reddiff.com (spam classification)[1]:

More presentations will be added as I’m receiving them.


  1. Just recently I’ve posted about Hadoop being used for spam detection.  ()

Original title and link: NoSQL Frankfurt: A Quick Review of the Conference (NoSQL databases © myNoSQL)


Graph Databases: What Are They and Where do They Fit

InfoQ’s Jonathan Allen talking to Daniel Kirstenpfad, founder and CTO of sones GmbH, creators of sones GraphDB:

Jonathan Allen: Can you explain what a graph databases is and why developers would choose one over a tradition database?

Daniel Kirstenpfad: […] o unlike other database approaches which only implicitly can form a graph structure a graph database explicitly represents a graph. And while other databases need to use indices and relational helpers (like relational tables which are coupled using JOINs) a graph database can traverse from one object to the next objects because those objects are organized to have index free adjacency.

While experimenting with another graph database, neo4j, I’ve found the lack of implicit direct node referenceability quite awkward.

Original title and link: Graph Databases: What Are They and Where do They Fit (NoSQL databases © myNoSQL)

via: http://www.infoq.com/news/2010/09/Graph-Databases


Microsoft Azure and NoSQL Databases: MongoDB, sones GraphDB, and RavenDB

Looks like today is the day of the NoSQL databases in the Microsoft cloud. After covering how to run MongoDB on Azure and today’s guide to running sones GraphDB on Azure, the third one joining the party is RavenDB:

The short answer was, with the current build, no. RavenDB uses the .NET HttpListener class internally, and apparently that class will not work on worker roles, which are restricted to listening on TCP only.

[…]

I have to sign a contribution agreement, and do some more extensive testing, but I hope that Ayende is going to pull my TCP changes into the RavenDB trunk so that this deployment model is supported by the official releases.

So, two document stores and a graph database are already available for Microsoft Azure. Which one is next?

Microsoft Azure and NoSQL Databases: MongoDB, sones GraphDB, and RavenDB originally posted on the NoSQL blog: myNoSQL

via: http://blog.markrendle.net/2010/08/running-ravendb-on-azure.html


sones GraphDB available on Microsoft Windows Azure

sones GraphDB available in the Microsoft cloud:

The sones GraphDB is the first graph database which is available on Microsoft Windows Azure. Since the sones GraphDB is written in C# and based upon Microsoft .NET it can run as an Azure Service in it’s natural environment. No Wrapping, no glue-code. It’s the performance and scalability a customer can get from a on-premise hosted solution paired with the elasticity of a cloud platform.

You can read a bit more about it ☞ here.

In case you’ve picked other graph database, you can probably set it up with one of the cloud providing Infrastructure-as-a-Service.

sones GraphDB available on Microsoft Windows Azure originally posted on the NoSQL blog: myNoSQL


InfiniteGraph Graph Database Reaches 1.0 Release

Firstly announced just a bit over a month ago, InfiniteGraph, the graph database from Objectivity, has already reached the 1.0 release. At this time I don’t have yet the details of these release.

InfiniteGraph offers a 2-month free version to developers requiring afterwards a $999/year license. According to this comparison of NoSQL graph databases, I cannot say that’s the most “generous” offer in the graph database market.


Video: Emil Eifrem about NoSQL and the Benefits of Graph Databases

InfoQ[1] style!


  1. The presentation is great, but as a disclaimer please keep in mind I’m the co-founder of InfoQ.com. I also have a hint: InfoQ just added the possibility to watch presentations in both vertical and horizontal mode. Hope you’ll like it!  ()

via: http://www.infoq.com/presentations/Neo4j-NOSQL-and-Graph-Databases


sones Releases First Open Source Version of GraphDB

sones the producer of a (until now) commercial closed source graph database has released recently its first open source version of GraphDB. This new version, GraphDB 1.1, is available under both a GNU AGPLv3 open source license and a proprietary commercial license.

GraphDB source code is already available on ☞ GitHub. Even if developed in C#, the GitHub project page contains clear instructions on how to built sones GraphDB for Linux and MacOS (requires Mono).

You can get a feel of how using sones GraphDB compares to other graph databases by looking at this example code implemented with sones GraphDB, InfoGrid, Neo4j, and Filament. And before downloading sones GraphDB 1.1, you should also check this useful GQL cheatsheet (the sones GraphDB query langauge) in PDF format:

Last, but not least, sones guys have started to publish ☞ a tutorial in the form of a series of articles that puts CrunchBase data to work in a graph database environment.

Time to hit the ☞ GitHub page and get sones GraphDB while it’s hot! Good move sones!

Update: In case you are wondering why having sones GraphDB open source version is not just cool, but really useful, here is a possible answer.

Until now, if you wanted to use a graph database, you only had one of these options

Now, sones GraphDB not only opens the doors to graph databases to .NET developers, but it also features a REST interface like Neo4j making it accessible to more programming environments.