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

ability to save the result of script processing to the server directory #123

Open
anatolykabakov opened this issue Nov 4, 2020 · 1 comment

Comments

@anatolykabakov
Copy link

anatolykabakov commented Nov 4, 2020

Add the ability to save the result of script processing to the server directory. This will allow you to remotely process bags and save the processing result to the server. This is possible by adding the line to the file docker-compose.yaml
volumes: server/dir/out/: /bdb/out

And to the file RunnableScript.java
bindBuilder.add(Joiner.on(':').join("/bdb/out", "/bdb/out"));

@pjreed
Copy link
Contributor

pjreed commented Nov 4, 2020

This sounds like a good idea to me, and I think it'd be pretty easy to implement. I think it would also make sense to have an option for scripts to control whether they write their stdout / stderr to that folder or not, and I'll also want to update the documentation with examples, but I'll take a look at doing this soon.

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

No branches or pull requests

2 participants