Re: [Neo4j] IntArrayIterator: Questionable Iterable implementation

2011-05-26 Thread Pierre Fouche
Thanks Mattias. Do you want me to log a ticket for that ? --Pierre On Wed, May 25, 2011 at 1:06 PM, Mattias Persson matt...@neotechnology.comwrote: Hi Pierre, that's a correct observation and I think the reason for it is that it was easier to write it like that and then it was left in that

Re: [Neo4j] IntArrayIterator: Questionable Iterable implementation

2011-05-26 Thread Mattias Persson
Sure, why not. There may even be a ticket about this in there somewhere... 2011/5/26 Pierre Fouche pr.fou...@gmail.com Thanks Mattias. Do you want me to log a ticket for that ? --Pierre On Wed, May 25, 2011 at 1:06 PM, Mattias Persson matt...@neotechnology.comwrote: Hi Pierre,

Re: [Neo4j] Spring Data Graph in an OSGi environment

2011-05-26 Thread Peter Neubauer
Mmh, the question is if at least the exceptions and the TX abstract classes could be moved into exported packages. Still, instantiating implementation classes in the templates is probably the root of the problems. But then, as with pointing out implementations through the Java Service notion,

[Neo4j] Batch insert for Neo4j RDF store!

2011-05-26 Thread Kobla Gbenyo
Hi All, Is there any way to perform batch insert into Neo4j RDF store? Thanks! Best regards, -- Kobla. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Backtracking

2011-05-26 Thread noppanit
Would backtracking be the next feature of neo4j, as I have used it in Gremlin. It would be fantastic to have that. Just a curiosity. :) -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Backtracking-tp2988161p2988161.html Sent from the Neo4J User List mailing list

Re: [Neo4j] ClosedChannelExceptions in highly concurrent environment

2011-05-26 Thread Johan Svensson
Hi Jennifier, Could you apply this patch to the kernel and then see if the problem still exists? If you want I can send you a jar but then I need to know what version of Neo4j you are using. Regards, Johan On Mon, May 23, 2011 at 6:50 PM, Jennifer Hickey jhic...@vmware.com wrote: Hi Tobias,

Re: [Neo4j] Batch insert for Neo4j RDF store!

2011-05-26 Thread Peter Neubauer
Kobla, we have been thinking of adding support for this but never come around to really do it. However, we are looking into Neo4j normal mode speedups by having a mode that drops the JTA dependencies and thus can relax on the logfile flushing requirements for each transaction, by that being able

Re: [Neo4j] Backtracking

2011-05-26 Thread Peter Neubauer
Hi there, in what context do you think this is a feature of Neo4j and not any traversal mechanism on top of it, like Neo4j.rb, Gremlin, Scala or so? Also, we hope to start next week with a more declarative, language independent way of describing queries that can be sent over the wire and backed by

[Neo4j] Paddys TransportDublin = awesome!

2011-05-26 Thread Peter Neubauer
All, if you haven't checked it out, look at Paddy Fitzgeralds http://www.transportdublin.ie/ - routing through Dublin, done with Neo4j Spatial and other magic on top of OpenStreetMap. VERY cool and well done, Paddy! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer

[Neo4j] Neo4jGraph to GraphSail!

2011-05-26 Thread Kobla Gbenyo
Peter, Thank you for the answer you give me to my last question. Moreover, I get another problem : I want to expose the Neo4j Graph as a GraphSail using the Sail Ouplementation at this link : https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation. My code seems like : /Sail sail =

Re: [Neo4j] Neo4jGraph to GraphSail!

2011-05-26 Thread Peter Neubauer
Are you starting with a clean new database? On May 26, 2011 3:17 PM, Kobla Gbenyo ko...@riastudio.fr wrote: Peter, Thank you for the answer you give me to my last question. Moreover, I get another problem : I want to expose the Neo4j Graph as a GraphSail using the Sail Ouplementation at

Re: [Neo4j] Neo4jGraph to GraphSail!

2011-05-26 Thread Kobla Gbenyo
Yes! -- Kobla. Le 26/05/2011 15:21, Peter Neubauer a écrit : Are you starting with a clean new database? On May 26, 2011 3:17 PM, Kobla Gbenyoko...@riastudio.fr wrote: Peter, Thank you for the answer you give me to my last question. Moreover, I get another problem : I want to expose

Re: [Neo4j] Neo4jGraph to GraphSail!

2011-05-26 Thread Marko Rodriguez
Hey Kobla, Just to be clear. You can not take an existing Neo4j database and make it a GraphSail. You have to construct a GraphSail over a fresh Neo4j database. e.g. new GraphSail(new Neo4jGraph('/brandnewdirectory')) Second, your Exception is that you don't have the index:

