Advertisement
mikcomf

Neo4j

Nov 25th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. from py2neo import Graph, authenticate
  2.  
  3. authenticate("neo4jurl:24786", "user", "pass")
  4. graph = Graph("neo4jurl:24786", user="user", password="pass", bolt=True, secure = True, http_port = 24789, https_port = 24780)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement