tugraph-db icon indicating copy to clipboard operation
tugraph-db copied to clipboard

TuGraph is a high performance graph database.

Results 167 tugraph-db issues
Sort by recently updated
recently updated
newest added

Hi, I'm confused about whether the fullText index API in cypher is available. I ran a docker example of TuGraph on version 3.3.0 and saw 'FullTextIndex' API when using 'call...

feature request

我这边在linux环境用docker部署了一个tugraph,9月9日早上10:56分挂了一次,今天早上10:56分又挂了一次,是后台有定时任务导致的吗?异常日志如下: 20220914025604.391: [HaStateMachine] Fail to read from Socket{id=17179869299 fd=31 addr=192.168.56.78:49486:9090} (0x7f8dc001f1d0): Connection reset by peer 20220914025604.391: [HaStateMachine] Fail to read from Socket{id=230 fd=42 addr=192.168.56.78:49492:9090} (0x7f8da401fda0): Connection reset by peer 20220914025604.391:...

**Describe the bug** TuGraph Browser Failed to compile cpp plugin. Caused by not found **'json.hpp'** file. **To Reproduce** Steps to reproduce the behavior: 1. Flow 'quick-start', use docker to pull...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

``` grep -P '[\p{Han}]' src/* -R src/client/java/TuGraphRpcClient/rpc-client/src/main/java/com/alipay/tugraph/TuGraphService.java: * serviceName默 认是包名 + 类名,methodName是proto文件Service内对应方法名, src/client/java/TuGraphRpcClient/rpc-client/src/main/java/com/alipay/tugraph/TuGraphService.java: * serviceName默 认是类名,不需要加包名,methodName是proto文件Service内对应方法index,默认从0开始。 src/cypher/arithmetic/arithmetic_expression.cpp: // 将children都分别进行evaluate操作,并且添加到input进行 输出 src/cypher/execution_plan/execution_plan.cpp: // 符号表中没有type为argument的 ```

主要修改: 1. 在src/cypher/arithmetic/arithmetic_expression 中实现point(), linestring()等空间数据创建相关函数; 2. 在cypher/procedure中实现distance等空间数据查询相关函数 3. 在test_cypher中添加相关测试样例; TODO: 1. 增添相关测试样例;(spatial function的spatial类型) 2. 添加更多空间数据查询函数,如disjoint等。 3. 在python端添加空间计算函数测试。

This reverts commit 6c4a04584476b83a20e2ff8048a81015f5d26754.

**Environment:** - OS: centos7 - CPU: Intel - TuGraph-DB Version 4.1.0 **Describe the bug** 新建内置的三国模板图前端报错: 模版创建失败Path [/var/lib/lgraph/data/upload_files/admin/three_kingdoms/raw_data/主公.csv] does not exist in json { "columns": [ "name", "camp", "hometown", "family", "father_position",...

web