Using Neo4j with Go
Learn how to interact with Neo4j from Go using the Neo4j Go Driver
In this 1-hour course, you will learn
In this course, you will learn how to integrate Neo4j into your Go projects.
By the end of this course, you will have gained a solid understanding of how to use Neo4j in a Go 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 Go and Go modules. 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