Skip to content

leapfrogtechnology/datamegh

Repository files navigation

datamegh

Travis (.org)

Datamegh - A Cloud-native framework for Data Engineering projects.

If you're unfamiliar with what cloud-native means? Read it here.

Development

Setting up the codebase

  1. Clone the repository.
$ git clone git@github.com:leapfrogtechnology/datamegh.git
$ cd datamegh
  1. Setup a virtualenv.
$ make venv
  1. Activate the virtualenv.
$ source .venv/bin/activate
$ make setup

Running tests

$ make test

Note: This ensures all the dependencies are complete since tests are run in an isolated container.

Contributing

Feel free to send pull requests. Make sure to run following commands:

$ make format
$ make check
$ make test

License

Licensed under The MIT License.