REST: Neo4p-PERL version of "OGM"

Source: Internet
Author: User
Tags neo4j

REST: Neo4p-PERL version of "OGM" | Neo4j Chinese site-world's leading graph database

REST: The Neo4p-PERL version of "OGM" was published in October 21, 2012 by neo4j

This is a guest post by Mark A. Jenkins, a DC area bioinformatics scientist. Thanks a lot Mark for writing the impressive Neo4j Perl library and taking the time to documenting it thoroughly.

You might call REST: Neo4p an "Object-Graph Mapping ". it uses the Neo4j rest api at its foundation to interact with Neo4j, but what makes REST: Neo4p "Perly" is the object oriented approach. creating node, relationship, or index objects is equivalent to looking them up in the graph database and, for nodes and relationships, creating them if they are not present. updating the objects by setting properties or relationships results in the same actions in the database, and returns errors when these actions are proscribed by Neo4j. at the same time, object creation attempts to be as lazy as possible, so that only the portion of the database you are working with is represented in memory.

The idea is that working with the database is accomplished by using Perl5 objects in a Perl person's favorite way. despite the modules '"REST" namespace, the developer shoshould almost never need to deal with the actual rest cils or the building of URLs herself. the design uses the amazingly complete and consistent self-describing information in the Neo4j rest api responses to keep URLs under the hood.

PS: Compared With ORM, OGM provides underlying encapsulation Based on REST interfaces.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.