imbajin commented on issue #2772: URL: https://github.com/apache/incubator-hugegraph/issues/2772#issuecomment-2908399125
> > > > Gremlin-Server 兼容 3.5.1 谢谢, 3.7.3 是最新版等待今年看看是否能升级兼容 > > > > 你好,GremlinServer 不直接暴露给用户; 我可以单独部署gremlinServer链接hugeGraph么? > > > > > > > > >  > > > > > > 理论上当然可以, 但有些报错之类的可能得自己调试下, 如另一个 issue 回复的, 不太清楚这样做的必要性是什么 > > 你可以用 AI 代码助手帮你基于 hugegraph 仓库的目前实现自己写一个倒是, 另外文档是很早之前更新的, 现在 server 支持分布式了. > > 使用tinkerpop客户端的原因是 如果以后切换图数据库,不会更改代码,只要是像hugeGraph支持tinkerpop语法的就可以 > >  1. 新的 Hubble 图可视化地址: https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-hubble/ 2. 可以把相关问题汇总一下, 看你已经 close 其他的了 > 使用tinkerpop客户端的原因是 如果以后切换图数据库,不会更改代码,只要是像hugeGraph支持tinkerpop语法的就可以 Get, 但实际上因为不同 TP 版本不同, 以及各家其实多少都会有一些 Gremlin 的定制化, 这个复用可能是会遇到一些预期外的问题 包括 ID 类型, 不同的 ID 策略等, 也不一定都是 TP 的标准接口 - HG 自己有单独的 Java/Go/PY client, 你用起来我理解会简单许多, 虽然会失去你说的通用性 - 退一步, 最简单的还是用 HG 包装过的 REST-API 接口, 因为你读写基本都可以用 Gremlin 语句统一, 只要都能 graph.execute(gremlin) 其实相对就已经挺通用了, 所以 HG 社区基本很少有用 GremlinServer 去访问的 当然还是很欢迎看看相关适配里是什么问题, 如果不复杂可以 assign 社区同学看看 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
