Neo4j-GO icon indicating copy to clipboard operation
Neo4j-GO copied to clipboard

Neo4j REST Client in golang

DEPRECATED! Consider these instead: https://github.com/johnnadratowski/golang-neo4j-bolt-driver https://github.com/go-cq/cq

Install: If you don't have GOROOT in your environment make sure you set it to your base go dir. for example: #: export GOROOT=/usr/local/go

to install: #: cd Neo4j-GO #: make && make install