Re: [Neo4j] Fwd: Newbie - Starter Questions

2011-03-08 Thread Jim Webber
Hi Neal, [assuming you're playing with the 1.3M03 onwards here] 1) So now, I have one database that I might want to continue to play with. How do I create the second database which might be my real app? I'd like to keep the one to play with, maybe load the Matrix who knows who example on

Re: [Neo4j] Performance expectations for Neo4j.

2011-03-08 Thread Bård Lind
Hi Peter and David. Thank you very much for your replies. Following your input I have run som more tests, with -Xmx for memory, and repeating tests. Each test is returning 170138 nodes. Single run on laptop, with encrypted SSD disk: java -jar -Xmx128m graphdb-1.0.SNAPSHOT.jar 7481.0 ms java

Re: [Neo4j] Fwd: Newbie - Starter Questions

2011-03-08 Thread Peter Neubauer
Neal, there is some more explanation at http://docs.neo4j.org/chunked/snapshot/server-installation.html#_multiple_server_instances_on_one_machine on how to set up things. Does that help? /peter On Tue, Mar 8, 2011 at 12:08 PM, Jim Webber j...@neotechnology.com wrote: Hi Neal, [assuming you're

[Neo4j] [Announcement] Neo4j Spatial blog series

2011-03-08 Thread Peter Neubauer
Hi folks, there is a growing interest in Neo4j Spatial and that type of operations on graphs. Craig Taverner, the main author of Neo4j Spatial, has started to highlight a few interesting aspects of Neo4j Spatial, starting with a very simple proximity search:

Re: [Neo4j] Different build errors

2011-03-08 Thread Andreas Kollegger
Hi Nolan, Sorry about that. The graphdb components needs to be built without any external repository dependencies. Unfortunately JBoss does not sync netty with maven central (some JBoss stuff does, though). This next milestone release will replace that dependency with a third-party packaging

Re: [Neo4j] Different build errors

2011-03-08 Thread Nolan Darilek
On 03/08/2011 09:40 AM, Andreas Kollegger wrote: Sorry about that. The graphdb components needs to be built without any external repository dependencies. Unfortunately JBoss does not sync netty with maven central (some JBoss stuff does, though). OK, here's what I figured out yesterday. No

Re: [Neo4j] Different build errors

2011-03-08 Thread Jim Webber
Hey Nolan, I can confirm similar behaviour using Ant + Ivy. Super frustrating. Jim On 8 Mar 2011, at 16:03, Nolan Darilek wrote: On 03/08/2011 09:40 AM, Andreas Kollegger wrote: Sorry about that. The graphdb components needs to be built without any external repository dependencies.

Re: [Neo4j] Different build errors

2011-03-08 Thread Andreas Kollegger
Interesting. I've never used the libraryDependencies approach for specifying dependencies. What's the advantage? I'll have to read up about that. By the way, maven-central has been down for part of today, and the JBoss repository has been super-flaky as well. For reference, my working test

Re: [Neo4j] Big index solutions?

2011-03-08 Thread Ashwin Jayaprakash
Try JDBM2 - http://code.google.com/p/jdbm2/issues/detail?id=1 It's been resurrected by another author. Ashwin (http://www.ashwinjayaprakash.com) ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Neo4j embeded on Anroid 2.2.

2011-03-08 Thread Anton Kulaga
Hi, is it possible to run Neo4j embedded on Android 2.2 (I want to use it for one of my android applications) and if yes is there any tutorials explaining how to do it? -- Best regards, Anton Kulaga ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Neo4j embeded on Anroid 2.2.

2011-03-08 Thread Peter Neubauer
Anton, I have been running Neo4j on Android a while back. At that time, there was not much required to make it run except the FileIO. If you are interested, I can provide the patch (probably hopelessly out of date) for you to tinker with, maybe as a fork on GitHub? Cheers, /peter neubauer