Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持neo4j驱动吗 #181

Closed
yxlwfds opened this issue Mar 26, 2023 · 5 comments
Closed

支持neo4j驱动吗 #181

yxlwfds opened this issue Mar 26, 2023 · 5 comments
Labels
good first issue Good for newcomers

Comments

@yxlwfds
Copy link

yxlwfds commented Mar 26, 2023

目前有项目用memgraph,兼容neo4j驱动,看到我大阿里出的tugraph, 想试下哈, 我看到有子图,不知道是否兼容neo4j驱动.

@yxlwfds
Copy link
Author

yxlwfds commented Mar 26, 2023

from neo4j import GraphDatabase, basic_auth driver = GraphDatabase.driver("bolt://47.94.1.17:7687", auth=basic_auth("neo4j", "123456"), encrypted=False)

@Clarkclk
Copy link
Contributor

目前还不支持

@qishipengqsp
Copy link
Collaborator

Add this to Good first issue. TODO: support bolt protocol

@qishipengqsp qishipengqsp added the good first issue Good for newcomers label Jul 17, 2023
@qishipengqsp
Copy link
Collaborator

现在已支持Bolt协议,可支持Neo4j驱动。可以尝试使用一下最新4.1.0版本。

@qishipengqsp
Copy link
Collaborator

此issue由于被解决被关闭。如有任何问题,可另开 issue 并提供更多信息。如果这个项目帮助到你,可以在仓库右上角 star 一下,感谢你的支持!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants