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

Graph dbs 6 CMSs

Formal Metadata

Title
Graph dbs 6 CMSs
Subtitle
A match made in heaven
Alternative Title
Using graph databases in popular open source CMSs: Neo4J and Drupal, potential application areas and module introduction
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
Traditionally CMSs use SQL databases that are really fast when you need allthe information stored together in a record row, but are a bad fit when youneed to search for relationship patterns that are not already stored togetherin your database. A significant performance penalty is incurred for everyadditional table that needs to be joined for a query. That is why SQLdatabases are notoriously bad at deducting relationships from datasets. Graphdatabases however are really good at this task. In this talk we discusspotential application areas of graph databases in existing open source CMSslike Drupal. We believe graph databases could make a big difference when used in key areaswhere traditionally CMSs would fail: Explore large non-uniform datasets: Neo4jgot a lot of attention after it was used by investigative journalists to[identify the organisations and individuals involved in offshore tax evasionin the Panama papers leak](https://neo4j.com/blog/analyzing-panama-papers-neo4j/). Recommend content: Media companies like [the Financial Times areusing Neo4j to display relatedcontent](https://www.youtube.com/watch?v=k47aC01Uy64 their website, this helps them to increase engagement with higherclickthrough rates. Personalisation: [Addidas uses the Neo4j graph database tocreate it’s internal metadata service](https://neo4j.com/news/adidas-neo4j-customer-experience/), offering access and searchability to their dataand making sense of complex interdependencies and relationships. We've created a basic integration that makes it possible for non-developers towork with Neo4j. Combined with Drupal’s content modelling capabilities webelieve it could be a powerful tool for people to explore graph databasesusing a GUI. There is also a case to be made for the use of graph databases inthe Drupal ecosystem: sites that already use Drupal could benefit from itscapabilities.