|
2 | 2 | * xref:index.adoc[Introduction] |
3 | 3 | * xref:whats-neo4j.adoc[What is Neo4j] |
4 | 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[] |
5 | 8 | * xref:cypher.adoc[What is Cypher] |
| 9 | +** xref:cypher-intro/cypher-sql.adoc[] |
| 10 | +** xref:cypher-intro/patterns.adoc[] |
| 11 | +** xref:cypher-intro/patterns-in-practice.adoc[] |
| 12 | +** xref:cypher-intro/results.adoc[] |
| 13 | +** xref:cypher-intro/updating.adoc[] |
| 14 | +** xref:cypher-intro/large-statements.adoc[] |
| 15 | +** xref:cypher-intro/subqueries.adoc[] |
| 16 | +** xref:cypher-intro/schema.adoc[] |
| 17 | +** xref:cypher-intro/dates-datetimes-durations.adoc[] |
| 18 | +** xref:cypher-intro/procedures-functions.adoc[] |
| 19 | +** xref:cypher-intro/load-csv.adoc[] |
| 20 | +** xref:cypher-intro/resources.adoc[] |
6 | 21 |
|
7 | 22 | * *Work with data* |
8 | 23 |
|
9 | | -* link:{docs-home}/model[Model data] |
10 | | -* link:{docs-home}/import/[Import data into Neo4j] |
11 | | -* link:{docs-home}/create-applications/[Create an application] |
12 | | -* link:{docs-home}/gds/[Get insights from data] |
13 | | -* link:{docs-home}/visualize/[Create data visualizations] |
| 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] |
| 38 | +** xref:languages-guides/java/java-intro.adoc[] |
| 39 | +*** xref:languages-guides/java/spring-data-neo4j.adoc[] |
| 40 | +*** xref:languages-guides/java/quarkus.adoc[] |
| 41 | +*** xref:languages-guides/java/java-frameworks.adoc[] |
| 42 | +*** xref:languages-guides/java/neo4j-ogm.adoc[] |
| 43 | +*** xref:languages-guides/java/java-procedures.adoc[] |
| 44 | +** xref:languages-guides/neo4j-dotnet.adoc[] |
| 45 | +** xref:languages-guides/neo4j-javascript.adoc[] |
| 46 | +** xref:languages-guides/neo4j-python.adoc[] |
| 47 | +** xref:languages-guides/neo4j-go.adoc[] |
| 48 | +** xref:languages-guides/integration-tools/integration.adoc[] |
| 49 | +** xref:languages-guides/community-drivers/index.adoc[] |
| 50 | +
|
| 51 | +* xref:gds/index.adoc[Get insights from data] |
| 52 | +
|
| 53 | +* xref:graph-visualization/graph-visualization.adoc[Create data visualizations] |
| 54 | +** xref:graph-visualization/graph-visualization-tools.adoc[] |
14 | 55 |
|
15 | 56 | * *Reference* |
16 | 57 |
|
17 | | -* xref:reference/graphdb-concepts/index.adoc[Graph database concepts] |
18 | | -** xref:reference/graphdb-concepts/cypher-sql.adoc[] |
19 | | -** xref:reference/graphdb-concepts/graphdb-vs-nosql.adoc[] |
20 | | -** xref:reference/graphdb-concepts/graphdb-vs-rdbms.adoc[] |
21 | | -* xref:reference/example-data.adoc[Example datasets] |
22 | | -* link:{docs-home}/tutorials/#_getting_started[Tutorials] |
23 | | -* xref:reference/resources.adoc[Resources] |
| 58 | +* xref:appendix/example-data.adoc[Example datasets] |
| 59 | +* xref:appendix/tutorials/tutorials-overview.adoc[Tutorials] |
| 60 | +** xref:appendix/tutorials/guide-cypher-basics.adoc[Get started with Cypher] |
| 61 | +** xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[Cypher recommendation engine] |
| 62 | +** xref:appendix/tutorials/guide-import-desktop-csv.adoc[Import CSV data with Neo4j Desktop] |
| 63 | +** xref:data-import/import-relational-and-etl.adoc[Import data from a relational database into Neo4j] |
| 64 | +* xref:appendix/getting-started-resources.adoc[Resources] |
0 commit comments