Skip to content

Farawaysfy/tugraph-db-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuGraph DB BROWSER 🔗 TuGraph DB BROWSER 是 TuGraph 图数据库的可视化工具。可以完成图谱、模型、数据等的创建和导入。同时可用使用 TuGraph Cypher 进行数据的操作。

0. 环境准备

  • node.js
  • python2

1. 安装项目

yarn run bootstrap

2. 启动客户端

2.1 开发环境

2.1.1. web 端
# 开发环境
yarn run client-dev // 一定要 yarn
2.1.2 启动服务端
yarn run server-dev

浏览器访问 http://localhost:8888

2.2 生产环境

# 开发环境
yarn run build

# 生产环境
yarn start // 切记,一定要 yarn start,npm run start 会存在若干问题!

浏览器访问 http://localhost:8888

发布时打压缩包

tar -czvf tugraph-db-browser.tgz ./

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.5%
  • Less 9.6%
  • JavaScript 3.9%
  • Other 1.0%