Re: [Neo] neo4py.py Cannot import NeoService

2010-01-21 Thread Ryan Rosario
Hi Tobias, I found the problem. For some reason, a file named neo4j.pyc was created in the directory containing the directory neo4j.py/.This directory also contains my code. It seems that this caused some sort of conflict. I am curious if the naming of the module "neo4j.py" confuses the interprete

Re: [Neo] restful neo comments

2010-01-21 Thread Peter Neubauer
Thanks Taylor, we will certainly look at this as input to our Thought Works :) Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/pe

[Neo] Minor inconsistency in shell behavior

2010-01-21 Thread David Montag
Hi, I've found something that I consider a minor inconsistency in the shell. Consider the following interaction: neo-sh (0)$ ls *key =[new] (me) > (3) (me) > (4) neo-sh (0)$ cd 3 neo-sh (3)$ ls 4 (me) < (0) The last (me) should, in my opinion, be (4). It feels natural that (me) refer

Re: [Neo] LuceneIndexService

2010-01-21 Thread Mattias Persson
I too think that's a pretty good level. Maybe something like this will find its way into the LuceneIndexService after the next release 2010/1/21, Lorenzo Livi : > I think it could be an optional feature to be executed (embedded) in > the shutdown() method. > It must be not mandatory because it cou

Re: [Neo] Install neo4.py on FreeBSD

2010-01-21 Thread Tobias Ivarsson
On Thu, Jan 21, 2010 at 8:40 PM, Diego Ochoa Tocachi wrote: ---8<--- > byte-compiling > build/bdist.freebsd-8.0-RELEASE-p2-amd64/egg/neo4j/_py_3x_.py > to _py_3x_.pyc > SyntaxError: ('invalid syntax', > ('build/bdist.freebsd-8.0-RELEASE-p2-amd64/egg/neo4j/_py_3x_.py', 9, 34, > 'def create_class(c

Re: [Neo] Install neo4.py on FreeBSD

2010-01-21 Thread Diego Ochoa Tocachi
2010/1/21 Tobias Ivarsson > This was a tricky one. > > It turns out that jcc doesn't support FreeBDS 8. I've added that as a > dependency for a future version where I want to use it as default > java-connector instead of jpype. But since things work fine with jpype > there > is no need to install

Re: [Neo] Install neo4.py on FreeBSD

2010-01-21 Thread Tobias Ivarsson
This was a tricky one. It turns out that jcc doesn't support FreeBDS 8. I've added that as a dependency for a future version where I want to use it as default java-connector instead of jpype. But since things work fine with jpype there is no need to install jcc. The simple solution is to remove li

[Neo] Install neo4.py on FreeBSD

2010-01-21 Thread Diego Ochoa Tocachi
Hi everyone, I want to install neo4j bind for python on FreeBSD, but I get install errors: # svn co https://svn.neo4j.org/components/neo4j.py/trunk neo4j-python # cd neo4j-python # python setup.py install Traceback (most recent call last): File "setup.py", line 146, in main() File "setup

Re: [Neo] LuceneIndexService

2010-01-21 Thread Lorenzo Livi
I think it could be an optional feature to be executed (embedded) in the shutdown() method. It must be not mandatory because it could take a little bit to complete On Thu, Jan 21, 2010 at 4:24 PM, Mattias Persson wrote: > Unfortunately you can't do it in the LuceneIndexService... but I'd >

Re: [Neo] LuceneIndexService

2010-01-21 Thread Mattias Persson
Unfortunately you can't do it in the LuceneIndexService... but I'd guess that it could be exposed in some form, or that it could be configured to run optimize() in shutdown or when it's started. 2010/1/21 Lorenzo Livi : > Hi all. A basic question: is the a way to optimize the index with the > Embe

Re: [Neo] Mutliple embedded databases?

2010-01-21 Thread Johan Svensson
No, should work fine. -Johan On Thu, Jan 21, 2010 at 3:09 PM, wrote: >   Are there any restrictions on having a Java app host more than one >   GraphDatabaseService?  Any issues with transactioning? > > > >   Thanks, > > > >   Rick ___ Neo mailing lis

Re: [Neo] Graph linking in Neo4j- Is it possible?

2010-01-21 Thread Mattias Persson
A graph with that size is easily managable within one single Neo4j instance, so there's no need to partition it into several instances. The most natural way of having subgraphs is via the reference node so that you from the reference node have relationships to all your subgraphs. You can of course

[Neo] LuceneIndexService

2010-01-21 Thread Lorenzo Livi
Hi all. A basic question: is the a way to optimize the index with the Embedded neo mode? In the batch mode we have the optimize() method in the BatchInserter ... I have to do manually? best regards Lorenzo ___ Neo mailing list User@lists.neo4j.org https:

[Neo] Mutliple embedded databases?

2010-01-21 Thread rick . bullotta
Are there any restrictions on having a Java app host more than one GraphDatabaseService? Any issues with transactioning? Thanks, Rick ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo] Graph linking in Neo4j- Is it possible?

2010-01-21 Thread Amir Hossein Jadidinejad
Hi, I'm thinking about a huge graph database (about 3M nodes and 90M relationships). It's a clustered graph that maybe only some parts(cluster) of it will be necessary in some times! Since I'd like to visualize and access some part (cluster) of this graph, Is it possible to have different sub gr