[Neo4j] Traversal framework

2011-03-15 Thread Jonathan Marten
On Tue, Mar 15, 2011 at 9:11 AM, Mattias Persson wrote: > I'm positive that some nice API will enter the kernel at some point, f.ex. > I'm experimenting with an API like this: > > for(Node node : > PipeBuilder.fromNode(startNode).into(otherNode(A)).into(otherNode(B)).nodes()) > { > // node

[Neo4j] graph-matching from web application

2010-07-21 Thread Jonathan Marten
Hi David, thanks a lot for your answers! They were very helpful. >I'm not sure I understand your setup. Could you describe a, b and c in more >detail? What do you mean by a subgraph in this case? What makes it a >subgraph, i.e. what is the greater graph? My setup is similar to someone looking fo

[Neo4j] graph-matching from web application

2010-07-16 Thread Jonathan Marten
Dear all, I want to use the graph-matching component in the following way: a) user creates a subgraph via html form b) the ids of all matching subgraphs are retrieved via the graph-matching component in neo4j c) the ids are used to do some stuff in the web application (a wild mixture of Perl and

Re: [Neo4j] Can I use neo4j for this?

2010-07-12 Thread Jonathan Marten
Dear all, I spent the weekend learning a bit about Java and wrote a program that puts my small dataset into a neo4j database and creates a lucene index on the properties. To be able to find my graphs, I created a subreference node. Then I created a node with the property graph_id for each grap