Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
基本结构完成,支持通过 Gremlin 语句查询图数据库
TODO
对接 JanusGraph 图数据库
安装
官方文档还是写的很清晰的:https://docs.janusgraph.org/ 下面步骤是简化版的
启动代理服务
因为一些原因,Gremlin 官方团队并没有支持
gremlin-javascript
在 浏览器端的运行 ,详见这个讨论:apache/tinkerpop#1070因此在官方支持之前(准确来讲可能需要我们自己去提 PR),我们还是走 node 服务代理转发
cd packages/gi-httpservice npm run dev