<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C0cDQX08eip7ImA9WhVUFUU.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998</id><updated>2012-05-21T08:17:50.372+02:00</updated><category term="nosql east" /><category term="ruby" /><category term="rest" /><category term="nosql-east" /><category term="grails" /><category term="semanticweb" /><category term="conference jaoo talk" /><category term="gsoc" /><category term="visualization" /><category term="integration" /><category term="semweb" /><category term="talk" /><category term="semantic web" /><category term="gis" /><category term="nosql" /><category term="release documentation example imdb" /><category term="grovvy" /><category term="jruby" /><category term="release" /><category term="conference" /><category term="conference oscon talk" /><title>Neo4j News</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://news.neo4j.org/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://news.neo4j.org/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Neo4jNews" /><feedburner:info uri="neo4jnews" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;C0EFRXg4eCp7ImA9Wx9SE0U.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2924727608213438652</id><published>2010-12-02T11:23:00.011+01:00</published><updated>2010-12-03T14:06:54.630+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-03T14:06:54.630+01:00</app:edited><title>Neo4j 1.2 Milestone 5 - Reference Manual and HA!</title><content type="html">&lt;a href="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TPd2wa1Lc7I/AAAAAAAADxI/e97LgGfCFNA/s1600/peter_small.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" id="BLOGGER_PHOTO_ID_5546032040338224050" src="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TPd2wa1Lc7I/AAAAAAAADxI/e97LgGfCFNA/s400/peter_small.png" style="cursor: pointer; height: 151px; width: 110px;" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Peter Neubauer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hi there,&lt;br /&gt;in this release,  the community and the Neo4j team have been working hard to bring you  some really long-term value in the Neo4j project, mainly Documentation  and the first glimpse of the High Availability component.&lt;br /&gt;&lt;br /&gt;Thanks to all individuals reporting bugs, feedback and patches, a couple of them got into this release, like for instance:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Minor Neo4j server script enhancements from Mao Pu&lt;/li&gt;&lt;li&gt;REST API feedback form Rick Bullotta, Max De Marci and many others&lt;/li&gt;&lt;li&gt;Much feedback on visualization options for graphs from the community&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h2&gt;Documentation&lt;/h2&gt;Neo4j now has the beginnings of a one-stop reference manual as both online HTML and PDF, giving you reference documentation on using Neo4j and the related components. We hope this will make it much  easier to find relevant information, getting started and look up things that previously have been spread over the wiki, blog posts and other different online sources. This documentation is available online at &lt;a href="http://docs.neo4j.org/"&gt;http://docs.neo4j.org/&lt;/a&gt; .&lt;br /&gt;This is work in progress, but please get back to us with feedback on what you want to see more of, things that might be missing and other comments!&lt;br /&gt;&lt;br /&gt;Also, this documentation will be  versioned, so that for each Neo4j release there will be a corresponding  version of the Neo4j Reference Manual. Eventually, we hope to evolve  this into a book on Neo4j. If you want to contribute to the effort, let  us know!&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;High Availability&lt;/h2&gt;With this  milestone, we are proud to for the first time release a version of the  Highly Available Neo4j cluster to the community. This component turns  Neo4j into a system with a Write-Master and a number of Read-Slaves.  Upon mutating operations, at least the master and one slave are  committing the transaction before propagating out the changes to the  other slaves. In case of the write-master failing, the remaining slaves  will automatically elect a new master. Also, the whole cluster  infrastructure is transparent to the code that uses the Neo4j API, so that all slaves and  masters can be written to and read from transparently. Your code does not need  to be aware of the type of HA setup it is running on. Simply do&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;GraphDatabaseService db = new HighlyAvailableGraphDatabase( path, config );&lt;/pre&gt;and off you go as usual!&lt;br /&gt;More on that to come as part of the &lt;a href="http://docs.neo4j.org/html/snapshot/#_high_availability"&gt;documentation&lt;/a&gt;, but feel free to get it going and give it a spin.&lt;br /&gt;&lt;br /&gt;As always, to get the release, download it from &lt;a href="http://neo4j.org/"&gt;http://neo4j.org/&lt;/a&gt; or update your pom.xml to&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;dependency&amp;gt;&lt;br /&gt;  &amp;lt;groupId&amp;gt;org.neo4j&amp;lt;/groupId&amp;gt;&lt;br /&gt;  &amp;lt;artifactId&amp;gt;neo4j&amp;lt;/artifactId&amp;gt;&lt;br /&gt;  &amp;lt;version&amp;gt;1.2.M05&amp;lt;/version&amp;gt;&lt;br /&gt;&amp;lt;/dependency&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;May the source be with you!&lt;br /&gt;&lt;br /&gt;/peter&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2924727608213438652?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2924727608213438652/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2924727608213438652" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2924727608213438652?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2924727608213438652?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/GBIL2vQg1iY/neo4j-12-milestone-5-reference-manual.html" title="Neo4j 1.2 Milestone 5 - Reference Manual and HA!" /><author><name>Peter Neubauer</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh5.googleusercontent.com/-w68TnZ6eMnM/AAAAAAAAAAI/AAAAAAAAAAA/aB7OzRimOew/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TPd2wa1Lc7I/AAAAAAAADxI/e97LgGfCFNA/s72-c/peter_small.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2010/12/neo4j-12-milestone-5-reference-manual.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cNQXs5cSp7ImA9Wx5bGUs.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-4058071934557008259</id><published>2010-11-05T15:58:00.001+01:00</published><updated>2010-11-05T15:58:10.529+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-05T15:58:10.529+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j 1.2 Milestone 3 - Habit Forming</title><content type="html">&lt;p&gt;&lt;br /&gt;&lt;img style="float: right;" title="kollegger-shroom.jpg" src="http://lh4.ggpht.com/_nUUb98E8EoQ/TNQbf9twVcI/AAAAAAAAAL0/hND2os3FxDM/kollegger-shroom.jpg?imgmax=800" border="0" alt="Andreas Kollegger" width="120" height="179" /&gt;&lt;/p&gt;&lt;p&gt;﻿The first time is a promise. The second, a confirmation. But it's not until the third time you follow through on cleaning your room that you can claim it as a habit.&lt;/p&gt;&lt;p&gt;We're feeling good about having a milestone release habit. Regular releases keep us mindful of always working towards delivering something useful. Milestone 3 has been quality-assured to minor API changes, bug fixes and some repackaging.&lt;/p&gt;&lt;p&gt;Get it from the &lt;a href="http://neo4j.org/download"&gt;download site&lt;/a&gt;. And read about the changes &lt;a href="http://dist.neo4j.org/Neo4j-CHANGES.txt"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Oh, and a reminder for anyone in the glorious Øresund region: look for Neo4j team members at ﻿&lt;a href="http://www.oredev.org/"&gt;Øredev&lt;/a&gt; next week.&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Andreas&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-4058071934557008259?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/4058071934557008259/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=4058071934557008259" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4058071934557008259?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4058071934557008259?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/jNZFxauUOVs/neo4j-12-milestone-3-habit-forming.html" title="Neo4j 1.2 Milestone 3 - Habit Forming" /><author><name>Andreas Kollegger</name><uri>http://www.blogger.com/profile/09101258916597996428</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/_nUUb98E8EoQ/TNQbf9twVcI/AAAAAAAAAL0/hND2os3FxDM/s72-c/kollegger-shroom.jpg?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2010/11/neo4j-12-milestone-3-habit-forming.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEMRHw_fSp7ImA9Wx5bEEU.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-1742279262855572130</id><published>2010-10-26T06:36:00.004+02:00</published><updated>2010-10-26T11:51:25.245+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-26T11:51:25.245+02:00</app:edited><title>Neo4j at Öredev and Oredev Open, Nov 8-12, Malmö, Sweden</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TLQ0haWuTHI/AAAAAAAADrI/LolO1ZevS5Q/s1600/peter_small.png"&gt;&lt;img style="cursor: pointer; width: 77px; height: 107px;" src="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TLQ0haWuTHI/AAAAAAAADrI/LolO1ZevS5Q/s400/peter_small.png" alt="" id="BLOGGER_PHOTO_ID_5527100391305399410" border="0" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;Peter Neubauer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hi all,&lt;br /&gt;the Neo4j team is very excited to announce some Neo4j Team members being present at this years &lt;a href="http://www.oredev.org"&gt;Öredev&lt;/a&gt;. Jim Webber is talking about &lt;a href="http://oredev.org/2010/sessions/rest-in-practice"&gt;REST in Practice&lt;/a&gt;, and Emil Eifrem is introducing the new &lt;a href="http://oredev.org/2010/sessions/spring-andand-nosql-introducing-the-new-spring-data-project"&gt;Spring Data &amp;amp;&amp;amp; NoSQL&lt;/a&gt;components, with Neo4j being the first fully supported backend.&lt;br /&gt;&lt;br /&gt;Also, there is the &lt;a href="http://oredev.org/2010/oredev-open"&gt;Öredev Open&lt;/a&gt; event on November 11. where MongoDB and Neo4j will contribute to the NoSQL track. Come, join and share - Malmö is always worth a visit in November :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Cheers,&lt;br /&gt;&lt;br /&gt;Your &lt;a href="http://neo4j.org/"&gt;Neo4j&lt;/a&gt; team.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-1742279262855572130?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/1742279262855572130/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=1742279262855572130" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/1742279262855572130?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/1742279262855572130?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/TvrhUeetWyQ/neo4j-at-oredev-and-oredev-open-nov-8.html" title="Neo4j at Öredev and Oredev Open, Nov 8-12, Malmö, Sweden" /><author><name>Peter Neubauer</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh5.googleusercontent.com/-w68TnZ6eMnM/AAAAAAAAAAI/AAAAAAAAAAA/aB7OzRimOew/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TLQ0haWuTHI/AAAAAAAADrI/LolO1ZevS5Q/s72-c/peter_small.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2010/10/neo4j-at-oredev-and-oredev-open-nov-8.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YCRHk5eyp7ImA9Wx5UF04.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-4935039079107102995</id><published>2010-10-21T16:25:00.004+02:00</published><updated>2010-10-22T09:06:05.723+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-22T09:06:05.723+02:00</app:edited><title>Neo4j 1.2.M02 is out</title><content type="html">&lt;div style="float:right"&gt;&lt;img style="margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 110px; height: 139px;" src="http://neo4j.org/andres.jpg" border="0" alt="" /&gt;&lt;/div&gt;&lt;br /&gt;In following our new bi-weekly release schedule, we today have released version 1.2.M02 of Neo4j. It's been a productive couple of weeks, and the biggest change for our users is the new &lt;a href="http://wiki.neo4j.org/content/Index_Framework"&gt;integrated index API&lt;/a&gt;, with Lucene as the default implementation.&lt;br /&gt;&lt;br /&gt;Update your maven pom dependencies to:&lt;br /&gt;&lt;pre class="brush: xml"&gt;&lt;br /&gt;&amp;lt;project&amp;gt;&lt;br /&gt;...&lt;br /&gt;&amp;lt;dependencies&amp;gt;&lt;br /&gt;&amp;lt;dependency&amp;gt;&lt;br /&gt;  &amp;lt;groupId&amp;gt;org.neo4j&amp;lt;/groupId&amp;gt;&lt;br /&gt;  &amp;lt;artifactId&amp;gt;neo4j&amp;lt;/artifactId&amp;gt;&lt;br /&gt;  &amp;lt;version&amp;gt;1.2.M02&amp;lt;/version&amp;gt;&lt;br /&gt;  &amp;lt;type&amp;gt;pom&amp;lt;/type&amp;gt;&lt;br /&gt;&amp;lt;/dependency&amp;gt;&lt;br /&gt;...&lt;br /&gt;&amp;lt;/dependencies&amp;gt;&lt;br /&gt;...&lt;br /&gt;&amp;lt;/project&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;More links:&lt;br /&gt;&lt;br /&gt;Download &lt;a href="http://neo4j.org/get?file=neo4j-1.2.M02.zip"&gt;here&lt;/a&gt;&lt;br /&gt;Read more &lt;a href="http://blog.neo4j.org/2010/10/neo4j-12-milestone-2-one-more-step.html"&gt;here&lt;/a&gt;&lt;br /&gt;Get started &lt;a href="http://wiki.neo4j.org/content/Getting_Started_With_Neo4j"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Happy hacking&lt;br /&gt;&lt;br /&gt;Andrés&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-4935039079107102995?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/4935039079107102995/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=4935039079107102995" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4935039079107102995?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4935039079107102995?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/ZWkjQk_DUpk/in-following-our-new-bi-weekly-release.html" title="Neo4j 1.2.M02 is out" /><author><name>Andres Taylor</name><uri>http://www.blogger.com/profile/05999835041641711903</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2010/10/in-following-our-new-bi-weekly-release.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YMQXc9eip7ImA9Wx5VGEU.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2311959781762483175</id><published>2010-10-12T12:07:00.007+02:00</published><updated>2010-10-12T14:06:20.962+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-12T14:06:20.962+02:00</app:edited><title>Neo4j 1.2 Milestone 1 released</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TLQ0haWuTHI/AAAAAAAADrI/LolO1ZevS5Q/s1600/peter_small.png"&gt;&lt;img style="cursor: pointer; width: 77px; height: 107px;" src="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TLQ0haWuTHI/AAAAAAAADrI/LolO1ZevS5Q/s400/peter_small.png" alt="" id="BLOGGER_PHOTO_ID_5527100391305399410" border="0" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;Peter Neubauer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;The Neo4j team is pleased to announce the &lt;a href="http://neo4j.org/get?file=neo4j-1.2.M01.zip"&gt;first milestone&lt;/a&gt; towards the 1.2  release of Neo4j  -- &lt;a href="http://neo4j.org/get?file=neo4j-1.2.M01.zip"&gt;1.2.M01&lt;/a&gt; being the version number. Our current focus is on usability, which  means improving the overall experience of getting, installing, and using  Neo4j. We're starting with:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;a bi-weekly release schedule, for quick introduction of new features&lt;/li&gt;&lt;li&gt;deploying artifacts to maven central, for hassle-free distribution&lt;/li&gt;&lt;li&gt;new ways of gathering feedback, so we can figure out what works&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;Download here -- &lt;a href="http://neo4j.org/get?file=neo4j-1.2.M01.zip" target="_blank"&gt;http://neo4j.org/get?file=neo4j-1.2.M01.zip&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Depend on it here -- &lt;a href="http://repo1.maven.org/maven2/" target="_blank"&gt;http://repo1.maven.org/maven2/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Read more here -- &lt;a href="http://blog.neo4j.org/2010/10/announcing-neo4j-12m01-and-focus-on.html" target="_blank"&gt;http://blog.neo4j.org/2010/10/announcing-neo4j-12m01-and-focus-on.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Get started here -- &lt;a href="http://wiki.neo4j.org/content/Getting_Started_With_Neo4j" target="_blank"&gt;http://wiki.neo4j.org/content/Getting_Started_With_Neo4j&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;Your &lt;a href="http://neo4j.org"&gt;Neo4j&lt;/a&gt; team.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2311959781762483175?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2311959781762483175/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2311959781762483175" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2311959781762483175?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2311959781762483175?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/b-wOhOhPsTI/neo4j-12-milestone-1-released.html" title="Neo4j 1.2 Milestone 1 released" /><author><name>Peter Neubauer</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh5.googleusercontent.com/-w68TnZ6eMnM/AAAAAAAAAAI/AAAAAAAAAAA/aB7OzRimOew/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_FS7Tw5PaoNY/TLQ0haWuTHI/AAAAAAAADrI/LolO1ZevS5Q/s72-c/peter_small.png" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://news.neo4j.org/2010/10/neo4j-12-milestone-1-released.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMDR3c7eCp7ImA9Wx5REEk.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-7135731154510522528</id><published>2010-08-17T11:00:00.010+02:00</published><updated>2010-08-17T12:54:36.900+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-17T12:54:36.900+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="integration" /><category scheme="http://www.blogger.com/atom/ns#" term="visualization" /><category scheme="http://www.blogger.com/atom/ns#" term="gsoc" /><title>Neo4j visualization with Gephi</title><content type="html">&lt;p&gt;&lt;img src="http://www.gravatar.com/avatar/7ac22e95ab5eed66dad7ddea6fd70182.png?s=120" alt="" style="float:right; margin: 0 0 20px 10px" /&gt;During the summer &lt;a href="http://twitter.com/muzPayne"&gt;Martin Škurla&lt;/a&gt; has developed support for the &lt;a href="http://neo4j.org/"&gt;Neo4j&lt;/a&gt; graph database in the &lt;a href="http://gephi.org/"&gt;Gephi&lt;/a&gt; visualization and exploration platform. This Google Summer of Code &lt;a href="http://wiki.neo4j.org/content/Google_Summer_of_Code_for_Neo4j_Visualization"&gt;project&lt;/a&gt; is now approaching its finish.&lt;/p&gt;&lt;p&gt;The basic idea of the project is twofold:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Users of Neo4j get better visualization support&lt;/li&gt;&lt;li&gt;Users of Gephi can work with larger graphs&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;The graph visualization can give you output like this:&lt;/p&gt;&lt;p&gt;&lt;img src="http://wiki.gephi.org/images/thumb/e/e1/Preview-window.png/500px-Preview-window.png"&gt;&lt;/p&gt;&lt;p&gt;Martin just published an &lt;a href="http://gephi.org/2010/gsoc-2010-mid-term-adding-support-for-neo4j-in-gephi/"&gt;article summarizing the project&lt;/a&gt;, head over and read it! For the future development of the Neo4j plugin, there's a &lt;a href="http://gephi.org/users/gephi-and-neo4j-cooperation-survey/"&gt;survey&lt;/a&gt; where everyone has the chance to give feedback on what features they want to use.&lt;/p&gt;&lt;p&gt;To try it out, download &lt;a href="http://netbeans.org/"&gt;NetBeans 6.9&lt;/a&gt; and use it to build and execute &lt;a href="https://code.launchpad.net/~bujacik/gephi/support-for-neo4j"&gt;the source code&lt;/a&gt; (Gephi depends on the NetBeans platform version 6.9). To check out the source, make sure to have &lt;a href="http://bazaar.canonical.com/en/"&gt;Bazaar&lt;/a&gt; installed, and then do:&lt;/p&gt;&lt;pre class="brush: plain"&gt;bzr checkout lp:~bujacik/gephi/support-for-neo4j&lt;/pre&gt;&lt;p&gt;Finally, you're welcome to discuss the plugin on the &lt;a href="http://neo4j.org/community/list/"&gt;Neo4j mailing list&lt;/a&gt; and in the &lt;a href="http://forum.gephi.org/viewtopic.php?f=9&amp;t=98"&gt;Gephi forums&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; See the comments for information on configuring NetBeans to build Gephi!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-7135731154510522528?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/7135731154510522528/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=7135731154510522528" title="9 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/7135731154510522528?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/7135731154510522528?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/kIEDWoa-Lpo/neo4j-visualization-with-gephi.html" title="Neo4j visualization with Gephi" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><thr:total>9</thr:total><feedburner:origLink>http://news.neo4j.org/2010/08/neo4j-visualization-with-gephi.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8MR3cycSp7ImA9WxFWFUs.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-1614005343556234219</id><published>2010-06-03T13:09:00.003+02:00</published><updated>2010-06-03T13:18:06.999+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-03T13:18:06.999+02:00</app:edited><title>NOSQL summer in Malmö!</title><content type="html">Hi all,&lt;br /&gt;the summer is finally here, and with it soooo much spare time. Why not meet up with some peeps and discuss some of the cool new paradigms of database technology popping up in the NOSQL space?&lt;br /&gt;&lt;br /&gt;Tim Anglade has been taking up the flag and is pulling off the &lt;a href="http://nosqlsummer.org/"&gt;NOSQL summer&lt;/a&gt;. If you are up for some cool discussions, join one of the places! &lt;a href="http://neotechnology.com/"&gt;NeoTechnology&lt;/a&gt; is providing space and beer for a &lt;a href="http://nosqlsummer.org/city/malmo"&gt;first meetup&lt;/a&gt; 16th of June in Malmö. We are starting off the the Amazon Dynamo paper, a classic in new data thinking. If you are in Sweden or Denmark, ping us on the list and come along!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-1614005343556234219?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/1614005343556234219/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=1614005343556234219" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/1614005343556234219?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/1614005343556234219?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/O8aPb5IEGfo/nosql-summer-in-malmo.html" title="NOSQL summer in Malmö!" /><author><name>Peter Neubauer</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh5.googleusercontent.com/-w68TnZ6eMnM/AAAAAAAAAAI/AAAAAAAAAAA/aB7OzRimOew/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2010/06/nosql-summer-in-malmo.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cERnw4eyp7ImA9WxFSE04.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2755123128495802037</id><published>2010-04-15T14:07:00.007+02:00</published><updated>2010-04-15T15:43:27.233+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-15T15:43:27.233+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="rest" /><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j Standalone REST server 0.8 available</title><content type="html">&lt;p&gt;The &lt;a href="http://neo4j.org"&gt;Neo4j&lt;/a&gt; team is proud to announce the availability of a REST wrapper that can be installed both on Windows, Linux and Mac OS X as a standalone server. Please follow the &lt;a href="http://wiki.neo4j.org/content/Getting_Started_REST"&gt;Getting Started&lt;/a&gt; guide on the Neo4j wiki where you'll find download links, the Matrix-REST example is available &lt;a href="http://blog.neo4j.org/2010/04/neo4j-rest-server-part1-get-it-going.html"&gt;over here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;This makes the interaction with the Neo4j graph database from PHP, .NET and other languages like Perl a lot easier. Let us know how things work out via the &lt;a href="https://lists.neo4j.org/mailman/listinfo/user"&gt;Neo4j mailing list&lt;/a&gt;!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2755123128495802037?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2755123128495802037/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2755123128495802037" title="11 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2755123128495802037?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2755123128495802037?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/CblxYtNJULw/neo4j-standalone-rest-server-08.html" title="Neo4j Standalone REST server 0.8 available" /><author><name>Peter Neubauer</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh5.googleusercontent.com/-w68TnZ6eMnM/AAAAAAAAAAI/AAAAAAAAAAA/aB7OzRimOew/s512-c/photo.jpg" /></author><thr:total>11</thr:total><feedburner:origLink>http://news.neo4j.org/2010/04/neo4j-standalone-rest-server-08.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQMQHY_eyp7ImA9WxBaFk0.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2267434486735201018</id><published>2010-03-25T15:46:00.007+01:00</published><updated>2010-03-26T12:53:01.843+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-26T12:53:01.843+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="visualization" /><category scheme="http://www.blogger.com/atom/ns#" term="gsoc" /><category scheme="http://www.blogger.com/atom/ns#" term="gis" /><title>Google Summer of Code Projects with Neo4j</title><content type="html">Great news for all students wanting to spend the summer hacking on Neo4j and getting paid for it! The hackers behind Neo4j have teamed up with a few mentoring organizations on some interesting &lt;a href="http://wiki.neo4j.org/content/Google_Summer_of_Code"&gt;Summer of Code projects&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;So far there are two proposed projects involving Neo4j, but more projects could be added in the next couple of days. You could of course also come up with a cool project on your own and propose it to one of the mentoring organizations.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.neo4j.org/content/Google_Summer_of_Code_for_Neo4j_Spatial"&gt;The first project&lt;/a&gt; we have proposed is a collaboration with the &lt;a href="http://udig.refractions.net/"&gt;uDIG project&lt;/a&gt;. This project is part of our greater effort of making Neo4j capable of being a fully featured &lt;a href="http://wiki.neo4j.org/content/Neo4j_Spatial"&gt;spatial database&lt;/a&gt;. The sweet spots are complex spatial algorithms such as routing, spatial analytics and N-dimensional indexing. This summer of code project will aim at implementing the &lt;a href="http://www.opengeospatial.org/"&gt;OpenGIS&lt;/a&gt; and &lt;a href="http://www.geotools.org/"&gt;GeoTools&lt;/a&gt; standard interfaces. This will make Neo4j a drop-in alternative to other GIS backends, such as PostGIS, MySQL Spatial and Oracle Spatial.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.neo4j.org/content/Google_Summer_of_Code_for_Neo4j_Visualization"&gt;The second project&lt;/a&gt; we have proposed is a &lt;a href="http://gephi.org/2010/gephi-and-neo4j-graph-database-propose-a-joint-gsoc-project/"&gt;collaboration&lt;/a&gt; with the &lt;a href="http://gephi.org/"&gt;Gephi project&lt;/a&gt;. What we aim for here is to make Gephi able to visualize graphs straight out of a Neo4j graph (not just exporting data from Neo4j and importing it in Gephi). This will enable Gephi to work with larger graphs than today, which is a direct benefit for Gephi. It will also enable Gephi to be used as a visualization tool for Neo4j based applications, for introspection, data debugging and graphical reporting.&lt;br /&gt;&lt;br /&gt;This will be a truly great summer for Neo4j and the lucky students who get selected for these projects. There's a lot of interest in both GIS and visualization in the Neo4j community, so we look forward to great discussions around these projects! Mark March 29 in your calendar and &lt;a href="http://socghop.appspot.com/"&gt;submit your proposal&lt;/a&gt; early!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2267434486735201018?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2267434486735201018/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2267434486735201018" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2267434486735201018?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2267434486735201018?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/EQOcGGv-iYk/google-summer-of-code-projects-with.html" title="Google Summer of Code Projects with Neo4j" /><author><name>Tobias Ivarsson</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="24" height="32" src="http://4.bp.blogspot.com/_WXepFfO0RXE/SSAUs3Te1rI/AAAAAAAAAAM/2G9uwUe1UZk/S220/tobiv.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2010/03/google-summer-of-code-projects-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYBSXsyeCp7ImA9WxBbE0Q.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-8337414647261741477</id><published>2010-03-12T11:22:00.006+01:00</published><updated>2010-03-12T13:32:38.590+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-12T13:32:38.590+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="jruby" /><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Update on Neo4j Ruby bindings</title><content type="html">&lt;p&gt;During 2010 there's been two releases of the &lt;a href="http://github.com/andreasronge/neo4j"&gt;Neo4j.rb&lt;/a&gt; JRuby bindings for the &lt;a href="http://neo4j.org/"&gt;Neo4j&lt;/a&gt; graph database so far. Time to catch up with what's new!&lt;/p&gt;&lt;p&gt;&lt;a href="http://groups.google.com/group/neo4jrb/browse_thread/thread/48f36a3a88cdf64f"&gt;Version 0.4.0&lt;/a&gt; of Neo4j.rb came with improved traversal performance, more options on how to use relationships, for instance relationships can now be indexed. &lt;a href="http://groups.google.com/group/neo4jrb/browse_thread/thread/ff7186172557c5f8"&gt;Version 0.4.1&lt;/a&gt; gave us migrations and access to a batch inserter for big import-once data volumes.&lt;/p&gt;&lt;p&gt;In the last days of 2009, &lt;a href="http://github.com/mdeiters/neo4jr-simple"&gt;neo4jr-simple&lt;/a&gt; was first released. It's a simple ready to go wrapper for Neo4j and currently in version 0.2.1. Make sure to check out the &lt;a href="http://github.com/mdeiters/neo4jr-social"&gt;neo4jr-social&lt;/a&gt; example application as well!&lt;/p&gt;&lt;p&gt;Great thanks to &lt;a href="http://twitter.com/ronge"&gt;Andreas Ronge&lt;/a&gt;, &lt;a href="http://twitter.com/mdeiters"&gt;Matthew Deiters&lt;/a&gt; and all the other contributors for the awesome stuff!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-8337414647261741477?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/8337414647261741477/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=8337414647261741477" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8337414647261741477?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8337414647261741477?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/6vi1TKFuQzo/update-on-neo4j-ruby-bindings.html" title="Update on Neo4j Ruby bindings" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcMQ3s5eCp7ImA9WxBVGU4.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-3242578069555036361</id><published>2010-02-23T14:57:00.007+01:00</published><updated>2010-02-23T15:41:22.520+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-23T15:41:22.520+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j 1.0 released</title><content type="html">Recently version 1.0 of &lt;a href="http://neo4j.org/"&gt;Neo4j&lt;/a&gt; was released. There has been a &lt;a href="http://blogs.neotechnology.com/news/2010/02/neo-technology-announces-neo4j-graph-database-10.html"&gt;Neo Technology news post&lt;/a&gt; regarding this event, as well as a &lt;a href="http://blog.neo4j.org/2010/02/top-10-ways-to-get-to-know-neo4j.html"&gt;blog post on how to get to know Neo4j&lt;/a&gt;. The distribution is available as binary and source packages from the &lt;a href="http://neo4j.org/download/"&gt;downloads page&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For more information, read the list mail &lt;a href="http://www.mail-archive.com/user@lists.neo4j.org/msg02725.html"&gt;announcement&lt;/a&gt; and check out the details in the &lt;a href="http://dist.neo4j.org/CHANGES.txt"&gt;changelog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;A few pointers to stuff that happened around and after the release:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;InfoWorld article: &lt;a href="http://www.infoworld.com/d/data-management/infoworld-review-databases-primed-social-networks-828"&gt;Databases primed for social networks&lt;/a&gt;&lt;/li&gt;&lt;li&gt;MyNoSQL blog: &lt;a href="http://nosql.mypopescu.com/post/405045629/get-a-taste-of-graph-databases-infogrid-and-neo4j"&gt;Get a Taste of Graph Databases: InfoGrid and Neo4j&lt;/a&gt;&lt;/li&gt;&lt;li&gt;A &lt;a href="http://docs.codehaus.org/display/GRIFFON/Neo4j+Plugin"&gt;Neo4j plugin for Griffon&lt;/a&gt; has been created, with a &lt;a href="http://github.com/aalmiray/griffon_sample_apps/tree/master/neo4j-test"&gt;sample application&lt;/a&gt; as well&lt;/li&gt;&lt;li&gt;&lt;a href="http://techcast.chariotsolutions.com/index.php?post_id=583583" title="http://techcast.chariotsolutions.com/index.php?post_id=583583"&gt;Peter Neubauer on Neo4j - a graph database&lt;/a&gt; Chariot TechCast by Ken Rimple&lt;/li&gt;&lt;/ul&gt;As always, feedback to the &lt;a href="http://lists.neo4j.org/"&gt;mailing list&lt;/a&gt;, on &lt;a href="http://twitter.com/neo4j"&gt;Twitter&lt;/a&gt; or directly to &lt;a href="http://neo4j.org/community/team/"&gt;us&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-3242578069555036361?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/3242578069555036361/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=3242578069555036361" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/3242578069555036361?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/3242578069555036361?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/RFdDmriJsJk/neo4j-10-released.html" title="Neo4j 1.0 released" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://news.neo4j.org/2010/02/neo4j-10-released.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEFRHk-eSp7ImA9WxBSGUk.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2739364515813354362</id><published>2009-12-27T20:03:00.000+01:00</published><updated>2009-12-27T20:03:35.751+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-27T20:03:35.751+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j 1.0-b11 released: stability &amp; robustness</title><content type="html">&lt;a href="http://dist.neo4j.org/neo-1.0-b11-binary.zip"&gt;Neo4j 1.0-b11&lt;/a&gt; — the open source nosql graph database — has been released. This is the last beta before we (after 6 years in commercial 24/7 production use) finally feel that we have a version that is worthy of 1.0. This means that the main focus of &lt;a href="http://dist.neo4j.org/neo-1.0-b11-binary.zip"&gt;this release&lt;/a&gt; is stability and robustness rather than features. Having said that, Neo4j 1.0-b11 still includes amongst other things a new batch inserter version that implements the &lt;a href="http://api.neo4j.org/current/org/neo4j/api/core/NeoService.html"&gt;NeoService API&lt;/a&gt; (to minimize the impact of first-time imports on the rest of your code) and a lot of &lt;a href="https://svn.neo4j.org/components/index-util/tags/0.9/CHANGES.txt"&gt;cleanup and improvements&lt;/a&gt; of the &lt;a href="http://components.neo4j.org/index-util/"&gt;indexing utilities&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Download the Neo4j Core release or the &lt;a href="http://wiki.neo4j.org/content/Getting_Started_With_Apoc"&gt;Apoc&lt;/a&gt; bundle &lt;a href="http://neo4j.org/download"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For more information, read the list mail &lt;a href="http://www.mail-archive.com/user@lists.neo4j.org/msg02187.html"&gt;announcement&lt;/a&gt; and check out the details in the &lt;a href="http://dist.neo4j.org/CHANGES.txt"&gt;changelog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As always, feedback to the &lt;a href="http://lists.neo4j.org/"&gt;mailing list&lt;/a&gt;, on &lt;a href="http://twitter.com/neo4j"&gt;Twitter&lt;/a&gt; or directly to &lt;a href="http://neo4j.org/community/team/"&gt;us&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2739364515813354362?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2739364515813354362/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2739364515813354362" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2739364515813354362?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2739364515813354362?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/oIsSVd226XQ/neo4j-10-b11-released-stability.html" title="Neo4j 1.0-b11 released: stability &amp; robustness" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>3</thr:total><feedburner:origLink>http://news.neo4j.org/2009/12/neo4j-10-b11-released-stability.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEFRHY-fCp7ImA9WxNUEk0.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-3930765201617857738</id><published>2009-11-03T00:39:00.004+01:00</published><updated>2009-11-03T01:03:35.854+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-03T01:03:35.854+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j 1.0-b10 released: read-only mode &amp; faster deep traversals</title><content type="html">&lt;a href="http://dist.neo4j.org/neo-1.0-b10-binary.zip"&gt;Neo4j 1.0-b10&lt;/a&gt; - the open source nosql graph database - has been released with new features including a read-only mode, improved depth first traversal speed due to an iterator implementation all the way down to the native store layer and faster recovery process when starting up after a crash. Download the Neo4j Core release or the &lt;a href="http://wiki.neo4j.org/content/Getting_Started_With_Apoc"&gt;Apoc&lt;/a&gt; bundle &lt;a href="http://neo4j.org/download"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For more information, read the list mail &lt;a href="http://www.mail-archive.com/user@lists.neo4j.org/msg01868.html"&gt;announcement&lt;/a&gt; and check out the details in the &lt;a href="http://dist.neo4j.org/CHANGES.txt"&gt;changelog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As always, feedback to the &lt;a href="http://lists.neo4j.org/"&gt;mailing list&lt;/a&gt;, on &lt;a href="http://twitter.com/neo4j"&gt;Twitter&lt;/a&gt; or directly to &lt;a href="http://neo4j.org/community/team/"&gt;us&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-3930765201617857738?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/3930765201617857738/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=3930765201617857738" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/3930765201617857738?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/3930765201617857738?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/umorLA_R3jM/neo4j-10-b10-released-read-only-mode.html" title="Neo4j 1.0-b10 released: read-only mode &amp; faster deep traversals" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/11/neo4j-10-b10-released-read-only-mode.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEFQn49eSp7ImA9WxNUEk0.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2018054990583390883</id><published>2009-10-12T09:33:00.002+02:00</published><updated>2009-11-03T01:03:33.061+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-03T01:03:33.061+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="conference" /><category scheme="http://www.blogger.com/atom/ns#" term="semweb" /><category scheme="http://www.blogger.com/atom/ns#" term="semantic web" /><category scheme="http://www.blogger.com/atom/ns#" term="semanticweb" /><category scheme="http://www.blogger.com/atom/ns#" term="nosql" /><category scheme="http://www.blogger.com/atom/ns#" term="nosql east" /><category scheme="http://www.blogger.com/atom/ns#" term="nosql-east" /><category scheme="http://www.blogger.com/atom/ns#" term="talk" /><title>NoSQL East &amp; semweb meetup in DC</title><content type="html">&lt;p&gt;&lt;a href="http://twitter.com/emileifrem"&gt;Emil&lt;/a&gt; will represent &lt;a href="http://neo4j.org"&gt;Neo4j&lt;/a&gt; at two upcoming event: Emil and Tim Berners-Lee -- I'm sorry &lt;i&gt;Sir&lt;/i&gt; Tim Berners-Lee, the father of the web -- will speak at the &lt;a href="http://semweb.meetup.com/31/calendar/11446241/"&gt;semantic&lt;/a&gt; &lt;a href="http://semweb.meetup.com/31/calendar/11017956/"&gt;web&lt;/a&gt; meetup in association with &lt;a href="http://iswc2009.semanticweb.org/"&gt;ISWC&lt;/a&gt; in Washington DC on Oct 27 2009.&lt;/p&gt;&lt;p&gt;After that, we're heading straight to &lt;a href="http://nosqleast.com/2009/"&gt;nosql east&lt;/a&gt; where our commercial backer &lt;a href="http://neotechnology.com"&gt;Neo Technology&lt;/a&gt; will sponsor the conference and Emil will give a Neo4j talk.&lt;/p&gt;&lt;p&gt;If you're attending either one or are just in the area, please &lt;a href="http://twitter.com/emileifrem"&gt;ping us&lt;/a&gt; so we can grab a beer.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2018054990583390883?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2018054990583390883/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2018054990583390883" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2018054990583390883?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2018054990583390883?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/sIStvtXT8-M/nosql-east-semweb-meetup-in-dc.html" title="NoSQL East &amp; semweb meetup in DC" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/10/nosql-east-semweb-meetup-in-dc.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkUFSXg-fip7ImA9WxNXF0k.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2762798345019637812</id><published>2009-10-05T11:26:00.006+02:00</published><updated>2009-10-05T15:10:18.656+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-05T15:10:18.656+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="grovvy" /><category scheme="http://www.blogger.com/atom/ns#" term="release" /><category scheme="http://www.blogger.com/atom/ns#" term="grails" /><title>Initial release of Neo4j Grails plugin</title><content type="html">&lt;p&gt;As announced by &lt;a href="http://twitter.com/darthvader42/"&gt;Stefan Armbruster&lt;/a&gt; on the &lt;a href="http://www.mail-archive.com/user@lists.neo4j.org/msg01808.html"&gt;Neo4j&lt;/a&gt; and &lt;a href="http://www.nabble.com/ANN:-Neo4j-Grails-plugin-released-td25717892.html"&gt;Grails&lt;/a&gt; mailing lists, the initial 0.1 version of the &lt;a href="http://grails.org/plugin/neo4j"&gt;Neo4j Grails plugin&lt;/a&gt; has been released by him. Read the full announcement in &lt;a href="http://blog.armbruster-it.de/2009/10/neo4j-grails-plugin/"&gt;this blog post&lt;/a&gt;. &lt;a href="http://grails.org/"&gt;Grails&lt;/a&gt; is a web application framwork based on the &lt;a href="http://groovy.codehaus.org/"&gt;Groovy langauge&lt;/a&gt;. At the moment the plugin has support for the basic &lt;a href="http://en.wikipedia.org/wiki/Create,_read,_update_and_delete"&gt;CRUD&lt;/a&gt; operations and also exposes the underlying node of each domain object through a property.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.nabble.com/Neo4j-with-Grails--tt17674214.html"&gt;Different&lt;/a&gt; &lt;a href="http://www.nabble.com/Neo4j-anyone-...-tt22493603.html"&gt;people&lt;/a&gt; have requested such a plugin previously, so it's exiting news that the plugin now exists.&lt;/p&gt;&lt;p&gt;Stefan has also provided &lt;a href="http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/"&gt;example code&lt;/a&gt; for how to use the plugin. Basic domain classes may look like this:&lt;/p&gt;&lt;p&gt;&lt;pre class="brush: groovy"&gt;class Author { &lt;br /&gt;    String name&lt;br /&gt;    Date dob&lt;br /&gt;    static hasMany = [ books: Book ]&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;class Book {&lt;br /&gt;    String title&lt;br /&gt;    static belongsTo = [ author:Author ]&lt;br /&gt;}&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;After adding a little data to the domain the node space will look like this (click for bigger version):&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_sm_3KdSgQMg/Ssm2IEma7BI/AAAAAAAAAFs/7HNHjYgx7EQ/s1600-h/neo4grails.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 184px;" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/Ssm2IEma7BI/AAAAAAAAAFs/7HNHjYgx7EQ/s400/neo4grails.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5389038678915607570" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Further information is found on the &lt;a href="http://wiki.neo4j.org/content/Grails"&gt;Neo4j wiki Grails page&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2762798345019637812?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2762798345019637812/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2762798345019637812" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2762798345019637812?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2762798345019637812?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/4_H-tJueT-8/initial-release-of-neo4j-grails-plugin.html" title="Initial release of Neo4j Grails plugin" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_sm_3KdSgQMg/Ssm2IEma7BI/AAAAAAAAAFs/7HNHjYgx7EQ/s72-c/neo4grails.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/10/initial-release-of-neo4j-grails-plugin.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcHSXw_eip7ImA9WxNXFkQ.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-8992093893975900435</id><published>2009-10-04T23:51:00.005+02:00</published><updated>2009-10-05T00:07:18.242+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-05T00:07:18.242+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="conference jaoo talk" /><title>Neo4j at JAOO 2009 Oct 4 - 8</title><content type="html">&lt;p&gt;&lt;a href="http://twitter.com/emileifrem"&gt;Emil&lt;/a&gt; from the &lt;a href="http://neo4j.org/community/team/"&gt;Neo4j crew&lt;/a&gt; is right now making the streets of &lt;a href="http://jaoo.dk/aarhus-2009/aarhus/"&gt;Aarhus, Denmark&lt;/a&gt;, unsafe for RDBMS fans. Why? Because Oct 4th is kicking off the week of &lt;a href="http://jaoo.dk/aarhus-2009/"&gt;JAOO 2009&lt;/a&gt;!&lt;/p&gt;&lt;p&gt;Emil will give an &lt;a href="http://jaoo.dk/aarhus-2009/presentation/Neo4j+--+the+Benefits+of+Graph+Databases"&gt;introductory Neo4j talk&lt;/a&gt; in the morning slot of the &lt;a href="http://jaoo.dk/aarhus-2009/schedule/monday.jsp"&gt;first day&lt;/a&gt;. If you're attending and want a free beer or just discuss some &lt;a href="http://search.twitter.com/search?q=nosql"&gt;#nosql&lt;/a&gt; or &lt;a href="http://genesmith.org/items/view/639"&gt;graph database&lt;/a&gt; goodness, please stop by and &lt;a href="http://twitter.com/emileifrem"&gt;say hi&lt;/a&gt;!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-8992093893975900435?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/8992093893975900435/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=8992093893975900435" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8992093893975900435?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8992093893975900435?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/Uj9SMC9y4S0/neo4j-at-jaoo-2009-oct-4-8.html" title="Neo4j at JAOO 2009 Oct 4 - 8" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/10/neo4j-at-jaoo-2009-oct-4-8.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQDQnc7eCp7ImA9WxNXEUU.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-1305355195639067374</id><published>2009-09-28T09:06:00.007+02:00</published><updated>2009-09-29T01:26:13.900+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-29T01:26:13.900+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="jruby" /><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j.rb 0.3.2 released</title><content type="html">&lt;p&gt;&lt;a href="http://twitter.com/ronge"&gt;Andreas Ronge&lt;/a&gt;, &lt;a href="http://twitter.com/martinkl"&gt;Martin Kleppmann&lt;/a&gt; and the other &lt;a href="http://github.com/andreasronge/neo4j/blob/master/CONTRIBUTORS"&gt;contributors&lt;/a&gt; have recently released &lt;a href="http://github.com/andreasronge/neo4j"&gt;Neo4j.rb&lt;/a&gt; 0.3.2. The project on GitHub now has &lt;a href="http://github.com/andreasronge/neo4j/network/members"&gt;thirteen forks&lt;/a&gt;. The &lt;a href="http://groups.google.com/group/neo4jrb/browse_thread/thread/b7f3bc69d4453db0"&gt;release announcement&lt;/a&gt; was sent to the &lt;a href="http://groups.google.com/group/neo4jrb"&gt;Neo4j Ruby group&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Major points from the &lt;a href="http://github.com/andreasronge/neo4j/blob/master/CHANGELOG"&gt;changelog&lt;/a&gt;:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;experimental support for aggregating nodes&lt;/li&gt;&lt;li&gt;traversal with traversal position&lt;/li&gt;&lt;li&gt;addition of the &lt;a href="http://components.neo4j.org/graph-algo/"&gt;graph-algo&lt;/a&gt; &lt;a href="http://components.neo4j.org/graph-algo/apidocs/org/neo4j/graphalgo/AllSimplePaths.html"&gt;AllSimplePaths&lt;/a&gt; algorithm&lt;/li&gt;&lt;li&gt;upgrade to Neo4j-b9 with a &lt;code&gt;Neo4j.all_nodes&lt;/code&gt; method added&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-1305355195639067374?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/1305355195639067374/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=1305355195639067374" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/1305355195639067374?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/1305355195639067374?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/KU6OrdHY-fc/neo4jrb-032-released.html" title="Neo4j.rb 0.3.2 released" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/09/neo4jrb-032-released.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UASH8ycSp7ImA9WxNTFUw.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-700278119233268682</id><published>2009-08-17T16:27:00.000+02:00</published><updated>2009-08-17T16:27:29.199+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-17T16:27:29.199+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j 1.0-b9 released: batch insert mode &amp; new adaptive cache</title><content type="html">&lt;a href="http://dist.neo4j.org/neo-1.0-b9-binary.zip"&gt;Neo4j 1.0-b9&lt;/a&gt; — the open source graph database — has been released with new features including a &lt;a href="http://wiki.neo4j.org/content/Batch_Insert"&gt;batch insert mode&lt;/a&gt; for bulk import, optimized read-only transactions and a new adaptive cache implementation. Download the Neo4j Core release or the &lt;a href="http://wiki.neo4j.org/content/Getting_Started_With_Apoc"&gt;Apoc&lt;/a&gt; bundle &lt;a href="http://neo4j.org/download"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For more information, read the list mail &lt;a href="http://www.mail-archive.com/user@lists.neo4j.org/msg01639.html"&gt;announcement&lt;/a&gt; and check out the details in the &lt;a href="http://dist.neo4j.org/CHANGES.txt"&gt;changelog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As always, feedback to the &lt;a href="http://lists.neo4j.org/"&gt;mailing list&lt;/a&gt;, on &lt;a href="http://twitter.com/neo4j"&gt;Twitter&lt;/a&gt; or directly to &lt;a href="http://neo4j.org/community/team/"&gt;us&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-700278119233268682?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/700278119233268682/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=700278119233268682" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/700278119233268682?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/700278119233268682?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/_ott9d8kzW0/neo4j-10-b9-released-batch-insert-mode.html" title="Neo4j 1.0-b9 released: batch insert mode &amp; new adaptive cache" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/08/neo4j-10-b9-released-batch-insert-mode.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMNQnw5eip7ImA9WxJWGUo.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-8416533131079078121</id><published>2009-06-25T23:57:00.000+02:00</published><updated>2009-06-26T00:54:53.222+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-26T00:54:53.222+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="rest" /><category scheme="http://www.blogger.com/atom/ns#" term="jruby" /><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j.rb 0.3.0 released - REST support included</title><content type="html">&lt;p&gt;&lt;a href="https://twitter.com/ronge"&gt;Andreas Ronge&lt;/a&gt; released a new versions of the JRuby library for &lt;a href="http://neo4j.org/"&gt;Neo4j&lt;/a&gt;. The 0.3.0 release focuses on event handling, list support and lots of other things. The really big news this time is the REST API support contributed by &lt;a href="http://twitter.com/martinkl"&gt;Martin Kleppmann&lt;/a&gt;. For more information about this release read the full &lt;a href="http://github.com/andreasronge/neo4j/blob/master/CHANGELOG"&gt;changelog&lt;/a&gt;. There's also &lt;a href="http://github.com/andreasronge/neo4j/tree/master"&gt;documentation&lt;/a&gt; to read, and you can find out what's going on at the &lt;a href="http://neo4j.lighthouseapp.com/"&gt;project page&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-8416533131079078121?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/8416533131079078121/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=8416533131079078121" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8416533131079078121?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8416533131079078121?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/3qr3SxIGgCQ/neo4jrb-030-released-rest-support.html" title="Neo4j.rb 0.3.0 released - REST support included" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/06/neo4jrb-030-released-rest-support.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQDR34_eSp7ImA9WxJSGE8.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-8531862057448022853</id><published>2009-05-09T00:17:00.006+02:00</published><updated>2009-05-09T00:56:16.041+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-09T00:56:16.041+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Convenient package Neo4j Apoc 0.1 released</title><content type="html">Today we released the first version of &lt;a href="http://wiki.neo4j.org/content/Getting_Started_With_Apoc"&gt;Neo4j Apoc&lt;/a&gt;. Apoc is an acronym for &lt;a href="http://components.neo4j.org/apoc/"&gt;A Package Of Components&lt;/a&gt; and it bundles a handful of useful Neo4j components into a single &lt;a href="http://neo4j.org/download"&gt;download&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;We created Apoc because we noticed that we always included the same set of initial components in our projects. Additionally, one of the most frequent questions we get on for example the &lt;a href="http://lists.neo4j.org/"&gt;user mailing list&lt;/a&gt; is 'how do you find a node by property value?' The answer is 'well, you use index-util, which you can download from the maven site.'&lt;br /&gt;&lt;br /&gt;Now you don't have to. If you use Apoc, you already have &lt;a href="http://components.neo4j.org/index-util"&gt;index-util&lt;/a&gt; on your classpath as well as a component for remote access (&lt;a href="http://components.neo4j.org/remote-neo"&gt;remote-neo&lt;/a&gt;) and a command-line &lt;a href="http://wiki.neo4j.org/content/Neo_Shell_Guide"&gt;browser&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Feel free to check it out and please give us &lt;a href="http://twitter.com/neo4j"&gt;feedback&lt;/a&gt; &lt;a href="http://lists.neo4j.org/"&gt;as usual&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-8531862057448022853?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/8531862057448022853/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=8531862057448022853" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8531862057448022853?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/8531862057448022853?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/KNdlFlAfevQ/convenient-package-neo4j-apoc-01.html" title="Convenient package Neo4j Apoc 0.1 released" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/05/convenient-package-neo4j-apoc-01.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cGR307fCp7ImA9WxJSFE0.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-4502846107291764743</id><published>2009-05-03T23:52:00.011+02:00</published><updated>2009-05-04T04:43:46.304+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-04T04:43:46.304+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j 1.0-b8 released: online backup &amp; improved performance</title><content type="html">&lt;a href="http://dist.neo4j.org/neo-1.0-b8-binary.zip"&gt;Neo4j 1.0-b8&lt;/a&gt; — the open source graph database — was released today with a major set of features including incremental &lt;a href="http://wiki.neo4j.org/content/Online_Backup"&gt;online backup&lt;/a&gt; of running Neo4j instances, reduced memory footprint and lots of performance improvements. Download it &lt;a href="http://neo4j.org/download"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;While this is officially a beta release, we've had later stage snapshots running in production for a couple of months on several production systems. Grab it &lt;a href="http://neo4j.org/download"&gt;fresh off the presses&lt;/a&gt;, read the list mail &lt;a href="http://lists.neo4j.org/pipermail/user/2009-May/001151.html"&gt;announcement&lt;/a&gt; and check out the details in the &lt;a href="http://dist.neo4j.org/CHANGES.txt"&gt;changelog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As always, feedback to the &lt;a href="http://lists.neo4j.org/"&gt;mailing list&lt;/a&gt;, on &lt;a href="http://twitter.com/neo4j"&gt;Twitter&lt;/a&gt; or directly to &lt;a href="http://neo4j.org/community/team/"&gt;us&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-4502846107291764743?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/4502846107291764743/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=4502846107291764743" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4502846107291764743?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4502846107291764743?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/q_o2Rq2VmKI/neo4j-10-b8-released-online-backup.html" title="Neo4j 1.0-b8 released: online backup &amp; improved performance" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://news.neo4j.org/2009/05/neo4j-10-b8-released-online-backup.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQNRXozcSp7ImA9WxJTEU0.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-2929313604041282841</id><published>2009-04-19T01:56:00.005+02:00</published><updated>2009-04-19T02:19:54.489+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-19T02:19:54.489+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="conference oscon talk" /><title>Neo4j at OSCON 2009</title><content type="html">&lt;p&gt;In late July, the Neo4j team will attend &lt;a href="http://en.oreilly.com/oscon2009"&gt;OSCON&lt;/a&gt; -- the O'Reilly Open Source Conference! Emil will give a talk titled &lt;a href="http://en.oreilly.com/oscon2009/public/schedule/detail/8364"&gt;Neo4j - The Benefits Of Graph Databases&lt;/a&gt;. If you're in the area, please stop by and say hi!&lt;/p&gt;&lt;p&gt;&lt;a href="http://conferences.oreilly.com/oscon"&gt;&lt;br /&gt;&lt;img src="http://assets.en.oreilly.com/1/event/27/oscon2009_banner_speaking_210x60.gif" alt="OSCON 2009" title="OSCON 2009" border="0" width="210" height="60"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-2929313604041282841?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/2929313604041282841/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=2929313604041282841" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2929313604041282841?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/2929313604041282841?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/6QcQN97iZ5w/neo4j-at-oscon-2009.html" title="Neo4j at OSCON 2009" /><author><name>Emil Eifrem</name><uri>http://www.blogger.com/profile/02983279286672964952</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://news.neo4j.org/2009/04/neo4j-at-oscon-2009.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0EHR3Y8fyp7ImA9WxVXE0k.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-7088028182825251759</id><published>2009-02-11T10:30:00.003+01:00</published><updated>2009-02-11T11:53:56.877+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-11T11:53:56.877+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="release documentation example imdb" /><title>First complete Neo4j sample app</title><content type="html">&lt;p&gt;The &lt;a href="http://wiki.neo4j.org/content/IMDB_Example"&gt;IMDB example 1.0&lt;/a&gt;, a Neo4j-based web application using part of the &lt;a href="http://www.imdb.com/"&gt;IMDB&lt;/a&gt; actors/movies dataset, has been released. The application lets the user search for or browse through actors and movies. For actors, it also shows their &lt;a href="http://en.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon"&gt;Bacon path&lt;/a&gt; as well. Here's how it can look:&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_sm_3KdSgQMg/SZGacQa7lHI/AAAAAAAAABo/8fmfxFJmSQo/s1600-h/Imdb.screenshot.web.actor.info.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 387px;" src="http://4.bp.blogspot.com/_sm_3KdSgQMg/SZGacQa7lHI/AAAAAAAAABo/8fmfxFJmSQo/s400/Imdb.screenshot.web.actor.info.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5301188046626722930" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The application itself is accompanied by thorough instructions and explanations. This way you can learn how to model a domain using the graph database paradigm inherent to Neo4j. Other important points is organizing data for searches, finding paths and handling transactions.&lt;/p&gt;&lt;p&gt;One nice thing about Neo4j is its &lt;em&gt;whiteboard friendliness&lt;/em&gt;. This is a sketch of the IMDB domain model ... no, wait, it's the implementation:&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_sm_3KdSgQMg/SZGlEWoiOoI/AAAAAAAAABw/wUHglufZPys/s1600-h/Imdb.domain.sketch.impl.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 190px;" src="http://3.bp.blogspot.com/_sm_3KdSgQMg/SZGlEWoiOoI/AAAAAAAAABw/wUHglufZPys/s400/Imdb.domain.sketch.impl.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5301199730605439618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The application itself is based on &lt;a href="http://www.springsource.org/"&gt;Spring Framework&lt;/a&gt; and packaged using &lt;a href="http://maven.apache.org/"&gt;Maven 2&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;For those who want to get started right away, here's a quick how-to (requiring mvn and svn to be already installed). Enter the following at the command line (all at once):&lt;/p&gt;&lt;p&gt;&lt;pre class="brush: bash"&gt;mkdir imdb &amp;&amp; &lt;br /&gt;cd imdb &amp;&amp; &lt;br /&gt;mvn scm:checkout -DconnectionUrl=scm:svn:https://svn.neo4j.org/examples/imdb/tags/1.0/ &amp;&amp; &lt;br /&gt;cd target/checkout &amp;&amp; &lt;br /&gt;mvn jetty:run&lt;br /&gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;Then browse to &lt;a href="http://localhost:8080/imdb/setup.html"&gt;http://localhost:8080/imdb/setup.html&lt;/a&gt; to load the data and use the application. Use &lt;kbd&gt;ctrl-c&lt;/kbd&gt; in the same console to stop the application.&lt;/p&gt;&lt;p&gt;From the main page of the &lt;a href="http://wiki.neo4j.org/content/IMDB_Example"&gt;Neo4j IMDB example&lt;/a&gt; you will find your way to the location of downloadable zip files as well if that's what you prefer.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-7088028182825251759?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/7088028182825251759/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=7088028182825251759" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/7088028182825251759?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/7088028182825251759?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/whfK1ZGwku8/first-complete-neo4j-sample-app.html" title="First complete Neo4j sample app" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_sm_3KdSgQMg/SZGacQa7lHI/AAAAAAAAABo/8fmfxFJmSQo/s72-c/Imdb.screenshot.web.actor.info.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://news.neo4j.org/2009/02/first-complete-neo4j-sample-app.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMHQ3w7eip7ImA9WxVQFUo.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-6547688061395083743</id><published>2009-02-02T11:44:00.003+01:00</published><updated>2009-02-02T12:00:32.202+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-02T12:00:32.202+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="jruby" /><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j.rb 0.2.0 released</title><content type="html">&lt;p&gt;&lt;a href="https://twitter.com/ronge"&gt;Andreas Ronge&lt;/a&gt; keeps releasing new versions of his JRuby library for &lt;a href="http://neo4j.org/"&gt;Neo4j&lt;/a&gt;. The 0.2.0 release focuses on traversals and filtering. For more information about this release read the full &lt;a href="http://github.com/andreasronge/neo4j/blob/master/CHANGELOG"&gt;changelog&lt;/a&gt;. There's also an &lt;a href="http://github.com/andreasronge/neo4j/tree/master"&gt;introduction&lt;/a&gt; to read, and you can find out what's going on at the &lt;a href="http://neo4j.lighthouseapp.com/"&gt;project page&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-6547688061395083743?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/6547688061395083743/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=6547688061395083743" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/6547688061395083743?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/6547688061395083743?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/Dvf5nxC4otY/neo4jrb-020-released.html" title="Neo4j.rb 0.2.0 released" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/02/neo4jrb-020-released.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UAR346fSp7ImA9WxVSGU4.&quot;"><id>tag:blogger.com,1999:blog-8113744450077174998.post-4075169920911887223</id><published>2009-01-14T10:43:00.004+01:00</published><updated>2009-01-14T12:07:26.015+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-14T12:07:26.015+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="jruby" /><category scheme="http://www.blogger.com/atom/ns#" term="release" /><title>Neo4j.rb reached first milestone</title><content type="html">&lt;p&gt;The JRuby bindings for Neo4j by &lt;a href="http://twitter.com/ronge"&gt;Andreas Ronge&lt;/a&gt; has reached its first milestone with version 0.1.0. See the &lt;a href="http://github.com/andreasronge/neo4j/tree/master"&gt;project page&lt;/a&gt; for more information. Highlights from the &lt;a href="http://github.com/andreasronge/neo4j/tree/master/CHANGELOG"&gt;changelog&lt;/a&gt;: enhancements to properties, indexing with Date/DateTime, YARD documentation.&lt;/p&gt;&lt;p&gt;The bottom line is that it's time to try it out and give Andreas some feedback. You can follow the development and file issues over at the &lt;a href="http://neo4j.lighthouseapp.com/"&gt;Lighthouse project page&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8113744450077174998-4075169920911887223?l=news.neo4j.org' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://news.neo4j.org/feeds/4075169920911887223/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8113744450077174998&amp;postID=4075169920911887223" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4075169920911887223?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8113744450077174998/posts/default/4075169920911887223?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Neo4jNews/~3/f8zIBANRIc8/neo4jrb-reached-first-milestone.html" title="Neo4j.rb reached first milestone" /><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_sm_3KdSgQMg/SwcUNy7pd9I/AAAAAAAAAGw/_SeaJCRqF8Q/S220/avatar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://news.neo4j.org/2009/01/neo4jrb-reached-first-milestone.html</feedburner:origLink></entry></feed>

