gocb alternatives and similar packages
Based on the "NoSQL Databases" category.
Alternatively, view gocb alternatives based on common mentions on social networks and blogs.
-
qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo. -
mgm
Mongo Go Models (mgm) is a fast and simple MongoDB ODM for Go (based on official Mongo Go Driver) -
go-rejson
Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis) -
godscache
An unofficial Google Cloud Platform Go Datastore wrapper that adds caching using memcached. For App Engine Flexible, Compute Engine, Kubernetes Engine, and more.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of gocb or a related project?
Popular Comparisons
README
Couchbase Go Client
This is the official Couchbase Go SDK. If you are looking for our previous unofficial prototype Go client library, please see: http://www.github.com/couchbase/go-couchbase.
The Go SDK library allows you to connect to a Couchbase cluster from Go. It is written in pure Go, and uses the included gocbcore library to handle communicating to the cluster over the Couchbase binary protocol.
Useful Links
Source
The project source is hosted at http://github.com/couchbase/gocb.
Documentation
You can explore our API reference through godoc at https://godoc.org/github.com/couchbase/gocb.
You can also find documentation for the Go SDK at the Couchbase Developer Portal.
Bug Tracker
Issues are tracked on Couchbase's public issues.couchbase.com. Contact the site admins regarding login or other problems at issues.couchbase.com (officially) or ask around in couchbase/discuss on gitter.im (unofficially).
Installing
To install the latest stable version, run:
go get github.com/couchbase/gocb/v2
To install the latest developer version, run:
go get github.com/couchbase/gocb
License
Copyright 2016 Couchbase Inc.
Licensed under the Apache License, Version 2.0.
See LICENSE for further details.
*Note that all licence references and agreements mentioned in the gocb README section above
are relevant to that project's source code only.