Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Neo4j Graph Data Modelling

You're reading from   Neo4j Graph Data Modelling Design efficient and flexible databases by optimizing the power of Neo4j

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher
ISBN-13 9781784393441
Length 138 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Mahesh K Lal Mahesh K Lal
Author Profile Icon Mahesh K Lal
Mahesh K Lal
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Graphs Are Everywhere FREE CHAPTER 2. Modeling Flights and Cities 3. Formulating an Itinerary 4. Modeling Bookings and Users 5. Refactoring the Data Model 6. Modeling Communication Chains 7. Modeling Access Control 8. Recommendations and Analysis of Historical Data 9. Wrapping Up Index

What to watch out for while using Neo4j

While Neo4j is a really handy tool and graphs are a good way to represent data, they are not suited for every single problem that is out there. There are definitely good cases where we can use an RDBMS more effectively. For example, if the application's main task is to aggregate and crunch on data that fits into a single table, then RDBMS is a better option. For other cases such as profiles and user preferences, it makes more sense to store them in a DocStore. Also, large documents are not meant to be stored in Neo4j. For full-text querying apart from querying based on field/label, Neo4j might only be a part of the solution; something such as Solr or Elasticsearch should be used along with Neo4j to get the full-text search working at scale. Caching is best left to solutions such as memcached. While graphs are a great tool, overusing them and trying to fit a non-graph use case into a graph will more often than not result in failure or at least...

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 €18.99/month. Cancel anytime