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: 20 days ago
JSON representation
Neo4j REST Client in golang
- Host: GitHub
- URL: https://github.com/davemeehan/Neo4j-Go
- Owner: davemeehan
- Archived: true
- Created: 2011-06-04T16:08:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T12:15:38.000Z (over 6 years ago)
- Last Synced: 2024-07-31T01:24:29.969Z (4 months ago)
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 78
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
DEPRECATED!
Consider these instead:
https://github.com/johnnadratowski/golang-neo4j-bolt-driver
https://github.com/go-cq/cqInstall:
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/goto install:
#: cd Neo4j-GO
#: make && make install