我是靠谱客的博主 火星上御姐,最近开发中收集的这篇文章主要介绍Neo4j的Perl语言OGM映射工具——REST::Neo4p,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

This is a guest post by Mark A. Jensen, 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 should almost never need to deal with the actual REST calls 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.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/301743/viewspace-747949/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/301743/viewspace-747949/

最后

以上就是火星上御姐为你收集整理的Neo4j的Perl语言OGM映射工具——REST::Neo4p的全部内容,希望文章能够帮你解决Neo4j的Perl语言OGM映射工具——REST::Neo4p所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(46)

评论列表共有 0 条评论

立即
投稿
返回
顶部