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.

phanindhar_bodl
Node Clone
since ‎08-28-2018
‎08-10-2022

User Statistics

  • 19 Posts
  • 0 Solutions
  • 9 Kudos given
  • 3 Kudos received

User Activity

Am using neo4j on python 2.7.6 application using neo4j-driver(1.7.0b3). Am facing service unavailable using proper credentials. Is there something that needs to be done to get it connected. In [7]: graph_utils.get_neo4j_connection().session().run('Ma...
Am facing issue with the neo4j-driver in python and on transaction.commit the execution is failing with the below error: /usr/local/lib/python2.7/dist-packages/neo4j_driver-1.6.1-py2.7-linux-x86_64.egg/neo4j/v1/security.py:127: UserWarning: Bolt over...
WITH [8521,8522,8519] as place_ids MATCH (place:Location)-[:VISITED_BY]->(user:User) where place.id in place_ids WITH collect(distinct user) as users return users This query runs for 1.2 s for 3 place_ids places ids can grow up-to 20 with different c...
I have 70k nodes with label User Match (user:User) return collect(user) // in under 700ms returns all 70 k users Match (user:User), (india:Country{id:12}) where user.id in india.user_ids_list return collect(user) // taking 25 seconds to return 57k u...
HI, I was new to procedures and was trying to debug the procedures that i’ve wrote. can someone suggest on how to do that.?
Kudos from