apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.62k stars 518 forks source link

server-api 版本问题 #1286

Closed big1white closed 3 years ago

big1white commented 3 years ago

Expected behavior 期望表现

{type something here...}

Actual behavior 实际表现

{type something here...} QQ截图20201202145343 stuido下连接0.11版本的hugegraph-server出现该问题,想要了解修改哪部分内容可以兼容最近版的server

Steps to reproduce the problem 复现步骤

  1. {step 1}
  2. {step 2}
  3. {step 3}

Status of loaded data 数据状态

Vertex/Edge summary 数据量

Vertex/Edge example 数据示例

{type something here...}

Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构

{type something here...}

Specifications of environment 环境信息

Linary commented 3 years ago

这是studio用了旧版本的client,无法匹配高版本的server了,你可以使用新的前端产品hubble试试。 beta版链接:https://pan.baidu.com/s/1xGeshkZjKvhJWKYHFjETtw 密码:6vfn

javeme commented 3 years ago

想要了解修改哪部分内容可以兼容最近版的server

可以修改依赖的client版本号到1.9版本即可:https://mvnrepository.com/artifact/com.baidu.hugegraph/hugegraph-client/1.9.1