Datamegh - A Cloud-native framework for Data Engineering projects.
If you're unfamiliar with what cloud-native means? Read it here.
- Clone the repository.
$ git clone [email protected]:leapfrogtechnology/datamegh.git
$ cd datamegh
- Setup a virtualenv.
$ make venv
- Activate the virtualenv.
$ source .venv/bin/activate
$ make setup
$ make test
Note: This ensures all the dependencies are complete since tests are run in an isolated container.
Feel free to send pull requests. Make sure to run following commands:
$ make format
$ make check
$ make test
Licensed under The MIT License.