in reply to Perl and neo4j

I don't have experience with neo4j specifically, but with other REST APIs. Generally they are pretty easy to use from Perl, since Perl has excellent support for JSON and HTTP requests.

I know that ElasticSearch has taken that approach to talk to its search backend, and it seems to work out well.

Replies are listed 'Best First'.
Re^2: Perl and neo4j
by tospo (Hermit) on Oct 12, 2011 at 10:03 UTC
    Thanks moritz, yes, I think interacting through the REST API is probably the way to go.
      Hi there, there is a GIThub project on this, https://github.com/franckcuny/net-neo4j that you could start from. Would be great to get some progress there! /peter neubauer
        Interesting, thanks. Is that your project or are you using it?