I'm getting connection timed out. I'm using python driver to connect to neo4j.
This is the code i use.
from neo4j import GraphDatabase
driver = GraphDatabase.driver("bolt://x.x.x.x:7687",auth=("neo4j","neo4j"))
Should i create graph locally and then...