Skip to content

geekproject/neo4go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Neo4j client for Google Go (Golang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages