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 would make your posts even more awesomer (for me at least). 1. I'd love it if you could point to the code. In this post, you write about getNodeById() - why not make the method name a link to the class file in https://svn.neo4org? 2. I think that it would be interesting to have a post about how backups are done. Personally, I have always been interested in how you make a backup of a live database without using huge locks. But maybe that's just me... :) You are doing a great job Chris. If you have any questions, ask away here on the list. Andrés On Thu, Oct 7, 2010 at 1:43 PM, Chris Gioran <[email protected]> wrote: > Hi list, > > I have started a series of small articles that comprise an attempt to > provide an exposition of the internals of Neo, explaining some of the > inner workings and the functions of some core classes. So far I have > taken a shot at the startup/base class creation and the caching > subsystem. You can find them here: > > http://digitalstain.blogspot.com/2010/10/inside-neo4j-hello-world.html > http://digitalstain.blogspot.com/2010/10/neo4j-internals-caching.html > > This effort begun as a personal documentation project to keep notes as > I was going through the code, but judging the result as potentially > useful to a broader audience I thought it might be a good idea to > share. I am, however, not convinced that the format is explanatory > enough or deep enough (or correct, for that matter :), so I was hoping > for some community feedback for improvement. > > I have still to do the persistence layer, the traversal framework and, > of course, transactions. Is there anything else I should cover (or is > this a complete waste of time)? > > Thank you for your time. > > cheers, > CG > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

