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.
What you need for this book
First and foremost, you need Neo4j. The community edition is free and open source.
It can be downloaded from http://www.neo4j.org/download.
In the initial chapters, the examples are created using embedded Neo4j. To run the
Java code, you need any Java IDE and Maven.
If you read this book on a tablet with an Internet connection, another way to run
the Cypher code is using the Neo4j Console (http://console.neo4j.org/); it
allows you to run Cypher queries directly in your browser and lets you to see the
results immediately.
Who this book is for
If you are a developer who wants to learn Cypher to interact with Neo4j and find out
the capabilities of this language, this book is for you.
The first chapter assumes that you are a little familiar with the Java syntax; anyway,
you don't require Java to understand Cypher examples that can be launched in the
Neo4j console.
The last chapter on migration from SQL assumes you know SQL and the
relational mode
ตอนที่ 1 สอบถาม neo4j ได้อย่างมีประสิทธิภาพ ด้วยการจับคู่รูปแบบ อธิบายพื้นฐานข้อ
และรูปแบบการแสดงแบบสอบถามอ่านอย่างเดียวกับ ไซเฟอร์
บทที่ 2 ตัวรวมกันและรวมผล อธิบายประโยค และเคล็ดลับ ที่สามารถใช้กับรูปแบบซับซ้อน
ผลลัพธ์ที่มาจากการจับคู่รูปแบบ .
บทที่ 3 , จัดการฐานข้อมูล ครอบคลุมเขียนประโยคซึ่งเป็น
แก้ไขกราฟ
บทที่ 4 , เพิ่มประสิทธิภาพ , พูดคุยเกี่ยวกับเครื่องมือและแนวทางปฏิบัติเพื่อปรับปรุงสมรรถนะของแบบสอบถาม
.
บทที่ 5 การโยกย้ายจาก SQL , อธิบายวิธีการย้ายฐานข้อมูลจากพื้นดินขึ้นผ่าน neo4j
เช่น ไส้ติ่ง , ผู้ประกอบการและการทำงาน , อธิบายถึงผู้ประกอบการ ไซเฟอร์ และหน้าที่ในรายละเอียด .
สิ่งที่คุณต้องการสำหรับหนังสือเล่มนี้
ก่อนอื่นคุณต้อง neo4j .ชุมชน Edition คือฟรีและเปิดแหล่งที่มา .
ก็สามารถดาวน์โหลดได้จาก http : / / www.neo4j . org / ดาวน์โหลด .
ในบทเริ่มต้น ตัวอย่างจะถูกสร้างขึ้นโดยใช้ neo4j ฝังตัว เพื่อเรียก
Java รหัสคุณต้องการ IDE Java และผู้เชี่ยวชาญ .
ถ้าคุณอ่านหนังสือบนแท็บเล็ตด้วย การเชื่อมต่ออินเทอร์เน็ต , วิธีอื่นวิ่ง
รหัสรหัสใช้ neo4j คอนโซล ( http : / / คอนโซล neo4j . org /
) ;ช่วยให้คุณสามารถเรียกใช้รหัสแบบสอบถามโดยตรงในเบราว์เซอร์ของคุณและช่วยให้คุณเห็นผลลัพธ์ทันที
.
ที่หนังสือเล่มนี้สำหรับ
ถ้าคุณเป็นนักพัฒนาที่ต้องการเรียนรู้ศูนย์เพื่อโต้ตอบกับ neo4j และหา
ความสามารถของภาษานี้ หนังสือเล่มนี้เหมาะสำหรับคุณ .
บทแรกสันนิษฐานว่าคุณเป็นเพียงเล็กน้อยที่คุ้นเคยกับไวยากรณ์ Java ยังไง
;คุณไม่ต้องใช้จาวาเข้าใจตัวอย่างรหัสที่สามารถเปิดตัวใน
neo4j คอนโซล บทสุดท้ายในการโยกย้ายจาก SQL จะรู้ SQL และ
โหมดแบบ
การแปล กรุณารอสักครู่..