Appendix B. Setting up and running the sample code
All of the source code used in the book is available for download from www.manning.com/Neo4jinAction as well as at https://github.com/opencredo/neo4j-in-action.
All of the code and demos use Java so you’ll need to have an appropriate version of Java installed. Additionally, we use Maven as the primary framework for providing the automatic building, compiling, and running of the code.
JUnit-based tests have primarily been used to demonstrate features in the book, but there are some standalone classes as well (which are not run as part of the test suite) that can also be executed to view their results.
This appendix provides the instructions required to set up your system to run the examples and associated source code.
This section describes how to prepare your machine for running the associated samples and demo code.
Download and unpack the sample code into a directory that we’ll refer to as N4JIA_SAMPLE_HOME. The source code is provided in zip format and can be downloaded from www.manning.com/Neo4jinAction. Alternatively you can simply clone the github repository available at https://github.com/opencredo/neo4j-in-action.