Kinetic / kinetic-go

Kinetic API for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinetic-Go

Build Status GoDoc Go Report Card License: MPL 2.0

Introduction

Kinetic client library in Golang.

Kinetic Protocol Version

This client is using version 3.1.0 from Kinetic-Protocol

Installation

Install with following command:

go get github.com/Kinetic/kinetic-go 

Documents

Visit https://godoc.org/github.com/Kinetic/kinetic-go to see API documents.

Usage Examples

Refer to file kinetic_test.go and connection_test.go for some examples.

More examples can be found in kinetic-go-examples repository.

License

This project is licensed under Mozilla Public License, v. 2.0

About

Kinetic API for Go

License:Mozilla Public License 2.0


Languages

Language:Go 82.6%Language:Protocol Buffer 17.4%