[Neo4j] Achim retweeted a nice edge weight visualization

2011-05-12 Thread Michael Hunger
Looks really good, especially the last, interactive one. http://worrydream.com/VisualizingEdgeWeights/ Cheers Michael ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] finding all shortest paths between one node and all other nodes in a large scale databse

2011-05-12 Thread Mattias Persson
Yes, you can probably do this thing in one traversal. Shortest path will give you the shortest path(s) between two given nodes, but are interested in any path, right? And you can find paths to several different end nodes in one traversal. Just specify an Evaluator which knows about that, or let

Re: [Neo4j] finding all shortest paths between one node and all other nodes in a large scale databse

2011-05-12 Thread 翁瑞廷
Thanks for all your response, Here is the size of the grapth db: NodesSize - 100,000 97MB 200,000 182MB 300,000 267MB ... 5,000,000 expect 5GB I've tried to use 5 virtual machines, each one has 2 cores and 1G memory, Running 2 threads on each

Re: [Neo4j] Index Framework - Query Question

2011-05-12 Thread Mattias Persson
Could you perhaps create an index with a custom Analyzer which treats titles as fulltext and others as non-analyzed? 2011/5/11 Rick Bullotta rick.bullo...@thingworx.com Is there currently any way to have a composite index consisting of fulltext and non-analyzed (simple fields), and to query

Re: [Neo4j] Retrieving a node linked to the reference node takes forever

2011-05-12 Thread Mattias Persson
2011/5/11 Pablo Pareja ppar...@era7.com Hi, I just tested the same code with ~ 50.000 nodes in the DB and it works just fine. Why should it be different for scenarios with many more nodes? Actually, even though there are millions of nodes they are not directly related at all with the one

[Neo4j] Error while creating EXE from JAR and Runnable JAR

2011-05-12 Thread Abhishek AS
Was creating an exe by exporting JAR and Runnable JARs thro eclipse.. Using Launch4j to do that. and having proper manifest files with the class path too.. But i get the following error when i try to run the created exe file. Caused by: java.Lang. ClassNotFoundException:

Re: [Neo4j] Error while creating EXE from JAR and Runnable JAR

2011-05-12 Thread Mattias Persson
Could you supply how your generated classpath looks like? 2011/5/12 Abhishek AS abhishek@gmail.com Was creating an exe by exporting JAR and Runnable JARs thro eclipse.. Using Launch4j to do that. and having proper manifest files with the class path too.. But i get the following error when

Re: [Neo4j] User Digest, Vol 50, Issue 44

2011-05-12 Thread Abhishek AS
The classpath seems to be just a dot under the class path label. Message: 4 Date: Thu, 12 May 2011 11:02:30 +0200 From: Mattias Persson matt...@neotechnology.com Subject: Re: [Neo4j] Error while creating EXE from JAR and Runnable JAR To: Neo4j user discussions user@lists.neo4j.org

Re: [Neo4j] finding all shortest paths between one node and all other nodes in a large scale databse

2011-05-12 Thread jacopo . farina
: Per il ponte del 2 giugno scegli le offerte speciali dei Riccione Family Hotels! Bimbi gratis, spiaggia, baby menu, miniclub, parchi divertimento Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11447d=20110512 ___ Neo4j mailing list User

Re: [Neo4j] Error while creating EXE from JAR and Runnable JAR

2011-05-12 Thread Michael Hunger
Could you please share your complete project including the detailed steps you are executing to generate the exe. (e.g. via dropbox) With only fragments of the information we can only guess at most. And with the shared project perhaps also other mailing-list users can help as well. Thanks so

Re: [Neo4j] Gwt + eclipse + Neo4j screencast + testings

2011-05-12 Thread Thomas Baum
hej rene, Right now I would be happy about some best practices to design a software backend using neo4j. You know in MySQL it is kind of straight forward how to build software around the data base. In neo4j a new way of thinking starts. I haven't really looked for it yet. But i guess there

Re: [Neo4j] Gwt + eclipse + Neo4j screencast + testings

2011-05-12 Thread René Pickhardt
Hey Thomas, thank you for your advice! I was reading the discussion with John and already aware of the fact that this is the way to go. I already implemented it and of course it is running much faster (-: I hope you don't mind if I include this peace of work in an upcomming blogpost in which I

[Neo4j] Neo4j on AWS

2011-05-12 Thread Maarten Haubrich
Hello, I was wondering if anyone had any suggestions on how best to deploy a Neo4j application to Amazon Web Services. Initially spinning up a single EC2 instance with an EmbeddedGraphDatabase will do, but that solution does not scale. Ideally, I would be able to use ElasticBeanstalk to

Re: [Neo4j] Spring Data Graph Load Time Weaving

2011-05-12 Thread Michael Hunger
Maarten, sorry was away with the family. Yes I get the emails but will respond this one to the ML - content of general interest. I'd say writing a client against the low level rest API is about twice the work and much worse performance wise, because: - you make a lot more requests (.e.g 1+n

Re: [Neo4j] Neo4j EC2 AMI image available

2011-05-12 Thread Peter Neubauer
Daniel, I would put some Apache server in front of it and secure it on URL patterns, see http://docs.neo4j.org/chunked/snapshot/operations-security.html for a simplicstic example. Would that work? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704

Re: [Neo4j] Index Framework - Query Question

2011-05-12 Thread Rick Bullotta
Hi, Mattias. I'll definitely give it a try. Ultimately, I'd like to achieve the following scenario (and maybe you can give us some guidance on how to implement it): As a use case: we want to index the node associated with a collaboration entry (that has a timestamp, tag(s), location, textual

Re: [Neo4j] Neo4j EC2 AMI image available

2011-05-12 Thread Daniel Gasienica
Thanks, Peter. I've found that piece of documentation before but Jussi just outlined an even more straightforward way of securing Neo4j on AWS: http://jussiheinonen.blogspot.com/2011/05/neo4j-graph-database-server-image-in.html?showComment=1305213734091#c177328379806909558 –Daniel On Thu, May

Re: [Neo4j] Neo4j EC2 AMI image available

2011-05-12 Thread Aseem Kishore
That's indeed a nice and simple approach. It would be nice if admins could access the web interface from a browser though. Would that be possible using the Amazon security approach? Aseem On Thu, May 12, 2011 at 7:00 PM, Daniel Gasienica dan...@gasienica.chwrote: Thanks, Peter. I've found that