InfoQ

InfoQ

Topic/Tag specific view

Graph Database Content on InfoQ


Latest featured content about Graph Database

Using MongoDB on Mono

Topics
NoSQL,
Database Design,
Big Data,
SQL Server

Justin Dearing presents a brief introduction to MongoDB, and focuses on interacting with it in Mono via the official 10gen driver. Techniques for handling business logic in application code, such as LINQ are discussed. This is a very code centric talk.

News about Graph Database

MongoGraph Brings Semantic Web Features to MongoDB Developers

Topics
NoSQL,
Data Access,
Architecture

MongoGraph from AllegroGraph brings semantic web features to MongoDB developers. They implemented a MongoDB interface to AllegroGraph database to give Javascript programmers both joins and the semantic web capabilities. InfoQ spoke with AllegoGraph CEO Jans Aasman about this new approach and how it helps the NoSQL developers.

Graph Database Neo4j Updates Licensing and Enhances Usability

Topics
NoSQL,
Java,
Database Design

Neo Technology has released version 1.3 GA (General Availability) of Neo4j. This release updates Neo4j's licensing and adds a number of features. The Community edition is now licensed under GPLv3, the same license as MySQL.

Trinity: Microsoft Research’s Hypergraph Database

Topics
Data Access,
.NET

MS Research has begun working on its own graph database, Trinity. Graph databases store data in terms of nodes and edges instead of rows and columns, making them quite effective for loosely and arbitrarily connected data. Hypergraphs extend this by allowing one edge to connect multiple nodes. Potentially uses for this included social networks, movie recommendations, and related product searches.

A Case for Graph Databases

Topics
Data Warehousing,
.NET,
Database Design

We talk with Daniel Kirstenpfad, founder and CTO of sones GmbH, about Graph Databases and how they can better model some types of data such as relations in a social networking application. A graph database can offer performance benefits over other types of databases because they explicitly represent a graph and are organized to have index free adjacency.

Presentations about Graph Database

Introduction to Spring Data Neo4j

Topics
NoSQL,
Big Data

Michael Hunger discusses graph databases and the need for them in the larger context of NoSQL data stores, introducing Spring Data, Neo4j, and Spring Data Neo4j.

Using A Graph Database To Power The “Web of Things”

Topics
NoSQL,
Modeling,
Database Design

Rick Bullotta and Emil Eifrem discuss how to use graph databases to model the real world, people, systems and things, talking advantage of the relationships between various data elements.

HyperGraphDB - Data Management for Complex Systems

Topics
NoSQL,
Database Design,
Data Access,
Architecture

Borislav Iordanov presents the architecture of HyperGraphDB, a special type of store based on hypergraphs – graphs with edges pointing to an arbitrary number of nodes and to other edges, comparing it with other graphs databases and its relationship to other NoSQL stores.

Interviews about Graph Database

Emil Eifrem on Neo4j and Graph Databases

Topics
NoSQL,
Data Access,
Ruby,
Java,
Database Design,
Persistence,
Architecture

Emil Eifrem explains graph databases, what domains they fit well, and the state of Neo4j. Also: how graph databases stack up against RDBMs.