We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

PHP in the graph

Formal Metadata

Title
PHP in the graph
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
Graph databases come with enhanced connectivity of data and whiteboardfriendly paradigm. It requires learning a new Graph Traversal Language, thatcrawls the network and brings informations. It's indeed a fresh new look athow we store web of data and search for it. We'll meet gremlin, from ApacheTinkerPop, which provides an abstract layer that make it easy to express yourbusiness logic without fighting with the code, and several Open Source graphdatabases, available for testing and toying.