Marko Rodriguez announced a new round of Tinkerpop Stack Releases today:
The TinkerPop stack went through another round of releases this morning.
- Blueprints 1.0 (Blueprints): = https://github.com/tinkerpop/blueprints/wiki/Release-Notes
- Pipes 0.8 (Cleaner): = https://github.com/tinkerpop/pipes/wiki/Release-Notes
- Frames 0.5 (Beams): = https://github.com/tinkerpop/frames/wiki/Release-Notes
- Gremlin 1.3 (On the Case): = https://github.com/tinkerpop/gremlin/wiki/Release-Notes
- Rexster 0.6 (Dalmatian): = https://github.com/tinkerpop/rexster/wiki/Release-Notes
- Rexster-Kibbles 0.6 = http://rexster-kibbles.tinkerpop.com
For those using Gremlin, Pipes, and Rexster, be sure to look through the release notes as APIs have changed slightly. Here are the main points of this release:
- Blueprints now has transaction buffers and Neo4jBatchGraph for bulk loading a Neo4j graph.
- Pipes makes use of FluentPipeline and PipeFunction which yields great expressivity and further opens up the framework to other JVM languages.
- Gremlin is ~2.5x faster in many situations and has relegated most of its functionality to Pipes and native Java.
- Rexster supports Neo4j High Availability and more updates to its REST API.