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.

richard_lin
Node Link
since ‎08-05-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

def query(text_query, driver, db = None): try: session = driver.session(database=db) response = list(session.run(text_query)) except Exception as e: print("Query failed:", e) finally: if session is...
(Using neo4j official python driver) I am wondering if unwind or load csv should be used in a situation where there are two ec2 servers. One server contains a neo4j instance. The other server contains ETL scripts. Using load csv would be rather compl...
Kudos from
Kudos given to