Added go-pilosa (#2384)

This commit is contained in:
Yuce Tekol 2019-02-26 16:42:56 +03:00 committed by Ceriath
parent 0ee60a7ed6
commit 371bc5dc9e

View File

@ -446,6 +446,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB.
* [go-couchbase](https://github.com/couchbase/go-couchbase) - Couchbase client in Go.
* [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go.
* [go-pilosa](https://github.com/pilosa/go-pilosa) - Go client library for Pilosa.
* [go-rejson](https://github.com/nitishm/go-rejson) - Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease.
* [gocb](https://github.com/couchbase/gocb) - Official Couchbase Go SDK.
* [gocql](http://gocql.github.io) - Go language driver for Apache Cassandra.