Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support transformations with external modules #24

Open
imaustink opened this issue Sep 12, 2017 · 0 comments
Open

Support transformations with external modules #24

imaustink opened this issue Sep 12, 2017 · 0 comments
Labels

Comments

@imaustink
Copy link
Owner

When running transformations that use external modules, bee should download said modules before running, and copy the transformation into an internal folder before executing.

This folder should be named with a hash of the sorted modules names, and the transformation name, concatenated.

If the folder name already exists, there is no need to reinstall the modules but the transformation should be copied over again to prevent the potential for overlap.

With this setup, I'm going to need a way to clean up old folders. I am thinking read the dir, filter out non-dirs, and when the length of the result is over X, delete the oldest dir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant