1

I am currently using Tinkerpop 2.5 in my application to represent a graph in-memory and gremlin to query it. This application will go into production at end of July 2015. I am confused if I should use 2.5 or 3. Currently Tinkerpop 3.0.0 is in M7 release. I don't see any information on the GA release schedule.

4

1 回答 1

3

目前,TinkerPop 2.x 基本上只处于维护模式(即,我们通常在没有修复主要错误的情况下冻结开发)。所有的努力都集中在 TP3 上并将其提交给 GA。随着 TinkerPop 作为 Apache 项目迁移到新家,GA 已经有所延迟:http: //tinkerpop.incubator.apache.org/

不幸的是,我们无法确定 GA 何时可用,所以这让人们开始一个项目并试图在 TP2 和 TP3 之间做出选择有点困难。我可以说,如果你使用TP2,它的稳定性很好,支持它的厂商非常多。如果您使用 TP3,预计在 GA 的过程中 API 会出现一些混乱,请记住,目前,尽管许多供应商承诺在 GA 时提供 TP3 实现,但您并没有很多供应商对接口的支持到位:http ://www.tinkerpop.com/docs/3.0.0-SNAPSHOT/#_graph_vendors

更新:TinkerPop 3.x 于 2015 年 7 月发布到 GA,现在可以认为是生产就绪。自最初发布以来,已经发布了多个版本。最新进展可以在项目主页上找到:http: //tinkerpop.apache.org/

于 2015-02-03T13:55:10.707 回答