Re: [Neo4j] performance issues with ubuntu

2011-05-31 Thread Marco Gerber
Hello everybody A collection of reference benchmarks would be great, but completely independent of this, my problem is making my application on linux as performant as on windows. Thanks guys, Marco -Original Message- From: user-boun...@lists.neo4j.org on behalf of Rick Bullotta Sent:

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Marcelo, John, things should be working now, the artifacts are at https://repo.neo4j.org/content/groups/public/ now. Please try and give feedback! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubau

Re: [Neo4j] path finding using OSM ways

2011-05-31 Thread Craig Taverner
Hi Bryce, Nice to see you back. The OSM data model in Neo4j-Spatial, created by the OSMImporter, is designed to mimic the complete contents of the XML files provided for OSM. As it is, this is not ideal for routing because it traces the complete set of nodes for the ways, while for routing you re

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread John Bale
Hey Peter, Thanks for the awesome work! On my end, on Mac OS X it's still not building though. I've attached the log of mvn clean package. -M. On Tue, May 31, 2011 at 10:27 AM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > Marcelo, John, > things should be working now, the artifa

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
John, no log came through, maybe send it directly to me? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - You

Re: [Neo4j] path finding using OSM ways

2011-05-31 Thread Peter Neubauer
Hi all, maybe that is a nice addition to work on if you are interested, Bryce? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.o

[Neo4j] Reminder: London User Group Meeting Tonight

2011-05-31 Thread Jim Webber
Hi folks, The Neo4j London User Group will be meeting tonight at Skillsmatter (116-120 Goswell Road; nearest tube: Old Street). If you're in the area, come along and listen to Neil Ellis give a talk on collaboration and database serendipity. http://skillsmatter.com/podcast/home/everything-is-co

[Neo4j] GSoC 2011 Weekly report - OSM data mining and editing capabilities in uDig and Geotools

2011-05-31 Thread Mirco Franzago
Hi all, I am Mirco Franzago and I started to work to my google summer of code 2011 project. I weekly will update this thread to let the community know about the work done and the work that will do. Last week I could not to do much cause I was very busy for my last exam before summer. Now I'm ready

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread noppanit
Hi John, I'm new to Neo4j as well, but I just want to put some thought on Ruby and Neography. I had been trying to use neography and ruby to build a web application the same as you wanted to do as well. But I found out that Java with graph matching is very powerful and much more easier to use. And

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Guys, the plugin is now cloned to Neo4j, https://github.com/neo4j/neo4j-gremlin-plugin and part of the build process. I am waiting to get it built, there are some build before. Will post to the list when you can download it (and use it with a Neo4j Snapshot build) if that is ok? Cheers, /peter ne

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Marcelo Barbudas
> Guys, > the plugin is now cloned to Neo4j, > https://github.com/neo4j/neo4j-gremlin-plugin and part of the build process. > I am waiting to get it built, there are some build before. Will post to the > list when you can download it (and use it with a Neo4j Snapshot build) if > that is ok? > Su

[Neo4j] Batch Inserter and ClassNotFound Exception

2011-05-31 Thread Milena Araujo
Hello ! So, I'm trying to write a Java class to do a Batch Insert on my Neo4j database, but I keep getting this error: http://pastebin.com/pdv4Lryh The code looks like this : http://pastebin.com/xqytswMp Any ideas what could that be ? Any help is appreciated. Milena Araujo. _

Re: [Neo4j] Batch Inserter and ClassNotFound Exception

2011-05-31 Thread Peter Neubauer
Milena, what versions of Neo4j are you using? What does your pom file or jars look like? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://w

Re: [Neo4j] Batch Inserter and ClassNotFound Exception

2011-05-31 Thread Milena Araujo
Hi Peter, I'm using the 1.4M02 version and my list of jars look like this: geronimo-jta_1.1_spec-1.1.1.jar mysql-connector-java-5.1.16-bin.jar neo4j-community-1.4.M02.jar neo4j-graph-algo-1.4.M02.jar neo4j-jmx-1.4.M02.jar neo4j-kernel-1.4.M02.jar neo4j-lucene-index-1.4.M02.jar neo4j-shell-1.4.M02.

Re: [Neo4j] Batch Inserter and ClassNotFound Exception

2011-05-31 Thread Peter Neubauer
Milena, it seems you are lacking the lucene jar files. If you download a fresh copy of Neo4j from neo4j.org, and look in the $NEO4J_HOME/lib directory, you should find all the jars you need to get started with the basic development. Otherwise, you can use Maven to pull the dependencies in, see http

Re: [Neo4j] Batch Inserter and ClassNotFound Exception

2011-05-31 Thread Milena Araujo
Yep, downloaded the 1.4M03 version and now everything works :D Thank you very much, Peter. Milena Araujo. On Tue, May 31, 2011 at 3:43 PM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > Milena, > it seems you are lacking the lucene jar files. If you download a fresh copy > of Neo4j

Re: [Neo4j] performance issues with ubuntu

2011-05-31 Thread Marco Gerber
Hello everybody The performance issue results from a too small transaction size. If I commit only after 1000 traversials, the execution time for every traversial speeds up to ~ 300 times. The same thing happens on windows where the speed is near infinity :-). It seems, that there are two proble

Re: [Neo4j] performance issues with ubuntu

