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.

kostas_vavouris
Node
since ‎08-19-2021
‎10-09-2022

User Statistics

  • 14 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi everyone, i would like to ask if i convert (type cast)  a id property from String to Long (using a cypher like this MATCH (p:Product) SET p.quantity = toInteger(p.quantity); ) does it brake the corresponding relationships the id property is alread...
Hi everyone, i was trying to use neo4j-admin import for very bulk data import in a Neo4j Community edition database running in a standalone server. Finally after a lot of programming pain, frustration and effort i managed to make this tool work the r...
Hello,i am using Neo4j  Community Edition which runs as a standalone server in a Unix os. The server operates as a service which i can start, stop and find its status. From the documentation i learned that i can not use neo4j-admin import tool  becau...
Hello,i am trying to import huge volumes of nodes and relationships in a Neo4j community edition database. I am trying to achive it through a Python client application and transactions. However while i was batch inserting relationships through long r...
Hello,i am trying to import huge volumes of data in a community edition Neo4j graph database community edition that runs as a standalone server in linux. My approach is loading through Python Driver and transactions. However the python client applica...