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.
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 帶有Quarkus的Neo4J OGM(影片)-Sebastian DaschnerAST
- 帶有Quarkus的Neo4J OGM(視訊)-Sebastian DaschnerAST
- perl語言入門
- Perl 6 語言概述
- Go 語言基礎 陣列、切片、對映Go陣列
- Perl語言學習(四)Perl控制結構
- perl語言程式設計 下載程式設計
- 6,雜湊(perl語言筆記)筆記
- Solidity語言學習筆記————17、原始檔對映Solid筆記
- dozer- JavaBean對映工具JavaBean
- Solidity語言學習筆記————16、對映MappingSolid筆記APP
- 思考工具之概念對映 | Untools
- Perl語言的文書處理模式之一(轉)模式
- Perl語言的文書處理模式之二(轉)模式
- Perl語言的文書處理模式之三(轉)模式
- 5種常見Bean對映工具的效能比對Bean
- 智慧合約語言 Solidity 教程系列6 - 結構體與對映Solid結構體
- Linux指令碼語言PERL 的模板應用分析(轉)Linux指令碼
- 有用的C語言工具C語言
- 5,輸入與輸出(perl語言筆記)筆記
- 對 REST 的理解REST
- 語言對比的地方
- 7 個流行的.Net開發ORM對映工具ORM
- Linux下埠對映工具rinetdLinux
- Springboot中Rest風格請求對映如何開啟並使用Spring BootREST
- 15個與語言無關的REST API設計技巧 - bluethlRESTAPI
- 對女性友好的程式語言
- Larry Wall 專訪:語言學、Perl 6 的設計和釋出
- Perl常用語法
- Perl 語言程式設計 第三版 線上版本程式設計
- Java實體對映工具MapStruct詳解JavaStruct
- Go語言之對映(map)快速入門篇Go
- 語言對思維的影響
- ElasticSearch中的對映Elasticsearch
- NDK java的對映Java
- Perl語法的基本規則
- C語言編譯工具C語言編譯
- C語言開發工具C語言