Using Neo4j with Java
Learn how to interact with Neo4j using the Neo4j Java Driver
In this 1-hour course, you will learn
In this course, you will learn how to integrate Neo4j into your Java projects.
By the end of this course, you will have gained a solid understanding of how to use Neo4j in a Java application to build a practical and robust API. You will be able to use your newfound knowledge to create your own Neo4j-backed applications.
Prerequisites
By taking this course, we assume that you have a working knowledge of Java and how to build applications. We also assume that you have at least a basic knowledge of Neo4j.
If you haven't already done so, we recommend that you also take the Neo4j Fundamentals course in order to gain a basic understanding of Neo4j and the Cypher Fundamentals to understand how to query Neo4j using Cypher.
Driver life cycle
Installing and instantiation
Read and write transactions
Best practices