REST::Neo4p

Perl object bindings for a Neo4j database
Download

REST::Neo4p Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Allen Jensen
  • Publisher web site:
  • http://search.cpan.org/~majensen/

REST::Neo4p Tags


REST::Neo4p Description

REST::Neo4p is a Perl module that provides a Perl 5 object framework for accessing and manipulating a Neo4j graph database server via the Neo4j REST API. Its goals are(1) to make the API as transparent as possible, allowing the user to work exclusively with Perl objects, and(2) to exploit the API's self-discovery mechanisms, avoiding as much as possible internal hard-coding of URLs.Neo4j entities are represented by corresponding classes:- Nodes : REST::Neo4p::Node- Relationships : REST::Neo4p::Relationship- Indexes : REST::Neo4p::IndexActions on class instances have a corresponding effect on the database (i.e., REST::Neo4p approximates an ORM).The class REST::Neo4p::Query provides a DBIesqe Cypher query facility.SYNOPSIS use REST::Neo4p; REST::Neo4p->connect('http://127.0.0.1:7474');Product's homepage


REST::Neo4p Related Software