Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lingdu2012/knowledge-graph
knowledge-graph plugin. 一个简单的知识图谱的小组件。
https://github.com/lingdu2012/knowledge-graph
d3js graph knowledge-graph neo4j vuejs
Last synced: 7 days ago
JSON representation
knowledge-graph plugin. 一个简单的知识图谱的小组件。
- Host: GitHub
- URL: https://github.com/lingdu2012/knowledge-graph
- Owner: lingdu2012
- License: mit
- Created: 2022-10-02T13:56:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T04:09:21.000Z (over 2 years ago)
- Last Synced: 2024-11-09T12:13:42.643Z (2 months ago)
- Topics: d3js, graph, knowledge-graph, neo4j, vuejs
- Language: JavaScript
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# knowledge-graph
知识图谱展示插件,仿写neo4j的样式和操作,采用两种数据方式,参考github上另外一个开源项目: https://github.com/eisman/neo4jd3
![image](https://raw.githubusercontent.com/lingdu2012/knowledge-graph/main/graph.jpg)
## 安装运行
```
npm install
npm run serve
```