2011-05-31 Thread Peter Neubauer
Marco, yes, small transaction require many disk flushes, so you are seeing the limits of the OS IO. However, we are working on a MUCH faster mode of relaxed writing, apart from minimizing the number of files to flush. We hope to have these optimizations as part of 1.4, which means they will appear

Re: [Neo4j] performance issues with ubuntu

2011-05-31 Thread Alexander Smirnov
I have some clue about this problem. I did face it before, though not with Neo4j but with other programs that intensive use disks. For example, my linux box completely frozen by svn update command for huge projects. The symptoms are same : low CPU load with high iowait ( in your message, I saw 23%

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread John Bale
Peter, when this is ready can you post a quick 'how to' get this working? Something like download the snapshot from X, git clone the neo4j gremlin repository, run mvn package and copy it in the neo4j plugins dir. On Tue, May 31, 2011 at 1:52 PM, Peter Neubauer < peter.neuba...@neotechnology.com>

Re: [Neo4j] performance issues with ubuntu

2011-05-31 Thread Peter Neubauer
Thanks Alexander for the info, we should try to add this to the documentation for performance tuning at https://github.com/neo4j/community/blob/master/kernel/src/docs/ops/jvm.txt It would be great to add a section on tuning the OS for high IO. Just added one :) Cheers, /peter neubauer GTalk:

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
John, there should be build instructions on https://github.com/neo4j/community and https://github.com/neo4j/neo4j-gremlin-plugin in order to get going yourself. You then can even build the server following https://github.com/neo4j/packging Anyway, our functional tests are taking AGES on our bu

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Btw, will post a local server build and the plugin to dropbox so you can get on with it in a while ... WDYT? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/p

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread John Bale
I have no word to express my excitement:) Not joking. On Tue, May 31, 2011 at 8:55 PM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > Btw, > > will post a local server build and the plugin to dropbox so you can get on > with it in a while ... WDYT? > > > Cheers, > > /peter neubauer >

[Neo4j] Experiencing errors with JSON parsing in neo4j-shell

2011-05-31 Thread Pfeffer, Warren
Hello All, Experiencing errors with JSON parsing in neo4j-shell Version neo4j-community-1.4.M02 running on 64bit SLES-10 with Java 1.6.0_01-b06 I tried all manner of quoting the JSON but no luck. Thanks in advance for any insight into this problem.

Re: [Neo4j] path finding using OSM ways

2011-05-31 Thread bryce hendrix
Peter, Craig, Thanks for the info. I definitely would like to get this working & can spend a few hours on it over the next couple of weeks. I'll probably follow up with some more questions later in the week. Bryce On Tue, May 31, 2011 at 3:44 AM, Peter Neubauer < peter.neuba...@neotechnology.com

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread John Bale
Tried building it myself and got this error: [INFO] [INFO] Reactor Summary: [INFO] [INFO] Neo4j - Server Assembler .. FAILURE [1:38.527s] [INFO] Neo4j Packaging Build . SKIPP

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
John, yes, sunshine and the graphmatching lib have just moved into the community build and thus are not deployed to the repos yet by the buildserver. Just build the community repo with mvn clean install and you should get them installed into your local repo. Then, in the packaging repo, you only s

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread John Bale
Peter, Got the community git, mvn clean install and it's returning test failures. Results : Failed tests: shouldGet204WhenRemovingAValidRelationship(org.neo4j.server.rest.RemoveRelationshipFunctionalTest) Tests in error: Tests run: 468, Failures: 56, Errors: 23, Skipped: 13 [ERROR] Failed to

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
John, what maven version are you running? Anyway, uploaded a locally built version of the community server to http://dl.dropbox.com/u/5925006/neo4j-dist/neo4j-community-1.4-SNAPSHOT-unix.tar.gzand the Gremlin plugin jar (drop it into $NEO4J_HOME/plugins) at http://dl.dropbox.com/u/5925006/neo4j-

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Btw, the files are not uploaded yet, just wait some more minutes until I ping back. Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.ne

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread John Bale
Peter, you're the best! Will start working on integrating this tonight. On Tue, May 31, 2011 at 11:25 PM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > John, > what maven version are you running? > > Anyway, uploaded a locally built version of the community server to > > > http://d

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Now the files should be uploaded. Have fun! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high perfo

[Neo4j] Announcing structr 0.3

2011-05-31 Thread Axel Morgner
Dear Neo4j creators, users and supporters, tonight, we released a first public version (v0.3) of structr. Basically, structr is a CMS based on Neo4j. Source code is available at github [1]. With structr, you can build web sites and interactive, database-backed web applications. The principle i

Re: [Neo4j] Announcing structr 0.3

2011-05-31 Thread Javier de la Rosa
On Tue, May 31, 2011 at 22:01, Axel Morgner wrote: > tonight, we released a first public version (v0.3) of structr. > Basically, structr is a CMS based on Neo4j. Source code is available at > github [1]. Congratulations for the work, it looks really interesting. I think is the logical step into t

Re: [Neo4j] performance issues with ubuntu

2011-05-31 Thread Marco Gerber
Hi Peter Sounds interesting. I think small transactions are a common use case and being able to use them would boost neo4j into new spheres :-) Btw, congratulation for the whole project. Nice api, simple concepts. Well done! Cheers, Marco -Original Message- From: user-boun...@lists.n