InteractiveGraph-neo4j
InteractiveGraph-neo4j copied to clipboard
a graph server serves backend neo4j, virtosuo as an InteractiveGraph
Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
在 neo4j `http://localhost:7474/browser/` 中显示 `user neo4j to bolt://localhost:7687` - WEB-INF 文件夹下 conf1.properties 配置如下 ```bash #allowOrigin=http://localhost:63342 allowOrigin=* backendType=neo4j-bolt neo4j.boltUrl=bolt://localhost:7687 neo4j.boltUser=neo4j neo4j.boltPassword=123 # neo4j 数据库密码为 123 neo4j.regexpSearchFields=name neo4j.strictSearchFields=label:name neo4j.nodeCategories=person:人物,event:事件,location:地点 visNodeProperty.label==$prop.name visNodeProperty.value==$prop.value visNodeProperty.image==$prop.image...
您好,按照您知乎上步骤,我发现我打开的example只有界面,没有节点,我仔细按照您的步骤看了几遍,我认为几个可能出错的地方,麻烦您指点一下: 1.graphserver/WEB_INF/conf1.properties中: 我把这个改成neo4j.boltUrl=bolt://localhost:7687 ,请问这样写是否有误?(我不太确定到底是下面哪个端口) 我的neo4j网页是:http://localhost:7474/browser/ ,主界面显示“You are connected as user to neo4j://localhost:7687” 2. 您说app.loadGson改成下面一段文字app.connect("http://localhost:8080/graphserver/connector-bolt"); 这个是将整个app.loadGson函数全部替换,对吗? 3.“这里localhost:8080为graphserver的地址”。 我打开http://localhost:8080/graphserver/是有文字显示的,所以我的graphserver地址就是localhost:8080,这样理解对吗? 我的网页日志显示: Failed to load resource: the server responded with a status of 500...
请问这个代码支持什么版本的neo4j呢?或者经过测试在哪个neo4j版本下能比较好的运行?
Bumps [neo4j](https://github.com/neo4j/neo4j) from 3.4.0 to 3.5.0. Release notes Sourced from neo4j's releases. Neo4j 1.9.0 stable release The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive...
在example1中使用方法 app.connect("http://localhost:8080/graphserver/connector-bolt?command=search" -d "{'expr':[{'label':'工业机器人'}],'limit':30}"); 后网页加载出来是空白的,是我方法用错了吗,请赐教,万分感谢!
Bumps commons-io from 2.2 to 2.7. [](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...
我觉得图片有点小,然后我把图片宽度调到了500,然后就发现图片超出了节点信息的框,这个能改进一下吗
我通过您给的最新的0.04版本的代码进行打包。可是war包放入tomcat解开后没有包含conf1.properties等一系列配置文件,这是哪里出了问题呢