Re: [Neo4j] Neo4jGraph to GraphSail!

2011-05-26 Thread Kobla Gbenyo
Marko, The Problem is that I create the empty dir /test/data before performing new GraphSail(new Neo4jGraph(/test/data)) So, after deleting /test/data before building my application, everything goes well! Thanks you! -- Kobla. Le 26/05/2011 15:28, Marko Rodriguez a écrit : Hey Kobla,

Re: [Neo4j] Neo4jGraph to GraphSail!

2011-05-26 Thread Marko Rodriguez
Hi, The Problem is that I create the empty dir /test/data before performing new GraphSail(new Neo4jGraph(/test/data)) So, after deleting /test/data before building my application, everything goes well! So the code for Neo4jGraph is as such: 1. if the directory is *brand new*

Re: [Neo4j] Embedded with webadmin

2011-05-26 Thread Chris Baranowski
Nifty! I'd be amenable to using HA, but I like your solution better for the short-term Craig. Can you give me some more specifics on how I can programatically run the server (in the same process as my webapp and embedded db) or some other method? ___

Re: [Neo4j] Embedded with webadmin

2011-05-26 Thread Peter Neubauer
Yeah. just saw today some really cool stuff from Jacob in this direction. Stay tuned - it's lab day tomorrow :) Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter

Re: [Neo4j] Embedded with webadmin

2011-05-26 Thread Jim Webber
This code exists, but isn't yet QA'd or documented. It will appear in the M03 release, but won't be QA'd and documented until the M04 release. Jim On 26 May 2011, at 18:51, Peter Neubauer wrote: Yeah. just saw today some really cool stuff from Jacob in this direction. Stay tuned - it's lab

Re: [Neo4j] Paddys TransportDublin = awesome!

2011-05-26 Thread Patrick Fitzgerald
Thanks Peter, But really its Neo4j = awesome! :) On Thu, May 26, 2011 at 5:27 AM, Peter Neubauer peter.neuba...@neotechnology.com wrote: All, if you haven't checked it out, look at Paddy Fitzgeralds http://www.transportdublin.ie/ - routing through Dublin, done with Neo4j Spatial and other

[Neo4j] Remote shell connection problem

2011-05-26 Thread Carl Baatz
Hi there, when I try to connect from my local machine to a remote Ubuntu 10.04 server running 1.4.M02 using bin/neo4j-shell I get: NOTE: Remote Neo4j graph database service 'shell' at port 1337 [Reconnected to server] [Reconnected to server] [Reconnected to server] [Reconnected to server] ...

Re: [Neo4j] Paddys TransportDublin = awesome!

2011-05-26 Thread Emil Eifrem
Really really cool. Good job! -EE On Thu, May 26, 2011 at 10:52, Patrick Fitzgerald paddyf...@gmail.com wrote: Thanks Peter, But really its Neo4j = awesome! :) On Thu, May 26, 2011 at 5:27 AM, Peter Neubauer peter.neuba...@neotechnology.com wrote: All, if you haven't checked it out, look

Re: [Neo4j] Unable to Get Backup to Run

2011-05-26 Thread Mattias Persson
I got your logs and analysed them and it looks a little strange, but are you trying to do a backup from a closed server? At first there's this: INFO|wrapper|11-05-21 13:55:33|received service control 1 INFO|wrapper|11-05-21 13:55:33|reporting status 1 INFO|wrapper|11-05-21 13:55:33|Win service

Re: [Neo4j] Some feedback about the installation on Ubuntu 10.04.2 (LTS)

2011-05-26 Thread Louis Opter
On Tue, May 24, 2011 at 8:12 AM, Peter Neubauer peter.neuba...@neotechnology.com wrote: mhh, testing with the server installation (just zipping it up), it seems that mostly the docs and the examples have these permissions. The distribution assemblies are setting these bits, see e.g.

[Neo4j] getting going with neo4j and python

2011-05-26 Thread Boris Kizelshteyn
Greetings, I am new to Neo4j so please bear with me. I have setup the server and have been playing with it using REST and all is well. I am now trying to use it locally with Python. I have tried both CPython and Jython and am still unable to connect to my db. I will post the errors below, but 1st

Re: [Neo4j] getting going with neo4j and python

2011-05-26 Thread Aaron Moffatt
When using the 'embedded' interface, you shouldn't start the database server. That may be causing your issue in Jython. As for CPython, the bindings have issues right now. Are you using JPipe? The CPython bindings don't support JCC yet, but I did get some of the necessary parts built via JCC,