• This repository has been archived on 27/Jul/2023
  • Stars
    star
    78
  • Rank 412,246 (Top 9 %)
  • Language
    Go
  • Created over 13 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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