https://github.com/couchbase/sg-bucket
Sync Gateway Bucket interface and common code used by all Sync Gateway bucket implementations.
https://github.com/couchbase/sg-bucket
Last synced: 9 months ago
JSON representation
Sync Gateway Bucket interface and common code used by all Sync Gateway bucket implementations.
- Host: GitHub
- URL: https://github.com/couchbase/sg-bucket
- Owner: couchbase
- License: other
- Created: 2015-05-13T22:22:58.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T17:16:13.000Z (about 1 year ago)
- Last Synced: 2025-06-09T18:25:57.602Z (about 1 year ago)
- Language: Go
- Size: 389 KB
- Stars: 10
- Watchers: 50
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/couchbase/sg-bucket) [](https://sourcegraph.com/github.com/couchbase/sg-bucket?badge) [](https://opensource.org/licenses/Apache-2.0)
# sg-bucket
This repo contains:
- Interfaces needed by all concrete implementations of the `sgbucket.Bucket` interface, as well as by Sync Gateway itself.
- Common code used by certain sg-bucket concrete implementations ([walrus](https://github.com/couchbaselabs/walrus), [forestdb-bucket](https://github.com/couchbaselabs/forestdb-bucket/)) and to a lesser extent by Sync Gateway itself.