Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 678 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 678 Bytes

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

PkgGoDev

NOTE: This library initializes math's random seed (rand.Seed(time.Now().UTC().UnixNano())) for unique id generation.