This project gives developers a very quick start with learning neo4j-go-ogm
Steps:
- Clone this repository
- Setup the requirement for Neo4j Go driver as descibed here
- Start your Neo4j database instance
- Update the
main.go
file with databaseurl
,username
andpassword
- Run program with
go run main.go
Feel free to create new Node
s and Relationship
and persit them to the database
If you want an more complex application see https://github.com/codingfinest/neo4j-go-ogm-university