summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Janssen <roel@gnu.org>2017-05-11 16:17:49 +0200
committerRoel Janssen <roel@gnu.org>2017-05-11 16:17:49 +0200
commit5899fafbfefcd7682aec8f2caaaad3add678a3c4 (patch)
treeb2d4ceca726fbb5adf348bcb951833e08727584f /doc
parent70cb7610ca7de51da6ad7f84ff3c02258ec4e95f (diff)
downloadguix-patches-5899fafbfefcd7682aec8f2caaaad3add678a3c4.tar
guix-patches-5899fafbfefcd7682aec8f2caaaad3add678a3c4.tar.gz
graph: Add Cypher backend.
* guix/graph.scm (%cypher-backend): New variable. * doc/guix.texi: Add documentation for the Cypher backend of 'guix graph'.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 81aa957c6d..a5b787510b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6197,7 +6197,9 @@ provides a visual representation of the DAG. By default,
@uref{http://www.graphviz.org/, Graphviz}, so its output can be passed
directly to the @command{dot} command of Graphviz. It can also emit an
HTML page with embedded JavaScript code to display a ``chord diagram''
-in a Web browser, using the @uref{https://d3js.org/, d3.js} library.
+in a Web browser, using the @uref{https://d3js.org/, d3.js} library, or
+emit Cypher queries to construct a graph in a graph database supporting
+the @uref{http://www.opencypher.org/, openCypher} query language.
The general syntax is:
@example