Book Image

Neo4j Graph Data Modelling

Book Image

Neo4j Graph Data Modelling

Overview of this book

Table of Contents (16 chapters)
Neo4j Graph Data Modeling
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Refactoring the Data Model

We explored how to model cities and flights in a graph database, and are now able to run queries that return flights and routes for a journey. We also added the capability to book flights to our data model. In this chapter, we will explore how to change the data model to fit new requirements. As we go along, we will explore the following concepts:

  • Modifying data model to accommodate business requirements

  • Migrating the data from the old model to the new one