Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 616 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 616 Bytes

This project gives developers a very quick start with learning neo4j-go-ogm

Steps:

  1. Clone this repository
  2. Setup the requirement for Neo4j Go driver as descibed here
  3. Start your Neo4j database instance
  4. Update the main.go file with database url, username and password
  5. 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