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.gofile with databaseurl,usernameandpassword - Run program with
go run main.go
Feel free to create new Nodes and Relationship and persit them to the database
If you want an more complex application see https://github.com/codingfinest/neo4j-go-ogm-university