Another Word For It Patrick Durusau on Topic Maps and Semantic Diversity

January 16, 2012

The Graph Traversal Pattern

Filed under: Graphs,Neo4j — Patrick Durusau @ 2:34 pm

The Graph Traversal Pattern by Marko A. Rodriguez and Peter Neubauer.

Abstract:

A graph is a structure composed of a set of vertices (i.e.nodes, dots) connected to one another by a set of edges (i.e.links, lines). The concept of a graph has been around since the late 19th century, however, only in recent decades has there been a strong resurgence in both theoretical and applied graph research in mathematics, physics, and computer science. In applied computing, since the late 1960s, the interlinked table structure of the relational database has been the predominant information storage and retrieval model. With the growth of graph/network-based data and the need to efficiently process such data, new data management systems have been developed. In contrast to the index-intensive, set-theoretic operations of relational databases, graph databases make use of index-free, local traversals. This article discusses the graph traversal pattern and its use in computing.

Cited in Graph Theory and Network Science and one of those bibliography items I have been meaning to pick up.

A good resource for understanding the importance of traversal in graph database applications.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress