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

Dynamic EBS volume provisioning may eventually be needed for post-processing of graphs(?) #62

Open
RichardBruskiewich opened this issue Sep 18, 2021 · 0 comments
Assignees
Labels
September 2021 Relay September 2021 Relay bug fix / feature addition

Comments

@RichardBruskiewich
Copy link
Collaborator

RichardBruskiewich commented Sep 18, 2021

The "new" (Sept 2021) strategy for creating the tar.gz archive files of KGE file sets uses a Linux CLI script (kgea_archive.bash) that caches KGX nodes and edges TSV files on the hard drive, just prior to running the tar program (generating a tar version of the archives). This points to the requirement for a suitably large hard disk drive to accommodate the caching.

A possible (perhaps necessary) KGEA system enhancement is to somehow dynamically allocate a "large enough" temporary EBS volume for the operation (this is akin to provisioning temporary compute EC2's, but just storage...).

The alternative is to somehow either provision a large enough disk right up front (probably costly and wasteful for most downloads) or to limit archive sizes of the uploaded files (again, not too satisfactory).

@RichardBruskiewich RichardBruskiewich self-assigned this Sep 20, 2021
@RichardBruskiewich RichardBruskiewich added the September 2021 Relay September 2021 Relay bug fix / feature addition label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
September 2021 Relay September 2021 Relay bug fix / feature addition
Projects
None yet
Development

No branches or pull requests

1 participant