Re: [Neo4j] [Bug] Property can't be updated in Neo4j 3.0.0-M03

2016-02-22 Thread Chris Vest
How did you test this? It might be a result rendering artefact of your client. I’m not seeing any problem like that in 3.0.0-M4. -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 18 Feb 2016, at 08:33, wenbo zhao wrote: > > Suppose

Re: [Neo4j] Deploy Neo4j server in read-only mode

2016-02-22 Thread Michael Hunger
You can set read_only=true in neo4j.properties Von meinem iPhone gesendet > Am 17.02.2016 um 11:32 schrieb Pablo Pareja Tobes : > > Hi, > > I would like to know whether it is possible to deploy the Neo4j server > (version 2.3.2) in read-only mode so that e.g. when

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 >

Re: [Neo4j] How to access MBean Memory Mapping attribute in neo4j 2.3.1 community version?

2016-02-22 Thread Michael Hunger
What do you mean? Which api do you want to use to access it? Java, REST, shell, jconsole? Von meinem iPhone gesendet > Am 17.02.2016 um 06:26 schrieb Gaurav Kumar Jayswal : > > How to access MBean Memory Mapping attribute in neo4j 2.3.1 community version? > -- > You

Re: [Neo4j] Update the Movie Graph Toturial Query (Strength with Tom Cruise is wrong)

2016-02-22 Thread Michael Hunger
Depends on what you count If you count every co-occurence then the current approach is correct But your idea is a good variant Von meinem iPhone gesendet > Am 16.02.2016 um 16:54 schrieb Hashim Sharif : > > Hi All, > > I believe the Movie Graph tutorial needs a

Re: [Neo4j] Is it possible to override both default style and example queries in Neo4j data browser?

2016-02-22 Thread Michael Hunger
They are stored in local storage of your browser so you would have to change that Or modify the source For the next version browser will be a separate component which will make it easier to customize Von meinem iPhone gesendet > Am 19.02.2016 um 13:06 schrieb Pablo Pareja Tobes

Re: [Neo4j] Why is this cypher eligal? :MERGE (n:avatarUrls {48x48:'48x48'}) RETURN id(n)

2016-02-22 Thread Michael Hunger
Valid identifiers start with a letter Otherwise escape the property name with backticks `48x48` Von meinem iPhone gesendet > Am 16.02.2016 um 15:17 schrieb Sofus Albertsen : > > The subject says it all, but let me clarify: > Is there some kind of restriction on the

[Neo4j] Is it possible to override both default style and example queries in Neo4j data browser?

2016-02-22 Thread Pablo Pareja Tobes
Hi, I would like to know if both the default style sheet and example queries of the Neo4j Data Browser can be customized? *(version 2.3.2)* Link to stackoverflow question

[Neo4j] Why is this cypher eligal? :MERGE (n:avatarUrls {48x48:'48x48'}) RETURN id(n)

2016-02-22 Thread Sofus Albertsen
The subject says it all, but let me clarify: Is there some kind of restriction on the name of the properties in a node? Eg: this will give an error MERGE (n:avatarUrls {48x48:'48x48'}) RETURN id(n) while this won't: MERGE (n:avatarUrls {h8x48:'48x48'}) RETURN id(n) Note the replacement of the

[Neo4j] Deploy Neo4j server in read-only mode

2016-02-22 Thread Pablo Pareja Tobes
Hi, I would like to know whether it is possible to deploy the Neo4j server (version 2.3.2) in read-only mode so that e.g. when using the data browser or Cypher console the database remains unchanged *(thus having CREATE/UPDATE statements somewhat deactivated)* Thanks! Pablo -- *Pablo Pareja

[Neo4j] How to access MBean Memory Mapping attribute in neo4j 2.3.1 community version?

2016-02-22 Thread Gaurav Kumar Jayswal
How to access MBean Memory Mapping attribute in neo4j 2.3.1 community version? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googlegroups.com. For

[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

[Neo4j] Neo4j 2.3.2 CE does not start with the correct Database Location

2016-02-22 Thread gergely . szakaly
When Neo4j CE is started, the *Database Location* field contains the last used directory, however this is a trap. The effective database location is the default directory, which is C:\Users\your_user_name\Documents\Neo4j\default.graphdb. You have to click *Choose* and select the directory

[Neo4j] Re: Can not restart Neo4j after crashed

2016-02-22 Thread Mattias Persson
Recovery is usully quite fast (seconds or minutes). Can you grab a thread dump from when you believe it has hung? My suspicion is something regarding rotation of counts store. On Thursday, February 18, 2016 at 2:48:49 AM UTC+1, 宋鹏 wrote: > > Well, when I came across the crashing issue, I