Re: [Neo] Announcing Neo4j 1.0

2010-02-16 Thread Dan Heaver
Fantasic, Well done guys :) Dan On 16 Feb 2010, at 16:11, Johan Svensson jo...@neotechnology.com wrote: Friends, After ten years of development, we are happy to finally announce the release of Neo4j 1.0. It's available here: http://neo4j.org/download

Re: [Neo] Communication channel preferences?

2009-12-30 Thread Dan Heaver
I'd go for wave... I've been playing with it for a few weeks and quite like it so far... D On 30 Dec 2009, at 10:37, Peter Neubauer peter.neuba...@neotechnology.com wrote: Hi Folks, just wanted to check with you all if there is interest in some additional forms of communication? What do

Re: [Neo] Persistance of nodeID

2009-11-20 Thread Dan Heaver
I don't know if this is best practice but I have in the passed used the ref node to store stats about the graph, I.e. Node count, relationship count etc D On 20 Nov 2009, at 14:54, Mattias Persson matt...@neotechnology.com wrote: 2009/11/20 Laurent Laborde kerdez...@gmail.com:

Re: [Neo] Api - setProperties(Map properties) ?

2009-09-08 Thread Dan Heaver
something like that to the API (others will have to chime in with exactly why), but itsn't it just as easily accomplished by you writing a public static utility method like setMapProperties( PropertyContainer target, MapString, Object properties )? 2009/9/8 Dan Heaver dan.hea...@peepwl.com

[Neo] Api - setProperties(Map properties) ?

2009-09-08 Thread Dan Heaver
Guys, I've been working with Neo quite a lot of late (as you are aware from the amount of bothering you we have been doing...) One thing I keep finding myself doing is writing loops to pull properties out of a Map and add them to a Node. I keep wondering if there isn't an argument for a

Re: [Neo] JTA Classes

2009-09-04 Thread Dan Heaver
Todd, what are you trying to achieve? lots of us have large graphs and code that works with them. can you be more specific? Dan On Fri, Sep 4, 2009 at 3:40 PM, Todd Stavish toddstav...@gmail.com wrote: Thanks Andreas. Worked like a charm. Does anyone have any sample code that does larger

Re: [Neo] JTA Classes

2009-09-04 Thread Dan Heaver
Todd - go read the docs. The API is pretty small and you should be able to knock something up in about 20 mins... Dan On Fri, Sep 4, 2009 at 3:51 PM, Todd Stavish toddstav...@gmail.com wrote: I am writing a prototype to link the relationships between people based on cell call records. I was

Re: [Neo] New features in trunk

2009-09-02 Thread Dan Heaver
Johan, your my hero! The readonly mode stuff is going to be a god sent to us and the depth traversal stuff is definitely going to help some of our longer jobs. We have a deadline to hit next wednesday but straight after I'll get testing it on out bigger graphs. Thank you... Dan On Wed, Sep