Re: [Neo4j] cycle detection

2011-03-28 Thread Peter Neubauer
Cool! Would be great to maybe add this to the graph-algo package, if you don't mind? Just fork and add it from https://github.com/neo4j/graphdb/tree/master/graph-algo and do a merge request ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704

Re: [Neo4j] question

2011-03-28 Thread Craig Taverner
Hi Andrea, I am cc'ing the list with these answers, since I think there are questions here others know much more about. I will answer all with what I know, or think I know :-) 1) what can I put into the node? I see that the superclass proposes Property types. So I was wondering if blogs are

[Neo4j] How to filter the duplicated nodes or relationsh​ip in traverser?

2011-03-28 Thread Brendan Cheng
Hi, I setup a traversal description with Uniqueness.NODE_PATH and the side effect is duplicated nodes output. How to filter the duplicated output in nodes and relationship under your Transversal Framework? Also, this link isn't working

Re: [Neo4j] How to filter the duplicated nodes or relationsh ip in traverser?

2011-03-28 Thread Mattias Persson
2011/3/28 Brendan Cheng ccp...@gmail.com Hi, I setup a traversal description with Uniqueness.NODE_PATH and the side effect is duplicated nodes output. How to filter the duplicated output in nodes and relationship under your Transversal Framework? You are getting duplicated end nodes, but

Re: [Neo4j] How to filter the duplicated nodes or relationsh ip in traverser?

2011-03-28 Thread Mattias Persson
Hmm, my answer seems to have gotten its own thread... trying again. 2011/3/28 Brendan Cheng ccp...@gmail.com Hi, I setup a traversal description with Uniqueness.NODE_PATH and the side effect is duplicated nodes output. How to filter the duplicated output in nodes and relationship under

[Neo4j] Graph visualization in the web admin tool

2011-03-28 Thread Clement Honore
Hi! Since the 1.0 M5 release, it's possible to get a visual representation of the graph within the web administration tool. I've almost the same kind of representation to do in a web application and I wonder which library did you use. Is it something referenced on this page or something

Re: [Neo4j] Graph visualization in the web admin tool

2011-03-28 Thread Peter Neubauer
Clement, the current iteration is building on http://www.graphdracula.net/ which is built on top of RaphaelJS I think. There are many others, look at http://wiki.neo4j.org/content/Visualization_options_for_graphs# and pick your choice. Let us know your experiences and feel free to contribute to

Re: [Neo4j] Graph visualization in the web admin tool

2011-03-28 Thread Clement Honore
Thanks for your answer Peter. I will take a look at dracula. I've already check this link http://wiki.neo4j.org/content/Visualization_options_for_graphs# (this is the on this page on my first post but I forget the link... ^^) and there is so many solutions that I don't know which to choose...

[Neo4j] Rest Call Trauncate the json result..

2011-03-28 Thread Justine Mathews
I am trying traverse the results using rest client... Sometimes return json is truncated, is there any maximum limit set on the rest call return... How I can overcome this issue, is there any possibility of paging the calls. I.e. By specifying number of nodes/paths returned at time and call

Re: [Neo4j] cycle detection

2011-03-28 Thread Jacopo
There's no problem with it! The only issue is that it needs to add properties to visited nodes in order to be able to detect cycles. It's possible to delete them after the work, but in case the graph already uses that properties name or the program is interrupted before finishing it would be a

Re: [Neo4j] cycle detection

2011-03-28 Thread Jacopo
Uh, I may create a node and use relationships with it instead of node properties, to delete it after the work, but it doesn't sound a good solution. Jacopo Il giorno lun, 28/03/2011 alle 21.23 +0200, Jacopo ha scritto: There's no problem with it! The only issue is that it needs to add

[Neo4j] Close with running transaction

2011-03-28 Thread Axel Morgner
Good evening, lately I'm experiencing the following log message when closing the database, even if no write transaction was there between startup and shutdown. In my test, I even wait 5s before closing the database and another 5s before stopping the thread - same result. INFO: Close invoked