I am new to neo4j.I need to extract first 5 million or any range of 5 million data with relationship from this 20 millions dataset.I have been struggling to run range query on my data. If I can extract the data and again import to neo4j it would be great luck for me.
these are the properties of my node - address,hash,time,nounce,public_key(all node doesn't contain same properties, some contain address, some hash,time etc)
just to let you know. if I do start n=node(*) return n; then looks like my computer goes to never ending sleep.
any help would be trully appreciated.