Re: [Neo] Noob questions/comments

2009-12-10 Thread Craig Taverner
confident we'll find a way to strike a balance between inbound > performance (cost of setting up the relationships and indexes as > nodes/events are added) versus query performance. > > Thanks again for sharing your experiences! > > Rick > > -Original Message- > F

Re: [Neo] Noob questions/comments

2009-12-10 Thread Rick Bullotta
sus query performance. Thanks again for sharing your experiences! Rick -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Craig Taverner Sent: Thursday, December 10, 2009 10:51 AM To: Neo user discussions Subject: Re: [Neo] Noob question

Re: [Neo] Noob questions/comments

2009-12-10 Thread Craig Taverner
I'd like to comment on the question of indexing event logs. We are also dealing with event logs and we query them based on time windows as well as other properties. In our case they are also located on a map, and categorized using event types. So we have three types of indexes in use: - time in

Re: [Neo] Noob questions/comments

2009-12-10 Thread Rick Bullotta
Subject: Re: [Neo] Noob questions/comments Hi Rick, Rick Bullotta schrieb: > - Any GUI tools for viewing/navigating the graph structure? We are > prototyping one in Adobe Flex, curious if there are others. > do you plan to make the source code available? I was considering using

Re: [Neo] Noob questions/comments

2009-12-10 Thread Todd Stavish
For Flex, I've used flare to display graphs. Flex Builder will auto-gen the client-side code from a webservice. Click on the layouts tab to see what the graphs looks like. http://flare.prefuse.org/demo On Thu, Dec 10, 2009 at 6:45 AM, Jakub Kotowski wrote: > Hi Rick, > > > Rick Bullotta sch

Re: [Neo] Noob questions/comments

2009-12-10 Thread Jakub Kotowski
Hi Rick, Rick Bullotta schrieb: > - Any GUI tools for viewing/navigating the graph structure? We are > prototyping one in Adobe Flex, curious if there are others. > do you plan to make the source code available? I was considering using Flex and one of the Flash information visualizati

Re: [Neo] Noob questions/comments

2009-12-10 Thread Johan Svensson
Hi Rick, On Wed, Dec 9, 2009 at 4:54 PM, Rick Bullotta wrote: > Questions: > > -          If you delete the reference node (id = 0), how can you recreate > it? Being able to delete the reference node can sometimes be a problem but I have not come up with a good solution on how to fix it. You can

[Neo] Noob questions/comments

2009-12-09 Thread Rick Bullotta
Hi, all. Here are a few questions and comments that I'd welcome feedback on : Questions: - If you delete the reference node (id = 0), how can you recreate it? - If you have a number of "loose" or disjoint graphs structured as trees with a single root node, is there a