我想使用neoviz可视化Neo4J的查询,以供公众观众:
我研究了有关Neoviz安全性的公开问题:
这是一个美丽的帖子,但仍然是一个问题:无法公开访问DB的凭据。
这里有评论可以代理后端,但没有一个例子:
https://commumnity.neo4j.com/t/在使用-neovis/548 时保护-Neo4j-password-password
在这里答案说,暴露的密码的安全问题尚未解决:
https://github.com/neo4j-contrib/neo4j-contrib/neovis.js/issues/sissues/sissues/ 101
我正在使用Python后端(烧瓶):
您能否展示如何在Web应用程序中使用Neoviz进行公众使用并保护凭据?
如果不是neoviz,那么除了简单地将返回子图发送为JSON之外,没有其他数据转换的其他库可以显示与Neoviz相同的结果?
I'd like to use neoviz to visualise queries from neo4j, for public audience:
https://github.com/neo4j-contrib/neovis.js/issues/245
I looked at open issues concerning security of neoviz:
https://github.com/neo4j-contrib/neovis.js/issues/245
This is a beautiful post, but still a problem : cannot expose the credentials for accessing the db.
Here there is a comment to proxy the backend, but without an example:
https://community.neo4j.com/t/protecting-neo4j-password-when-using-neovis/548
And here an answer that the security issue of the password exposed, has not been addressed:
https://github.com/neo4j-contrib/neovis.js/issues/101
I am using a python backend (flask):
can you show how to implement any practice for using neoviz in a web app for public use, and protect the credentials ?
If not neoviz, any other library that could show the same results as neoviz without any data transformation other than simply sending the returned subgraph as a json ?
发布评论