GithubHelp home page GithubHelp logo

xyjigsaw / knowledge-graph-and-visualization-demo Goto Github PK

View Code? Open in Web Editor NEW
193.0 193.0 52.0 9.4 MB

There are 2D-Search and 3D-Graph-View for knowledge graph visualization.

License: MIT License

Python 59.97% HTML 40.03%
javascript knowledge-graph neo4j python

knowledge-graph-and-visualization-demo's Introduction

Reacubeth's github stats

knowledge-graph-and-visualization-demo's People

Contributors

xyjigsaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

knowledge-graph-and-visualization-demo's Issues

Neo4j-3D无法运行

运行时会报错:
Error: Unknown Bolt protocol version: 0
at new n (neo4j-color-min.js:17)
at t (neo4j-color-min.js:17)
at l._ch.onmessage (neo4j-color-min.js:18)
at WebSocket._ws.onmessage (neo4j-color-min.js:18)
这和系统有关吗?您用的是Mac吗?
我也看到您在博客上说翻墙试一下,也进行了尝试,结果也会报错。

最后导入关系的时候有个小问题

``
:auto USING PERIODIC COMMIT 5000
LOAD CSV WITH HEADERS FROM "file:///patient-location.csv" AS line
MATCH (FROM:PATIENT{p_id:line.p_id}), (TO:LOCATION{l_id:line.l_id})
MERGE (FROM)-[PATIENT_LOCATION: PATIENT_LOCATION{type:"diagnosedIn"}]->(TO)

实际patient-location.csv文件里是l_ld, 所以要修改一下。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.