You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/introduction/index.adoc
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ Welcome to the Neo4j Cypher Manual.
11
11
12
12
Cypher is Neo4j’s declarative query language, allowing users to unlock the full potential of property graph databases.
13
13
14
+
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.
15
+
16
+
If you are new to Cypher and Neo4j, you can visit the link:{neo4j-docs-base-uri}/getting-started/{page-version}/cypher-intro/[Getting Started Guide -> Introduction to Cypher] chapter.
17
+
Additionally, https://graphacademy.neo4j.com/[Neo4j GraphAcademy] has a variety of free courses tailored for all levels of experience.
18
+
14
19
For a reference of all available Cypher features, see the link:{neo4j-docs-base-uri}/cypher-cheat-sheet/{page-version}/[Cypher Cheat Sheet].
15
20
16
21
This introduction will cover the following topics:
@@ -20,14 +25,6 @@ This introduction will cover the following topics:
20
25
* xref:introduction/cypher_neo4j.adoc[]
21
26
* xref:introduction/cypher_aura.adoc[]
22
27
23
-
[[intended-readership]]
24
-
== Cypher Manual: intended readership
25
-
26
-
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.
27
-
In so doing, it assumes a degree of prior knowledge of Cypher.
28
-
29
-
The Cypher Manual is, therefore, not primarily intended for beginners (in other words, readers who have never used Cypher before).
30
-
Beginners are instead encouraged to visit the link:{neo4j-docs-base-uri}/getting-started/{page-version}/cypher-intro/[Cypher Getting Started Guide], and enroll in the free Cypher courses offered by https://graphacademy.neo4j.com/[Neo4j GraphAcademy].
31
28
32
29
////
33
30
TODO: add when new structure of the Manual has been published
0 commit comments