[Neo4j] Neo4j Heroku addons - specifications

2011-11-03 Thread Jeroen van Dijk
Hi everyone, I hope to be able to use Neo4j in production soon in the form of the Heroku addon. I'm not a beta tester so I hoped someone could tell me whether this version includes some of the features I see locally. - Does is have the Gremlin extension/console? So does it allow to write

Re: [Neo4j] Wrong Gremlin results through REST interface

2011-11-07 Thread Jeroen van Dijk
07.11.2011 um 12:34 schrieb Jeroen van Dijk: Hi Michael, I would like to provide a better example, but my Groovy is quite poor so it I'll take me some time. However I think the problem isn't in the JSON conversion. Because that would mean the results I get would be the same

Re: [Neo4j] Wrong Gremlin results through REST interface

2011-11-08 Thread Jeroen van Dijk
07.11.2011 um 12:55 schrieb Jeroen van Dijk: Ok i think I found an example that is independent of my data (adapted from http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html) Locally: gremlin m = [:];g.v(33).bothE().label.groupCount(m) -1;m ==follows=11 ==owns=48 gremlin m

Re: [Neo4j] Wrong Gremlin results through REST interface

2011-11-16 Thread Jeroen van Dijk
vs. 3) REST-calls Am 08.11.2011 um 12:02 schrieb Jeroen van Dijk: HI Michael, Thanks for this solution. The webconsole now gives me the right results also for recommendation query. There is however still something weird when I use this recommendation query in the gremlin