Re: [Neo4j] neo4j.py configuration settings

2010-10-01 Thread Martin Aryee
Hi Tobias, Being very new to Neo4j, I was actually wondering how (given that I know what settings I want to use) how to actually specify them when using python. From looking at the 'Starting the Neo4j Graph Database' section of 'http://components.neo4j.org/neo4j.py', I see that the available

Re: [Neo4j] neo4j.py configuration settings

2010-10-01 Thread Tobias Ivarsson
The recommendations for these settings are the same regardless of whether you are using Java or Python. A good place to start would be this wiki page: http://wiki.neo4j.org/content/Configuration_Settings Cheers, Tobias On Fri, Oct 1, 2010 at 7:32 PM, Martin Aryee wrote: > Hi, > > I'm trying to

[Neo4j] sharding Neo4j graph database

2010-10-01 Thread Raghava Mutharaju
Hi, We looking into the options for sharding Neo4j. Using Gizzard (which is a sharding framework from Twitter) seemed to be one of the possibilities. I posting here so that everyone can evaluate this possibility and offer suggestions. Did anyone else try sharding of Neo4j? I have the following qu

[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 maili

Re: [Neo4j] Using EmbeddedGraphDatabase, possible to stop node caching eating ram?

2010-10-01 Thread Mattias Persson
2010/9/30 Garrett Barton > Thanks for the reply! > > Root nodes are found via: > > private Node getNewNode(NeoTypes entity) { > Node n = graphDb.createNode(); > n.createRelationshipTp(getRootEntity(entity),entity); > } > > private Node getRootNode(NeoTypes entity) { > Node root = rootMap.get(e