So far, we’ve only interacted with Neo4j through the web browser, other Neo4j desktop applications, or Jupyter. In this section, we will detail several techniques to automate the data analysis process we have set up. Two aspects will be covered: integrating Neo4j in an existing application with Graph Object Mappers (the graph equivalent of ORMs), and building a new application from scratch using the GRAND stack. We will also briefly discuss the challenges of using Neo4j for big data.
This section consists of the following chapters:
- Chapter 11, Using Neoj4 in Your Web Application
- Chapter 12, Neo4j at Scale