couchbase / cbgt

The cbgt project provides a generic golang library that manages partitions or data shards across a cluster of servers.
Other
22 stars 12 forks source link

cbgt

The cbgt project provides a golang library that helps manage distributed partitions (or data shards) across an elastic cluster of servers.

GoDoc Coverage Status

Documentation

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