couchbaselabs / cbgt

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbgt -- no further development will be done here on couchbaselabs/cbgt
Apache License 2.0
2 stars 1 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.

Build Status Coverage Status

Documentation

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