Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Neo4j 3.x - Second Edition

You're reading from  Learning Neo4j 3.x - Second Edition

Product type Book
Published in Oct 2017
Publisher Packt
ISBN-13 9781786466143
Pages 316 pages
Edition 2nd Edition
Languages
Concepts
Author (1):
Jerome Baton Jerome Baton
Profile icon Jerome Baton

Table of Contents (24) Chapters

Title Page
Credits
About the Authors
Acknowledgement
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
Graph Theory and Databases Getting Started with Neo4j Modeling Data for Neo4j Getting Started with Cypher Awesome Procedures on Cypher - APOC Extending Cypher Query Performance Tuning Importing Data into Neo4j Going Spatial Security Visualizations for Neo4j Data Refactoring with Neo4j Clustering Use Case Example - Recommendations Use Case Example - Impact Analysis and Simulation Tips and Tricks

Syntax norms


In order to be consistent with ourselves and other Cypher users, we strongly advise you to follow these syntax norms:

  • nodeAliases are in lower camel case (start with lowercase)
  • Labels are in upper camel case (start with uppercase)
  • RELATIONS are in upper snake case (like IS_A)
  • Property names are in lower camel case
  • KEYWORDS are in uppercase

Remember, we read code more than we write it.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}