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.

lukasz_mika
Node
since ‎01-29-2021
‎06-01-2022

User Statistics

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

User Activity

Hi, i'm loading data from a huge csv file (4GB, 10 000 000 lines in total), in each line there's a frame (defined by id) and optionally a box (defined by 2 2D points) that belongs to that frame. I create a node for each frame and a box and a relation...
Hi, the below is not exactly what i'm dealing with but gives an accurate picture. So in neo4j i want to have nodes that represent 3D points. Let's say i'm importing them from a csv file which has loooots of them. I know that to speed up import, i can...
Hello, I am having a struggle trying to import a csv file. I'm running neo4j in a docker on ubuntu 20.04.1 and use this command: sudo docker run --name testneo4j -p7474:7474 -p7687:7687 -v $HOME/neo4j/data:/data -v $HOME/neo4j/conf:/conf -v $HOM...