repositorypackage
0.0.0-20210504165230-211227dad0ce
Repository: https://github.com/blugelabs/cbgt.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
cbgt
NOTE: this is a fork of Couchbase's cbgt library prior to the BSL license change. It has most of the Couchbase specific references removed, and uses the blugelabs fork of blance. The unit tests pass, but it is not known to work beyond this.
The cbgt project provides a Go library that helps manage distributed partitions (or data shards) across an elastic cluster of servers.
Documentation
NOTE: This library initializes math's random seed (rand.Seed(time.Now().UTC().UnixNano())) for unique id generation.