Skip to main content

General purpose Vitess helper library

Project description

# vitess-helpers This library is intended to be a general library to help manage the lifecycle of a Vitess cluster.

Visit https://vitess.io/ for more information on what Vitess is.

## shard range library Generate shard ranges using python. The library takes a single input shards and generates a list of shard range names.

See Vitess documentation for further information:

https://vitess.io/docs/reference/features/sharding/

Example usage: `python >>> from vitess_helpers import shard_ranges >>> shard_ranges(3) ['-55', '55-aa', 'aa-'] >>> `

## to install

pip install vitess-helpers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vitess-helpers-0.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page