kedro-org / kedro

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
https://kedro.org
Apache License 2.0
9.48k stars 874 forks source link

Docker image for Kedro build tools #46

Closed evanmiller29 closed 5 years ago

evanmiller29 commented 5 years ago

Description

Not all developers have access to Linux environments.

Context

A docker image that contains all the tools required would enable any developer to contribute and test on the same environment that the core development team.

Possible Implementation

The addition of a DockerFile/docker-compose.yml to contrib.

I currently have a bare bones implementation working that runs the tests (here) but it would need more work to implement it with the current kedro structure.

yetudada commented 5 years ago

@evanmiller29 We might have this solved for you. Please check out our recently released plugin, kedro-docker.