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 git@github.com:leapfrogtechnology/datamegh.git
$ cd datamegh- Setup a virtualenv.
$ make venv- Activate the virtualenv.
$ source .venv/bin/activate
$ make setup$ make testNote: 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 testLicensed under The MIT License.