cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

vishnuvardhans1
Node Clone
since ‎02-04-2020
‎06-01-2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 7 Kudos given
  • 3 Kudos received

User Activity

Hello guys! I have been trying to install neo4j in ubuntu for the past one week but i couldn't achieve it. I have tried all the methods in the documentation, had seen solutions here in the community and stack overflow but of no use. I'm really tired....
Hello Guys. Recently i have made a graph and want to upload it into a linux server. I have installed neo4j 4.0.1 in the server. Here is my config file: # Whether requests to Neo4j are authenticated. # To disable authentication, uncomment this line #d...
I have a dataframe in pandas for which i'm trying to create a graph. Here's the data. **source** **destination** **type** London New York ...
I have a table like this: x y z prop 1 2 1 st 2 3 2 st 3 4 3 st I'm writing pseudo code of what i did in python (Data is in form of dataframe in pandas): (x:X{prop:...
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...