Skip to content

Commit

Permalink
Remove some more Cypher on GDS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaderberg committed Feb 2, 2024
1 parent a85f96d commit 556e331
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 77 deletions.
4 changes: 0 additions & 4 deletions doc/modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
*** xref:management-ops/graph-update/to-undirected.adoc[]
*** xref:management-ops/graph-update/collapse-path.adoc[]
*** xref:management-ops/graph-update/dropping-parts.adoc[]
// TODO: Uncomment and rename the _write-with-cypher.adoc page when
// all bugs with writes have been fixed.
// Also, add references to it in other pages accordingly.
// *** xref:management-ops/graph-update/write-with-cypher.adoc[]
** Writing back to Neo4j
*** xref:management-ops/graph-write-to-neo4j/write-back-to-nodes.adoc[]
*** xref:management-ops/graph-write-to-neo4j/write-back-relationships.adoc[]
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions doc/modules/ROOT/pages/management-ops/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ You can also xref:management-ops/graph-drop.adoc[drop] a graph from the catalog

=== Read

The properties stored in the nodes and relationships of a graph can be retrieved using the `stream` methods on xref:management-ops/graph-reads/graph-stream-nodes.adoc[nodes] and xref:management-ops/graph-reads/graph-stream-relationships.adoc[relationships] respectively. In the Enterprise Edition, similar operations can be performed more efficiently using xref:management-ops/graph-export/graph-catalog-apache-arrow-ops.adoc[Apache Arrow].
The properties stored in the nodes and relationships of a graph can be retrieved using the `stream` methods on xref:management-ops/graph-reads/graph-stream-nodes.adoc[nodes] and xref:management-ops/graph-reads/graph-stream-relationships.adoc[relationships] respectively.
In the Enterprise Edition, similar operations can be performed more efficiently using xref:management-ops/graph-export/graph-catalog-apache-arrow-ops.adoc[Apache Arrow].

For complex use cases where an expressive query language is needed, you can run xref:management-ops/create-cypher-db.adoc[Cypher queries] on a graph.

=== Update

Expand Down

0 comments on commit 556e331

Please sign in to comment.