Graph Query Language

From GM-RKB
Jump to navigation Jump to search

A Graph Query Language is a query language for graph data.



References

2017

  • https://developer.ibm.com/dwblog/2017/overview-graph-database-query-languages/
    • QUOTE: Graph databases are rising in popularity among the ranks of NoSQL databases. They allow you to store data as entities (nodes) and relationship (edges), and allow you to query the data as a graph. Queries written against graph databases are closer to how the data is modeled than other query languages. A great advantage of graph queries is that they eliminate the need to join multiple tables to find those relationships between your data points because the relationships are embedded in the data itself.

      Once you have your mind set on a particular graph database, the next question will be, “Which query language should I use?” Unlike SQL databases where you pretty much have only one choice, graph databases have numerous query languages, each of which is trying to solve a particular problem.

2013