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

Add support for file-based cache #30

Open
cipriancraciun opened this issue Oct 10, 2021 · 0 comments
Open

Add support for file-based cache #30

cipriancraciun opened this issue Oct 10, 2021 · 0 comments
Assignees

Comments

@cipriancraciun
Copy link
Member

In order to support #7 (without a multi-process KV store), and as an alternative fix for #27, and perhaps to improve storage space, there should be a file-based cache implementation.

In this schema, one would keep the CDB library for the meta-data and other information, but all the scriptlet contents could be stored on disk as individual files. (This feature could also be used for scriptlets that require prologues, currently Bash and Python.)

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

No branches or pull requests

1 participant