/snowshu

SnowShu is a sampling engine designed to support testing in data development.

Primary LanguagePythonApache License 2.0Apache-2.0

SnowShu

by Health Union

Coverage Pipeline

SnowShu enables data developers to author transforms and models in a highly performant, fully local environment. It is designed to make true red-green TDD not only possible for data development, but painless and blazingly fast.

SnowShu Logo

Note: SnowShu requires Docker, if you have not done so first install Docker.

To get started install with

pip install snowshu

Then create new replica.yml and credentials.yml files with


snowshu init

Configure your replica.yml and credentials.yml files, then execute with


snowshu create

and your replica is ready for use!

Check out the full documentation here