Announcing Neo4j on Windows Azure
By Neo4j Staff
February 14, 2011 12 mins read
Peter NeubauerMagnus MårtenssonAnnouncing Neo4j on Windows AzureNeo4j has a ‘j’ appended to the name. And now it is available on Windows Azure? This proves that in the most unlikely of circumstances sometimes beautiful things can emerge. Microsoft has promised Java… Read more →
Explore: azure bindings cloud graphdb rest server tutorial windows azure
The Neo4j REST Server – Part1: Get it going!
By Neo4j Staff
April 13, 2010 5 mins read
WARNING: This post is outdated. The Neo4j Server is now documented here and the manual section on REST is the single source for documentation of the REST API.IntroductionAs requested and wished by many, finally Neo4j got its own standalone server mode,… Read more →
Explore: bindings example neo4j server rest server
Neo4j wrapper for Clojure
By Neo4j Staff
December 8, 2008 < 1 min read
Julian Morrison has started to develop a wrapper around Neo4j for Clojure, a Lisp dialect running on the JVM. Here’s how the code using the wrapper can look:(use ‘neo4j)(with-neo "test" (tx (let [c (new-node) b (new-node)] (relate (top-node) :customers c)… Read more →
Explore: bindings clojure Julian Morrison Lisp dialect Neo4j wrapper
How Groovy is Neo4j?
By Neo4j Staff
December 4, 2008 < 1 min read
After hearing about Neo4j at RubyManor, Robert Rees tried using it from Groovy and experienced some problems getting started. This was discussed on the Neo4j mailing list as well. Topics mentioned are the packaging of Neo4j in multiple jar files,… Read more →
Explore: bindings django groovy Groovy language rubymanor
Neo4j.rb version 0.0.6 released
By Neo4j Staff
December 3, 2008 < 1 min read
Today Andreas Ronge released version 0.0.6 of Neo4j.rb. See the project page for more information. Highlights from the changelog: new sort_by method, lazy loading of search results, support for Lucene query language. Want to learn more about graph databases? Click… Read more →
Explore: bindings jruby Neo4j.rb 0.0.6 release ruby
Neo4j.rb version 0.0.5 released
By Neo4j Staff
November 20, 2008 < 1 min read
A few days ago, Andreas Ronge released Neo4j.rb 0.0.5. This is a graph database framework for JRuby built on top of the neo4j Java library. There’s short example code in the Neo4j wiki and downloads and documentation at github. Highlights… Read more →
Explore: bindings jruby Neo4j.rb 0.0.5 release ruby