Re: [Neo4j] Explicit transaction context

2010-09-07 Thread Anders Nawroth
Hi Atle! 2010-09-07 22:43, Atle Osmoen-Prange: > Is there a way to get a hold of the transaction context, and pass it around, > instead of having it bound to a thread. > > The case is that i want to use actors for multithreading, and the > transaction might leave the thread it was started in. You

[Neo4j] Explicit transaction context

2010-09-07 Thread Atle Osmoen-Prange
Is there a way to get a hold of the transaction context, and pass it around, instead of having it bound to a thread. The case is that i want to use actors for multithreading, and the transaction might leave the thread it was started in. -atle ___ Neo4j

Re: [Neo4j] list or tree ?

2010-09-07 Thread Stephane Urdy
Andreas Kollegger wrote: > Oh, and here's the graph... > > > > On Tue, Sep 7, 2010 at 10:59 AM, Andreas Kollegger < > andreas.kolleg...@neotechnology.com> wrote: > > >> Hey Stephane, >> >> It occurs to me that a general strategy for improving traversal speeds is >> to add indexing nodes that hel

Re: [Neo4j] distributed neo4j

2010-09-07 Thread Ilya Sterin
Hmmm, I'll check out the paper, but I think the problem with any shared memory is to maintain consistency you have to synchronize and that will drastically reduce scale. I think eventually consistent, share nothing graph stores with merging/replication (master/master) is the way to go. Ilya On T

Re: [Neo4j] Importing hierarchical csv data file to neo4j.py

2010-09-07 Thread Andres Taylor
Hi Francois, Comments below. On Tue, Sep 7, 2010 at 2:10 PM, Francois Kassis wrote: > Hi all, > > 1) How could I import data from a hierarchical csv data file into > neo4j.py using python. > It depends a little on what your data looks like. Care to share a few lines? It would make it much

[Neo4j] Importing hierarchical csv data file to neo4j.py

2010-09-07 Thread Francois Kassis
Hi all, 1) How could I import data from a hierarchical csv data file into neo4j.py using python. 2) How to retrieve a node by one of it's propreties. THX ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listi

Re: [Neo4j] distributed neo4j

2010-09-07 Thread Atle Osmoen-Prange
The paper looks interesting, but could you perhaps give me an outline of the differences between distributed key-value stores (like www.hazelcast.com), and distributed shared memory? -atle On Tue, Sep 7, 2010 at 12:01 PM, Jim Webber wrote: > Hi Atle, > > I'm thinking along different lines: som

Re: [Neo4j] distributed neo4j

2010-09-07 Thread Jim Webber
Hi Atle, I'm thinking along different lines: something like distributed shared memory with caching (and performant cache invalidation). My old friend Savas Parastatidis implemented such a scheme around 10 years ago for his PhD, and I'm starting to think whether it'd be an appropriate approach f

Re: [Neo4j] list or tree ?

2010-09-07 Thread Andreas Kollegger
Hey Stephane, It occurs to me that a general strategy for improving traversal speeds is to add indexing nodes that help reduce the number of possible paths to check. For instance, you could add "week of the year" nodes which group bank receipts and statements into a time-oriented groups. In the at

Re: [Neo4j] distributed neo4j

2010-09-07 Thread Atle Osmoen-Prange
Hi, i have been thinking about this for a while, but i am not very smart, so the results aren't that interesting. One way to solve this is just to model the graph ontop of a key-value store, and store pointers to nodes and relationships in the values. The pro is that its easy to implement, and it

Re: [Neo4j] Using the REST neo4j

2010-09-07 Thread Jacob Hansson
2010/9/6 Alexandru Popescu ☀ > On Monday, September 6, 2010, Jim Webber wrote: > > Hi Alex, > > > >> While I still can achieve all these with the current packaging, it > >> feels more "hacky": I need to create a new Jetty6BasedWebServer or > >> modify the existing one to enhance it with my own s

Re: [Neo4j] API Questions and a bit more

2010-09-07 Thread Andreas Kollegger
Hi again, Sorry for the inadvertent vowel switch on your name, a problem I experience far too often in the US when mailing lists decide to drop the last letter of my name. Cheers, Andrea On Tue, Sep 7, 2010 at 7:27 AM, Andreas Kollegger < andreas.kolleg...@neotechnology.com> wrote: > Hi Alexand