This document discusses using the Neo4J graph database with Grails. It provides an overview of NoSQL databases and why graph databases are useful. It then discusses Neo4J specifically and how its data model is suited to connected data. The document outlines how to install the Neo4J plugin for Grails and use GORM to work with Neo4J. It also discusses advanced configurations like embedded, REST, and high availability modes.