Skip to content

neo4j-graphacademy/app-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Neo4j Applications with Go

Learn how to interact with Neo4j from a Go project using the Neo4j Go Driver

For a complete walkthrough of this repository, enrol now.

Installing the Driver

To use the Neo4j Go Driver in your Go project, you can run the following command:

Installing the neo4j-go-driver dependency
go get -u github.com/neo4j/neo4j-go-driver/v5

Running Examples

All examples that accompany the course are in the pkg/ folder. You can run these examples by invoking the go run subcommand.

go run ./pkg/example/example.go