Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

mindstand/gogm-example

Repository files navigation

gogm-example

Example Project for GoGM

Description

This is loosely based on Java example by Neo4j for the Java OGM. This can be found here.

GoGM library can be found here

Files

  • docker-compose.yaml - deploys single node neo4j "cluster"
  • docker-compose-casual-cluster.yaml - deploys 3 core and 1 replica node cluster
  • go.mod/go.sum - required for go modules
  • models.go - contains models for the example
  • linking.go - generated by gogmcli for node linking and unlinking
  • main.go - gogm usage example