Re: [Neo4j] Python script blow up - After relationship 65973

2016-02-25 Thread Kannan Babu
Hi Michael, First of all, I would like to update you that i am doing this for learning exercise, not a serious implementation. Here is the python code and some sample entries. What I am going to show case is, want to display the shortest path from one place to another place. Below are the few

Re: [Neo4j] Python script blow up - After relationship 65973

2016-02-23 Thread Michael Hunger
Hey, I couldn't really figure out anything from your screenshot. You will have to share code / queries and a repeatable test case. Not sure what that "token" message means. On Tue, Feb 23, 2016 at 10:28 AM, Kannan Babu wrote: > Hi Michael, > > thanks for your suggestion. Before making the batch

Re: [Neo4j] Python script blow up - After relationship 65973

2016-02-23 Thread Kannan Babu
Hi Michael, thanks for your suggestion. Before making the batch from 10k to 50k i would like to know what's the root cause of this error. Whether Py2neo not able to process after 65k records? or will be any issue in neo4j side. Once again thanks for your reply. On Tuesday, February 23, 2016

Re: [Neo4j] Python script blow up - After relationship 65973

2016-02-22 Thread Michael Hunger
No really sure what you do, could be that you have to batch your updates into 10k to 50k large batches Von meinem iPhone gesendet > Am 18.02.2016 um 06:55 schrieb Kannan Babu : > > Hi All, > > I tried to import some flight db in to neo4j using python via py2neo, for > each route i am trying t

[Neo4j] Python script blow up - After relationship 65973

2016-02-22 Thread Kannan Babu
Hi All, I tried to import some flight db in to neo4j using python via py2neo, for each route i am trying to create a relationship, when 65873 records processed the script stops. I have attached the error for your reference. any help appreciated. Please let me know if you have any other best