/neo4j-go-ogm-playground

A playground to quickly learn neo4j-go-ogm

Primary LanguageGo

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