- Learning Cypher
- Onofrio Panzarino
- 110字
- 2021-07-16 11:50:26
What this book covers
Chapter 1, Querying Neo4j Effectively with Pattern Matching, describes the basic clauses and patterns to perform read-only queries with Cypher.
Chapter 2, Filter, Aggregate, and Combine Results, describes clauses and tips that can be used with patterns to elaborate results that come from pattern matching.
Chapter 3, Manipulating the Database, covers the write clauses, which are needed to modify a graph.
Chapter 4, Improving Performance, talks about tools and practices to improve performances of queries.
Chapter 5, Migrating from SQL, explains how to migrate a database to Neo4j from the ground up through an example.
Appendix, Operators and Functions, describes Cypher operators and functions in detail.