Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/davemeehan/Neo4j-GO

Neo4j REST Client in golang
https://github.com/davemeehan/Neo4j-GO

Last synced: about 1 month ago
JSON representation

Neo4j REST Client in golang

Lists

README

        

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