0

Has anybody used Furnace(https://github.com/tinkerpop/furnace) with Tinkerpop blueprints? The library seems to have a number of good graph algorithms, but there are no examples on how to use them.

Michael Hunger
  • 41,339
  • 3
  • 57
  • 80
rusho1234
  • 241
  • 2
  • 12

1 Answers1

1

There are no official releases of Furnace and as such Furnace is highly experimental. Furnace is part of the 2.x line of TinkerPop technology. You would be better off looking at the TinkerPop 3.x line which takes the ideas in Furnace and rolls them into an improved computing model. TinkerPop 3 will be in official release pretty soon. You can read more about it here:

http://www.tinkerpop.com/docs/current/#_the_graphcomputer_api

stephen mallette
  • 45,298
  • 5
  • 67
  • 135