Re: [Neo] setProperty allowed objects

2009-11-23 Thread Peter Neubauer
Yup, on this node, Andreas' JRuby at http://github.com/andreasronge/neo4j bindings are essentially treating the graph as a object databse. Every node is read up, its classname=. property used to construct a class, and you can dynamically do whatever you would do witha normal JRuby object. I ca

Re: [Neo] Open Session In View

2009-11-23 Thread Mattias Ask
Hi Matt, I'm currently working on a RESTful application with Spring and Neo4j. Since even reading a Node requires a tx I've annotated my REST resources with @Transactional (using the Neo4j SpringTransactionManager). I don't know what I think of the big tx-scope, but I haven't run into any troub

[Neo] Apoc update / version/docs confusion

2009-11-23 Thread Anders Nawroth
Hi! There were some build problems with the Apoc component and examples, but they are resolved now. If you downloaded it recently, please download the current distribution instead. Note: make sure your web browser doesn't give you a cached copy of the old file! Apoc is A Package Of Components

Re: [Neo] PHP Module / REST ?

2009-11-23 Thread Tim Langley
hey Tobias sorry for the delay That sounds fantastic - I'll look forward to "playing" with the bridge Please keep me posted T On 20 Nov 2009, at 16:08, Tobias Ivarsson wrote: > Hi Tim, > > We have actually recently started prototyping a bridge for accessing Neo4j > from PHP, most of the initia

Re: [Neo] TinkerGraph GraphML Stream Parser

2009-11-23 Thread Peter Neubauer
Awesome work Marko! Yes, GraphML export/import is a great component idea that we certainly will take up in the near feature in order to get data in and out in a standard way. Also, Gremlin is becoming more stable and thus filling an empty space between SPARQL, XPATH and full traverser power in gr

Re: [Neo] Missing views and options in Neoclipse

2009-11-23 Thread Anders Nawroth
Hi! > I now have the Neo4j perspective with Graph and Properties view > working. However I don't have Relationship Types view This is part of the snapshot release which you can install from: http://eclipse.neo4j.org/neoclipse/snapshot/ Currently the standalone version is ahead and has some extra

Re: [Neo] Missing views and options in Neoclipse

2009-11-23 Thread Mattias Persson
That might be from the apoc examples. They create an example node space just to have something in there to play around with (recently added some KNOWS relationships as well). Maybe your problem is related to that you have the "depth" setting set to 1 or something (I think that's the default). If y