Re: [Neo4j] How to run Neo4j with OSM and Neo4jSpatial?

2015-07-21 Thread Craig Taverner
Hi Andrea, We have not tried Neo4j Spatial on 2.3 yet, but it should be possible to get it working. One thing I can see is that you are referring to graph-collections which was deprecated a year ago, and should not be a dependency at all any more. The RTree code was ported into a newer version of

Re: [Neo4j] Unable to run Spring-data-neo4j 3.3.1.RELEASE with Neo4j 2.2.2 in Embedded mode.

2015-07-21 Thread Michael Hunger
It might be my bad that in the testing that one class slipped. Sorry for that, I'll see how we can fix it. Michael Am 21.07.2015 um 17:51 schrieb Mark Findlater mark.findla...@googlemail.com: Hey Bhupesh, I haven't looked at the code, but I was getting this same exception. I believe

Re: [Neo4j] What do propertystore.db and propertystore.db.strings store exactly?

2015-07-21 Thread Zongheng Yang
Thanks, Matthias. If I understand you correctly, the result of my previous *2 calculation roughly matching the two store files on disk is not due to JVM String overhead, rather it is due to Neo4j's quantization overhead. There's one loose end that I wish to tighten: why does ~27GB of string

Re: [Neo4j] Reg : How to create common relationship between nodes, or among relationship using py2neo or cypher

2015-07-21 Thread Michael Hunger
can non-DND be a label? Do you _need_ to pull out the phone ? Where do you use it in your use-case. What do you need the common relationship for? Am 20.07.2015 um 11:44 schrieb Dharani Bodla dharani.bo...@coartha.com: I need a common relation ship between nodes from the below example. Ex

Re: [Neo4j] TransactionEventHandler bug?

2015-07-21 Thread Mattias Persson
https://github.com/neo4j/neo4j/pull/5010 should fix the afterCommit issue you're seeing. That PR fixes so that there's no transaction associated with the current thread when afterCommit is called, and so a new transaction can be opened there. On Friday, July 17, 2015 at 1:02:00 PM UTC+2,

Re: [Neo4j] What do propertystore.db and propertystore.db.strings store exactly?

2015-07-21 Thread Mattias Persson
To clarify, it's not serialized String objects. Neo4j stores the character data, either compacted by being able to use a smaller charset than utf-8/ascii so that fewer bits per character is required, or if string is long by neo4j measures, as plain characters into the