Good intro

From https://www-freecodecamp-org.cdn.ampproject.org/v/s/www.freecodecamp.org/news/graph-database-vs-relational-database/amp/?amp_gsa=1&_js_v=a6&usqp=mq331AQIKAGwASCAAgM%3D#amp_tf=From%20%251%24s&aoh=16312328154187&csi=0&referrer=https%3A%2F%2Fwww.google.com&share=https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fgraph-database-vs-relational-database%2F

Others will be ‘native’ GDBs – where the whole construct of the database from storage, management and query maintains the graph structure of the data. Many of the graph databases currently available do this by treating relationships between entities as first class citizens.

There are broadly two types of GDB, Resource Descriptive Framework (RDF)/triple stores/semantic graph databases, and property graph databases.

Subject will be a resource or nodes in the graph, object will be another node or literal value, and predicate represents the relationship between subject and object.

Visualisation

  1. https://www.ontotext.com/blog/data-visualization-with-graphdb-how-to-turn-your-tabular-data-into-a-telling-visual/

Referenced in:

All notes