Example Project for GoGM
This is loosely based on Java example by Neo4j for the Java OGM. This can be found here.
GoGM library can be found here
docker-compose.yaml
- deploys single node neo4j "cluster"docker-compose-casual-cluster.yaml
- deploys 3 core and 1 replica node clustergo.mod
/go.sum
- required for go modulesmodels.go
- contains models for the examplelinking.go
- generated by gogmcli for node linking and unlinkingmain.go
- gogm usage example