nebula-contrib / ngbatis

NGBATIS is a database ORM framework base NebulaGraph + spring-boot, which takes advantage of the mybatis’ fashion development, including some de-factor operations in single table and vertex-edge, like mybatis-plus. NGBATIS 是一款针对 NebulaGraph + Springboot 的数据库 ORM 框架。借鉴于 MyBatis 的使用习惯进行开发。https://graph-cn.github.io/ngbatis-docs/
https://nebula-contrib.github.io/ngbatis/
Apache License 2.0
125 stars 42 forks source link

feat: shortestOptionalPath() with configurable Edge types and directions to find shortest paths by srcId and dstId #303

Closed n3A87 closed 3 months ago

n3A87 commented 4 months ago

1、NebulaDaoBasic 的接口拓展shortestOptionalPath()函数,完成查找指定起始点和目的点之间最短路径的功能,允许用户自定义边的类型(Edge type)和方向(direction) 3、增加了对shortestOptionalPath()函数的测试部分代码