Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couchbase/gocbcore
The IO component of gocb
https://github.com/couchbase/gocbcore
Last synced: about 1 month ago
JSON representation
The IO component of gocb
- Host: GitHub
- URL: https://github.com/couchbase/gocbcore
- Owner: couchbase
- License: apache-2.0
- Created: 2015-01-15T20:04:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:50:03.000Z (2 months ago)
- Last Synced: 2024-10-21T18:55:36.012Z (about 2 months ago)
- Language: Go
- Homepage: https://www.couchbase.com/
- Size: 2.27 MB
- Stars: 24
- Watchers: 83
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - couchbase/gocbcore - The IO component of gocb (Go)
README
# Couchbase Go Core
This package provides the underlying Couchbase IO for the gocb project.
If you are looking for the Couchbase Go SDK, you are probably looking for
[gocb](https://github.com/couchbase/gocb).## Branching Strategy
The gocbcore library maintains a branch for each previous major revision
of its API. These branches are introduced just prior to any API breaking
changes. Active work is performed on the master branch, with releases
being performed as tags. Work made on master which are not yet part of a
tagged released should be considered liable to change.## License
Copyright 2017 Couchbase Inc.Licensed under the Apache License, Version 2.0.
See
[LICENSE](https://github.com/couchbase/gocbcore/blob/master/LICENSE)
for further details.