|
1 | | -* xref:introduction.adoc[] |
2 | | -* xref:get-started-with-neo4j/index.adoc[] |
3 | | -** xref:get-started-with-neo4j/graph-database.adoc[] |
4 | | -* xref:data-modeling/index.adoc[] |
5 | | -** xref:data-modeling/guide-data-modeling.adoc[] |
6 | | -** xref:data-modeling/modeling-designs.adoc[] |
7 | | -** xref:data-modeling/relational-to-graph-modeling.adoc[] |
8 | | -** xref:data-modeling/modeling-tips.adoc[] |
9 | | -** xref:data-modeling/graph-model-refactoring.adoc[] |
10 | | -** xref:data-modeling/data-modeling-tools.adoc[] |
11 | | -* xref:data-import/index.adoc[] |
12 | | -** xref:data-import/csv-import.adoc[] |
13 | | -** xref:data-import/json-rest-api-import.adoc[] |
14 | | -** xref:data-import/relational-to-graph-import.adoc[] |
15 | | -* xref:cypher-intro/index.adoc[Query a Neo4j database] |
| 1 | +* *Get started* |
| 2 | +* xref:introduction.adoc[Introduction] |
| 3 | +* xref:whats-neo4j.adoc[What is Neo4j] |
| 4 | +* xref:graph-database.adoc[What is a graph database] |
| 5 | +** xref:appendix/graphdb-concepts/index.adoc[Graph database concepts] |
| 6 | +*** xref:appendix/graphdb-concepts/graphdb-vs-rdbms.adoc[] |
| 7 | +*** xref:appendix/graphdb-concepts/graphdb-vs-nosql.adoc[] |
| 8 | +* xref:cypher.adoc[What is Cypher] |
16 | 9 | ** xref:cypher-intro/cypher-sql.adoc[] |
17 | 10 | ** xref:cypher-intro/patterns.adoc[] |
18 | 11 | ** xref:cypher-intro/patterns-in-practice.adoc[] |
|
25 | 18 | ** xref:cypher-intro/procedures-functions.adoc[] |
26 | 19 | ** xref:cypher-intro/load-csv.adoc[] |
27 | 20 | ** xref:cypher-intro/resources.adoc[] |
28 | | -* xref:languages-guides/index.adoc[] |
| 21 | +
|
| 22 | +* *Work with data* |
| 23 | +
|
| 24 | +* xref:data-modeling/index.adoc[Model data] |
| 25 | +** xref:data-modeling/guide-data-modeling.adoc[] |
| 26 | +** xref:data-modeling/modeling-designs.adoc[] |
| 27 | +** xref:data-modeling/relational-to-graph-modeling.adoc[] |
| 28 | +** xref:data-modeling/modeling-tips.adoc[] |
| 29 | +** xref:data-modeling/graph-model-refactoring.adoc[] |
| 30 | +** xref:data-modeling/data-modeling-tools.adoc[] |
| 31 | +
|
| 32 | +* xref:data-import/index.adoc[Import data into Neo4j] |
| 33 | +** xref:data-import/csv-import.adoc[] |
| 34 | +** xref:data-import/json-rest-api-import.adoc[] |
| 35 | +** xref:data-import/relational-to-graph-import.adoc[] |
| 36 | +
|
| 37 | +* xref:languages-guides/index.adoc[Create an application] |
29 | 38 | ** xref:languages-guides/java/java-intro.adoc[] |
30 | 39 | *** xref:languages-guides/java/spring-data-neo4j.adoc[] |
31 | 40 | *** xref:languages-guides/java/quarkus.adoc[] |
|
38 | 47 | ** xref:languages-guides/neo4j-go.adoc[] |
39 | 48 | ** xref:languages-guides/integration-tools/integration.adoc[] |
40 | 49 | ** xref:languages-guides/community-drivers/index.adoc[] |
41 | | -* xref:gds/index.adoc[] |
42 | | -// ** xref:gds/end-to-end-example.adoc[] |
43 | | -* xref:graph-visualization/graph-visualization.adoc[] |
| 50 | +
|
| 51 | +* xref:gds/index.adoc[Get insights from data] |
| 52 | +
|
| 53 | +* xref:graph-visualization/graph-visualization.adoc[Create data visualizations] |
44 | 54 | ** xref:graph-visualization/graph-visualization-tools.adoc[] |
45 | | -* xref:appendix/index.adoc[] |
46 | | -** xref:appendix/graphdb-concepts/index.adoc[] |
47 | | -*** xref:appendix/graphdb-concepts/graphdb-vs-rdbms.adoc[] |
48 | | -*** xref:appendix/graphdb-concepts/graphdb-vs-nosql.adoc[] |
49 | | -** xref:appendix/example-data.adoc[] |
50 | | -** xref:appendix/getting-started-resources.adoc[] |
51 | | -** xref:appendix/tutorials/tutorials-overview.adoc[] |
52 | | -*** xref:appendix/tutorials/guide-cypher-basics.adoc[] |
53 | | -*** xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[] |
54 | | -*** xref:appendix/tutorials/guide-import-relational-and-etl.adoc[] |
55 | | -*** xref:appendix/tutorials/guide-import-desktop-csv.adoc[] |
56 | 55 |
|
| 56 | +* *Reference* |
| 57 | +
|
| 58 | +* xref:appendix/example-data.adoc[Example datasets] |
| 59 | +* xref:appendix/tutorials/tutorials-overview.adoc[Tutorials] |
| 60 | +* xref:appendix/getting-started-resources.adoc[Resources] |
0 commit comments