Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 943 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 943 Bytes

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