TuGraph-family / tugraph-db

TuGraph is a high performance graph database.
https://tugraph.org
Apache License 2.0
1.35k stars 182 forks source link

Java 客户端依赖文档描述不清晰 #422

Open AK-tu opened 6 months ago

AK-tu commented 6 months ago

提个需求,tugraph的java客户端文档描述maven的依赖不清晰,估计很多入门的不知道怎么写,会影响入门使用效率。清晰maven的依赖清晰描述类似如下:

dependency> groupId>com.antgroup.tugraph artifactId>tugraph-db-java-rpc-client version>1.4.1 </dependency

可以讲上述内容加入到java文档中:https://tugraph-db.readthedocs.io/zh-cn/latest/5.developer-manual/4.client-tools/3.java-client.html

From 福哥

ljcui commented 6 months ago

建议使用neo4j的java客户端: https://tugraph-db.readthedocs.io/zh-cn/latest/5.developer-manual/4.client-tools/6.bolt-client.html 之前自研的java client后续就不更新了,但对neo4j客户端的兼容性会持续更新。