Re: [Neo4j] help with query

2014-01-14 Thread Luanne Coutinho
Return goes before Order by? MATCH (s:VcfRecord)--(v:VcfMeta) WITH s,v,count(v) as mycount WHERE mycount 1 RETURN id(s),v ORDER BY id(s) DESC LIMIT 100 On Tue, Jan 14, 2014 at 7:04 PM, Alex Frieden a...@frieden.org wrote: trying to run: *MATCH (s:VcfRecord)--(v:VcfMeta) WITH s,v,count(v)

Re: [Neo4j] help with query

2014-01-14 Thread Alex Frieden
Perfect thanks! On Tue, Jan 14, 2014 at 9:01 AM, Luanne Coutinho luanne.couti...@gmail.comwrote: Return goes before Order by? MATCH (s:VcfRecord)--(v:VcfMeta) WITH s,v,count(v) as mycount WHERE mycount 1 RETURN id(s),v ORDER BY id(s) DESC LIMIT 100 On Tue, Jan 14, 2014 at 7:04

[Neo4j] createrelationship hangs when holding NIO is involved (Java, Neo embedded)

2014-01-14 Thread José Cornado
OS: OS X 10.6.8 JVM 1.7 Language: java Neo4J 2.0 CE I am experiencing a hang when creating a relationship. It only happens when NIO MappedByteBuffer is involved. If one moves the contents of the method hang inside the constructor Main the hang does not occur. Are there any restrictions on

Re: [Neo4j] building neo4j

2014-01-14 Thread Javad Karabi
lokresh, its OP ;P so, what ive found to work is that i 'cd community' then do a 'mvn -DskipBrowser clean install' specifically, hopping into community helped out alot. does that work for you? On Thursday, January 9, 2014 9:45:59 AM UTC-6, Lokesh Gidra wrote: Hi, I want to include some

Re: [Neo4j] iOS app with neo4j

2014-01-14 Thread Jake Ortiz
Tried to use the extension, but it results that it is not performing correctly in 2.0. The method of creating the uuid in code and later assigning to the server is the one i have been using. Even though the probability is very reduced, I have no way from code to recursively try for a new uuid

[Neo4j] findNodesByLabelAndProperties, and setProperties

2014-01-14 Thread Javad Karabi
i see that there is findNodesByLabelAndProperty, but is there a function that returns nodes which match by label and multiple properties? also, is there a function that i can update a nodes attributes in one go, as opposed to one by one setting setProperty? thank you -- You received this

[Neo4j] need a usecase on Neo4j with android

2014-01-14 Thread Abhi Garg
Hi, I am looking for a android geosocial app using Neo4j as an usecase. Can anybody give any thought . Something like sharing some information content based on some location to others connected to each other. Thanks -- You received this message because you are subscribed to the Google Groups

Re: [Neo4j] need a usecase on Neo4j with android

2014-01-14 Thread Michael Hunger
I don't know if there is any yet, that's public. There are some websites that do it. Like http://www.jooik.com/ for activities. There is another one that is not public which uses zones to store interesting information and when you enter a zone it allows you to access that zone's info relevant

Re: [Neo4j] findNodesByLabelAndProperties, and setProperties

2014-01-14 Thread Michael Hunger
Am 14.01.2014 um 21:45 schrieb Javad Karabi karabija...@gmail.com: i see that there is findNodesByLabelAndProperty, but is there a function that returns nodes which match by label and multiple properties? no, use the property that is indexed (and most limiting) and then check the others

Re: [Neo4j] findNodesByLabelAndProperties, and setProperties

2014-01-14 Thread Javad Karabi
The use case is out of pure fun ;P But fwiw it's for my project at github.com/karabijavad/cadet On Jan 14, 2014 6:29 PM, Michael Hunger michael.hun...@neopersistence.com wrote: Am 14.01.2014 um 21:45 schrieb Javad Karabi karabija...@gmail.com: i see that there is findNodesByLabelAndProperty,

[Neo4j] Re: CE 2.0.0 hangs on createrelationship

2014-01-14 Thread José Cornado
Any ideas? workarounds? The more robust explanation is @: https://groups.google.com/forum/#!topic/neo4j/0lx5XH5odWw If no workaround, I may need to use other db. No biggie, just an answer is needed :-} On Sunday, January 12, 2014 10:42:14 PM UTC-7, José Cornado wrote: Hi! I have seen this

Re: [Neo4j] Re: Route planner software based on neo4j

2014-01-14 Thread Craig Taverner
A comment about the three different spatial indexes you are considering: - Neo4j Spatial built-in RTree - Lucene - Write your own Note that all three will use more disk space than not having an index. So your concerns about Neo4j Spatial adding new nodes should consider that there is no

[Neo4j] Product Evaluation

2014-01-14 Thread Ami
Hi all, i am experimenting with neo4j for one of the requirement with our client(building a communication center). we are using different file system for storing actual data but for relation ships (mails To-From,Attachment and other) we are evaluating neo4j for storage. our use case involve

Re: [Neo4j] Neo4j Spatial Configuration

2014-01-14 Thread Michael Hunger
See the readme on github Michael Sent from mobile device Am 15.01.2014 um 07:53 schrieb Sukaant Chaudhary sukaant.chaudh...@gmail.com: Hi, I'm using Neoj-2.0.0, Please help me how to configure and install Neo4j Spatial in Linux. -Sukaant Chaudhary -- You received this message because

[Neo4j] Re: regarding Performance and Product Evaluation

2014-01-14 Thread Max De Marzi Jr.
Ami, I don't think there is enough information here to answer your question of whether Neo4j is right for your project. What are you actually going to be querying the database? As far as a performance evaluation, it is very context specific. I suggest you build a graph (with dummy or real