Skip to content
okram edited this page Sep 25, 2011 · 15 revisions

Furnace is a graph algorithms package for Blueprints enabled graphs. There are numerous graph algorithms that have been developed over the history of graph theory and analysis. Unfortunately, most of these algorithms are designed for single-relational graphs. The purpose of Furnace is to expose property graphs (i.e. attributed, multi-relational graphs) to single-relational graph algorithms. In this way, developers are able to leverage high-level algorithms in their TinkerPop project.

Please join the Gremlin users group at http://groups.google.com/group/gremlin-users for all TinkerPop related discussions.

Clone this wiki locally