[KED-949] Kedro-Glue Plugin
See original GitHub issueDescription
Create a plugin to allow for easy conversion and deployment of Kedro pipelines to AWS Glue.
Context
Kedro is great for localized development but currently lacks a way to deploy pipelines on AWS. Kedro-Docker
and Kedro-Airflow
are great solutions to this problem but it would be great to be able to use AWS native ETL tools.
Possible Implementation
Implementation should be fairly similar to Kedro-Airflow
but with obvious alterations tailored towards the AWS API. The general idea would be to convert a Kedro pipeline nodes to CodeGenNode
structures, as well as capturing the relationship between nodes in CodeGenEdge
structures.
For more information see: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-etl-script-generation.html
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:18 (9 by maintainers)
Top Results From Across the Web
[KED-949] Kedro-Glue Plugin · Issue #57 - GitHub
Create a plugin to allow for easy conversion and deployment of Kedro pipelines to AWS Glue. Context. Kedro is great for localized development ......
Read more >Kedro is an open-source Python framework for creating ...
[KED-949] Kedro-Glue Plugin. Description. Create a plugin to allow for easy conversion and deployment of Kedro pipelines to AWS Glue.
Read more >The kedro from kedro-org - GithubHelp
Kedro is an open-source Python framework for creating reproducible, maintainable and modular data science code. It borrows concepts from software engineering ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s finally possible to build Kedro-Glue! Commit ecd7277 has addressed removal of
pandas
andnumpy
from our core dependencies. The next major release will have this change. Good luck with the plugin! Let us know if you need help.Can I have jab at this?