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

https://tugraph-db.readthedocs.io/zh-cn/latest/9.olap%26procedure/2.olap/6.algorithms.html

简单型issue

**Is your feature request related to a problem? Please describe.** 目前,Tugraph缺乏友好的数据迁移功能,后台提供的导出的JSON和CSV文件无法反向导入。 ![image](https://github.com/user-attachments/assets/c13e8c7f-5558-4a82-973d-19fbc50e9432) **Describe the solution you'd like** 1. 实现子图之间的迁移功能 2. 支持跨Tugraph的迁移 3. 部分节点和边的迁移,通过指定Cypher查询数据并导出,再导入到指定子图中 希望能实现类似Navicat的数据迁移工具。 ![image](https://github.com/user-attachments/assets/b6086c83-99a1-4e4c-a4ee-b3ea28026ce5)

merge 多个属性字段会报错 error_message: "CypherException: Function not implemented yet: ExtractNodePattern at :166" 多个属性字段是必需时,无法使用merge

feature request
cypher

RT. 起了三个节点构成ha集群,用java neo4j bolt客户端连接其中某一个node执行操作,未能同步到其他node上。是不是neo4j的bolt客户端不支持ha模式? tugraph版本: 4.3.0

feature request

### Issue Description ```markdown ## Issue Description When running a Docker container, it exits immediately in non-interactive mode, but runs normally in interactive mode. ## Environment Information - **Operating System**:...

docker hub上的arm64平台的镜像还是4.1.0,请更新到最新版本

Bumps commons-io:commons-io from 2.7 to 2.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.7&new-version=2.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

部署环境:CentOS Linux release 7.8.2003 (Core)] 使用镜像:tugraph/tugraph-runtime-centos7:latest ![image](https://github.com/user-attachments/assets/888a498b-dd06-4ced-8ff9-b92afd26026d) **问题描述:** 使用docker命令启动: docker run -d -p 7070:7070 -p 7687:7687 -p 9090:9090 -v /root/tugraph/data:/var/lib/lgraph/data -v /root/tugraph/log:/var/log/lgraph_log \ --name tugraph_demo tugraph/tugraph-runtime-centos7:latest /bin/sh -c lgraph_server 启动成功后通过控制台连接图数据库,提示:登录失败...