Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-11-04 Thread Andres Taylor
Again, Chris, thank you for the (obvious) hard work you have put into this. You have created a valuable resource. Andrés On Thu, Nov 4, 2010 at 7:54 PM, Chris Gioran wrote: > Hi people, > > the last part of my series: > > Neo4j Internals: Transactions (Part 3) as a complete run and a conclusion

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-11-04 Thread Chris Gioran
Hi people, the last part of my series: Neo4j Internals: Transactions (Part 3) as a complete run and a conclusion is available here: http://digitalstain.blogspot.com/2010/11/neo4j-internals-transactions-part-3-as.html I try, by following a very small example, to demonstrate the interactions tha

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-11-02 Thread Chris Gioran
The second-to-last post in the core series: Neo4j Internals: Interlude - Xa roundup and consistency available here: http://digitalstain.blogspot.com/2010/11/neo4j-internals-interlude-xa-roundup.html A needed coverage of some classes that are a core part of the Neo mechanism. It should have been

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-28 Thread Peter Neubauer
And it made it to DZone this time! http://www.dzone.com/links/neo4j_internals.html, feel free to vote - it's great reading, Chris! Cheers, /peter neubauer VP Product Management, Neo Technology GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://ww

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-27 Thread Jim Webber
Hi Chris, This is brilliant stuff, I really enjoy your writing style and am learning much from it. Keep it up. Jim On 27 Oct 2010, at 21:34, Chris Gioran wrote: > Another post in the same series > > Neo4j Internals: Transactions (Part 2) - XaResources, Transactions and > TransactionManagers >

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-27 Thread Chris Gioran
Another post in the same series Neo4j Internals: Transactions (Part 2) - XaResources, Transactions and TransactionManagers available at http://digitalstain.blogspot.com/2010/10/neo4j-internals-transactions-part-2.html As the posts go by, I tend to have an intuitive feel about the code, so I may

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-20 Thread Chris Gioran
Hi people, here is the next part of my series on Neo internals Neo4j Internals: Transactions (Part 1) - Write Ahead Log and Deadlock Detection available at http://digitalstain.blogspot.com/2010/10/neo4j-internals-transactions-part-1.html Since the tx handling code is much more complex than the

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-19 Thread Toby Matejovsky
Chris, I've really enjoyed those posts on neo4j internals. Looking forward to the next. -- Toby Matejovsky On Tue, Oct 19, 2010 at 6:10 AM, Chris Gioran wrote: > On Mon, Oct 18, 2010 at 11:57 PM, Peter Neubauer > wrote: > > Chris, > > great reading your blogs on this! Did you get on with the t

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-19 Thread Chris Gioran
On Mon, Oct 18, 2010 at 11:57 PM, Peter Neubauer wrote: > Chris, > great reading your blogs on this! Did you get on with the transaction > piece yet? In case you need info, don't hesitate to ask here on the > list, there are a number of folks that have disected the area before > :) > > Also, when

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-18 Thread Peter Neubauer
Chris, great reading your blogs on this! Did you get on with the transaction piece yet? In case you need info, don't hesitate to ask here on the list, there are a number of folks that have disected the area before :) Also, when it comes to Neo4j working with other TX managers in a JTA environment

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-10 Thread Chris Gioran
Hi list, I have another couple of posts on the same series. The first can be read at http://digitalstain.blogspot.com/2010/10/neo4j-internals-file-storage.html and it is an exposition of my understanding of the format of the files that neo keeps its data in. It is a fairly big post that deals w

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-07 Thread Chris Gioran
On Thu, Oct 7, 2010 at 2:59 PM, Andres Taylor wrote: > Hi Chris, > > Absolutely awesome stuff you have written. As a new hire in Neo > Technologies, I'm reading your blog posts with great interest. I like how > you take code and make a story out of it - it's much easier to understand > the code af

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-07 Thread Andres Taylor
Hi Chris, Absolutely awesome stuff you have written. As a new hire in Neo Technologies, I'm reading your blog posts with great interest. I like how you take code and make a story out of it - it's much easier to understand the code after reading your posts on it. Thank you! I have two wishes that