- Building Web Applications with Python and Neo4j
- Sumit Gupta
- 230字
- 2021-07-16 13:39:14
Chapter 2. Querying the Graph with Cypher
We never live in isolation and this hold true with our data, which is nothing more than an interconnection between varied kinds of domains known as graphs.
Graphs are complex and evolving, so, to extract data from these complex graphs, we need an efficient query mechanism that focuses on the domain model and encourages "What to retrieve?" instead of "How to retrieve?".
Neo4j introduces a powerful, declarative, and SQL-inspired graph query language, Cypher.
Cypher is designed to be a humane query language, that leverages the concepts of pattern and pattern matching and allows for expressive, efficient querying and updating of the graph store. Cypher is a relatively simple but very powerful language.
This chapter will provide you with an in-depth understanding of Cypher as a query language for Neo4j database. It will guide you through the anatomy of Cypher, and then will focus on the heart of Cypher: pattern and pattern matching. We will also discuss a real-world example where we will query complex graphs with Cypher.
At the end of this chapter, you will be well versed in the Cypher constructs and will be able to write Cypher queries for extracting data from complex graphs within no time.
This chapter will cover the following points:
- Basic anatomy of a Cypher query
- Pattern and pattern matching
- Working with nodes and relationships
- Learning Single:page Web Application Development
- Go Web編程
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- Learning RxJava
- 深入淺出WPF
- Java 9 Programming Blueprints
- Clojure for Domain:specific Languages
- Learning AWS Lumberyard Game Development
- Mastering Python High Performance
- Python機器學習經(jīng)典實例
- RealSenseTM互動開發(fā)實戰(zhàn)
- HTML+CSS+JavaScript編程入門指南(全2冊)
- 寫給程序員的Python教程
- Lync Server Cookbook
- Learning Ext JS(Fourth Edition)