Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 477 Bytes

Neo4go

Neo4go is a Go client library for the Neo4j REST API.

Installation

Neo4go can easily be installed

go get -u github.com/geekproject/neo4go (-u flag for "update")

Usage

import "github.com/geekproject/neo4go"

Testing

Neo4go was developed using Test Driven Development and comes bundles with test cases.

The tests can be executed using the following command:

go test

Most test cases require a Neo4j server running on localhost.