[Neo4j] neo4j.py configuration settings

2010-10-01 Thread Martin Aryee
Hi, I'm trying to work out the recommended way to modify configuration settings when using neo4j.py, specifically the memory mapping settings and the java heap size. Does anybody have recommendations on where to start? Thanks, Martin. ___ Neo4j

Re: [Neo4j] neo4j.py configuration settings

2010-10-01 Thread Martin Aryee
On Fri, Oct 1, 2010 at 7:32 PM, Martin Aryee martin.ar...@gmail.com wrote: Hi, I'm trying to work out the recommended way to modify configuration settings when using neo4j.py, specifically the memory mapping settings and the java heap size. Does anybody have recommendations on where to start

[Neo4j] ImportError: No applicable backend found. with revision 5676

2010-09-19 Thread Martin Aryee
Hi, When doing my first install of neo4j and neo4j.py today I came across a No applicable backend found error. I have been able to avoid it at the moment by switching to an older svn revision. When using revision 5676 on Jython 2.5.1 as follows: import neo4j graphdb = neo4j.GraphDatabase(

Re: [Neo4j] ImportError: No applicable backend found. with revision 5676

2010-09-19 Thread Martin Aryee
://www.neo4j.org - Your high performance graph database. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Sun, Sep 19, 2010 at 6:34 AM, Martin Aryee martin.ar...@gmail.com wrote: Hi, When doing my first install of neo4j and neo4j.py today I came across

[Neo4j] Relationship type with name determined by a variable?

2010-09-19 Thread Martin Aryee
Hi, I was wondering if it's possible to create a new relationship type with a name that's determined by a variable. For example, when creating a relationship knows I'd typically write: n1 = graphdb.node() n2 = graphdb.node() n1.knows(n2) Instead of the last line, I'd like to do something

Re: [Neo4j] Relationship type with name determined by a variable?

2010-09-19 Thread Martin Aryee
Thanks for the responses. Since I'm new to this graph db thing I might very well just be setting up my model wrong. I'm representing a group of scientists and want to somehow capture the list of publications they have coauthored. Each publication has a set of keywords representing research