Re: [Neo4j] Visualizations of many algorithms including graph-algos

2011-05-03 Thread Rick Otten
Here is another set of visualizations of sorting algorithms - done in "traditional folk dance style": http://www.youtube.com/user/AlgoRythmics > http://www.cs.usfca.edu/~galles/visualization/Algorithms.html > > Nicely done, runs in the browser, perhaps useful for explaining stuff to > people. > >

Re: [Neo4j] Regarding Weighted Node

2011-05-03 Thread pooja naik
Hi Tobias, I wanted to know whether Neo4j does that sorting for me, rather than me externally sorting each time I delete and insert a node Thanks Pooja From: Tobias Ivarsson To: Neo4j user discussions Sent: Tuesday, May 3, 2011 1:20 PM Subject: Re: [Neo4j] Re

Re: [Neo4j] Regarding Weighted Node

2011-05-03 Thread Tobias Ivarsson
Hi Pooja, You could add the weight as a property on the nodes. For inserting the nodes in a particular order, if you have a complete dataset when you insert you can always sort it before you insert it. Or did I misunderstand your question? Cheers, Tobias On Tue, May 3, 2011 at 7:24 PM, pooja na

Re: [Neo4j] GSoC 2011 Neo4j Geoprocessing

2011-05-03 Thread Achim 'ahzf' Friedland
Am 30.04.2011 00:29, schrieb Andreas Wilhelm: > > I'm happy to say that I have been selected for the Google Summer of Code > 2011 for my proposal "Neo4j Geoprocessing". Hi! Nice to have someone on board for all this GIS stuff ;) > The idea is to integrate a similar range of geospatial functions

[Neo4j] Regarding Weighted Node

2011-05-03 Thread pooja naik
Hi  Is there a way in neo 4j to add weights to the node ? I want to add weights to the node and want to insert and delete nodes in the increasing order of weight? For example: The following is the graph/tree representation I am interested in. Parent node 1 - weight 1 Has children with weight

Re: [Neo4j] Question about REST interface concurrency

2011-05-03 Thread Stephen Roos
Thanks for the pointer Tobias! I looked into the XaLogicalLog flushes. To determine if they were affecting my throughput, I commented out the contents of the LogBuffer force method and ran my test again. There was no difference in my results. I'm still wondering if the PersistenceWindows are

Re: [Neo4j] Creating an exe from a runnable jar file

2011-05-03 Thread Mattias Persson
I have used Launch4j, http://launch4j.sourceforge.net/ successfully in other projects... not for neo4j though. May be worth a look. 2011/5/3 Abhishek AS > Hello, > > Needed urgent help on the subject matter. Created the runnable jar of my > java project through Eclipse. Now I need to create an e

[Neo4j] Creating an exe from a runnable jar file

2011-05-03 Thread Abhishek AS
Hello, Needed urgent help on the subject matter. Created the runnable jar of my java project through Eclipse. Now I need to create an exe which I then intend to create a package using InstallJammer. But the problem being, I'm not able to create the exe. been using exe4j, JSmooth, NativeJExpress an

[Neo4j] inlcuding neo4j as an embedded Graphdatabase to a GWT project in eclipse

2011-05-03 Thread René Pickhardt
Hey there, I am totaly new to Neo4j and I got it running in Eclipse using Maven and I was very impressed by its speed on traversing my data sets. I am planning to use neo4j as the core technology for the relaunch of my so far mysql based social network which builds the foundation of my PhD thesis.

Re: [Neo4j] Regd: Neo4j basic questions.

2011-05-03 Thread Anil Tatikonda
Thanks a lot i will try running this sample. On Mon, May 2, 2011 at 3:32 PM, Adriano Henrique de Almeida < adrianoalmei...@gmail.com> wrote: > Hi Anil, > > if you're also interested, there is the IMDB example: > https://github.com/neo4j-examples/imdb. Also I have an example project at > my > gith

[Neo4j] Neo4j re-indexing capabilities

2011-05-03 Thread Pere Urbon Bayes
Hi is here anyone who work anytime having to reindex lucene indexes? I mean if you have a previously created index and then change it, how are we suposed to adapt the old data to the new one? I mean the best way to deal with it. Thanks, /purbon ___ Neo4