Re: [Neo4j] Can Limit have more than 1 parameter?

2014-01-31 Thread Michael Hunger
SKIP offset LIMIT count Am 01.02.2014 um 07:12 schrieb Rio Eduardo : > According to http://docs.neo4j.org/chunked/milestone/query-limit.html, Limit > just have 1 parameter > > while I have a query that should have 2 parameters: > MATCH (u:User)-[r:Comments]->(c:Comment)-[s:On]->(p:Post) WHERE

[Neo4j] Can Limit have more than 1 parameter?

2014-01-31 Thread Rio Eduardo
According to http://docs.neo4j.org/chunked/milestone/query-limit.html, Limit just have 1 parameter while I have a query that should have 2 parameters: MATCH (u:User)-[r:Comments]->(c:Comment)-[s:On]->(p:Post) WHERE p.post_id={post_id} RETURN u,r,c,s,p ORDER BY c.comment_id DESC LIMIT {second_co

Re: [Neo4j] neo4j 2.0.1 GA ?

2014-01-31 Thread Michael Hunger
Stay tuned for next week :) Am 31.01.2014 um 17:23 schrieb Wes Freeman : > Would love to hear official word, too. :) It's got a few nice improvements. > > On Fri, Jan 31, 2014 at 11:16 AM, Debajyoti Roy wrote: > Thanks Wes, I have a lot riding on this one !! > > > On Friday, January 31, 2014

Re: [Neo4j] Neo4j 2.0 REST API: Cypher DELETE query on a Node with existing relationships does not return an error

2014-01-31 Thread Michael Hunger
Do you have the example code & REST call? What kind of error are you referring to? http status code or payload ? Michael Am 31.01.2014 um 22:50 schrieb brian : > Hi all, > > I've constructed a query that will result in a DELETE on a Node with existing > relationships. When executed in the Neo

[Neo4j] Neo4j 2.0 REST API: Cypher DELETE query on a Node with existing relationships does not return an error

2014-01-31 Thread brian
Hi all, I've constructed a query that will result in a DELETE on a Node with existing relationships. When executed in the Neo4j browser, this returns an Exception as expected. And I can see a stack trace in console.log that ends with a ConstraintViolationException (also as expected). When I

Re: [Neo4j] neo4j 2.0.1 GA ?

2014-01-31 Thread Wes Freeman
Would love to hear official word, too. :) It's got a few nice improvements. On Fri, Jan 31, 2014 at 11:16 AM, Debajyoti Roy wrote: > Thanks Wes, I have a lot riding on this one !! > > > On Friday, January 31, 2014 11:14:08 AM UTC-5, Wes Freeman wrote: > >> They just updated the changelogs so I t

Re: [Neo4j] neo4j 2.0.1 GA ?

2014-01-31 Thread Debajyoti Roy
Thanks Wes, I have a lot riding on this one !! On Friday, January 31, 2014 11:14:08 AM UTC-5, Wes Freeman wrote: > > They just updated the changelogs so I think that's a good sign that it > will be soon. :) > > https://github.com/neo4j/neo4j/pull/1887 > > Wes > > On Fri, Jan 31, 2014 at 10:48 AM,

Re: [Neo4j] neo4j 2.0.1 GA ?

2014-01-31 Thread Wes Freeman
They just updated the changelogs so I think that's a good sign that it will be soon. :) https://github.com/neo4j/neo4j/pull/1887 Wes On Fri, Jan 31, 2014 at 10:48 AM, Debajyoti Roy wrote: > I don't want any specific dates, however neo4j 2.0.1 GA is anticipated for > Q1 of 2014 or even later? >

[Neo4j] neo4j 2.0.1 GA ?

2014-01-31 Thread Debajyoti Roy
I don't want any specific dates, however neo4j 2.0.1 GA is anticipated for Q1 of 2014 or even later? SOS ! -- 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+unsub

[Neo4j] [ANN] Graphgist Winter Challenge closing today

2014-01-31 Thread Peter Neubauer
Everybody, with snow in Malmö (http://www.mapillary.com/map/im/hJWVOhLo8uvOUqrfVg66og) and half a day more to go, there are 56 entries to the challenge, up form 15 in the last one. If you want to submit, now is the time, see https://github.com/neo4j-contrib/graphgist/wiki /peter, stoked. G: neu

Re: [Neo4j] Query at Console and Java code are behaving differently

2014-01-31 Thread Peter Neubauer
That sounds like some Javascript error then, any chance you can upgrade to 2.0 and try in that console? Otherwise, do you have the dataset somewhere so I can try to debug the browser over here? /peter G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/neubau

Re: [Neo4j] Query at Console and Java code are behaving differently

2014-01-31 Thread Sukaant Chaudhary
Hi Peter, Please help me where I'm doing wrong. -Sukaant Chaudhary On Fri, Jan 31, 2014 at 4:05 PM, Sukaant Chaudhary < sukaant.chaudh...@gmail.com> wrote: > Hi Peter, > It is working fine at neo4j-shell. > > -Sukaant Chaudhary > > > On Fri, Jan 31, 2014 at 3:55 PM, Peter Neubauer < > peter.neu

Re: [Neo4j] GraphGist and creating sample data

2014-01-31 Thread Michael Hunger
Glad that dump worked for you, we should probably note that for people on the graph-gist howto page. I think those are issues and should be at least recorded as non-working. I guess your next project is then a AS3/Haxe driver? Good Luck, Cheers Michael Am 31.01.2014 um 12:08 schrieb Brennan

Re: [Neo4j] GraphGist and creating sample data

2014-01-31 Thread Brennan Kinney
I'm not sure if they're issues, I was trying to treat maps/collections and loops from what I'm used to in a programming language. Since Cypher is a query language and focused on the graph, manipulating data with nested collections and maps rather than graph data is probably not a design goal? I

[Neo4j] Updating many nodes in one go using Cypher

2014-01-31 Thread MrFT
Cypher, being the "SQL for neo4J", can be used to update nodes. When using any relational DB, even a crappy one like MySQL, I have never seen a problem when I wanted to update each and every row in a table with one query, even when the table contains millions of rows. (This is jsut an example,

Re: [Neo4j] Query at Console and Java code are behaving differently

2014-01-31 Thread Sukaant Chaudhary
Hi Peter, It is working fine at neo4j-shell. -Sukaant Chaudhary On Fri, Jan 31, 2014 at 3:55 PM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > Sukaant, > can you do the same query from the neo4j shell, e.g. > > neo4j-shell > > ls 2 > > ? > > > G: neubauer.peter > S: peter.neubau

Re: [Neo4j] Query at Console and Java code are behaving differently

2014-01-31 Thread Peter Neubauer
Sukaant, can you do the same query from the neo4j shell, e.g. neo4j-shell ls 2 ? G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/neubauer T: @peterneubauer Neo4j 2.0.0 - (graphs)-[:FOR]->(everyone)

Re: [Neo4j] GraphGist and creating sample data

2014-01-31 Thread Michael Hunger
Hi Brennan, you don't have to provide a huge dataset, everything from 5 to 75 nodes is sufficient. The GraphGist is not a full fledged app it is to discuss and document a graph model with _some_ sample data and more importantly sensible query use-cases. So it should be good if you type them ou

[Neo4j] GraphGist and creating sample data

2014-01-31 Thread Brennan Kinney
My choice in programming language doesn't have a driver for Neo4j and the REST api support is only GET and POST. I've just been learning Cypher and Neo4j with the Neo4j Browser for the past week. I'm wanting to ask a question on StackOverflow linking to a GraphGist. I thought I'd provide a Cyph