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

Added dynamodb-fastapi backed fastq manager #819

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

alexiswl
Copy link
Member

Fastq Manager using FastAPI and Dyntastic as backends.

Uses lambdas to communicate between the file manager and the metadata manager when required.

@alexiswl
Copy link
Member Author

This is working, I'd like to be able to deploy this to production so that I can start populating it and testing integration with other services such as workflow services

s3Uri now an output of the filestorage object for r1 and r2 samples
@victorskl
Copy link
Member

Let get this reviewed and push out, folks.!

Copy link
Member

@reisingerf reisingerf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rock (the boat)!

@alexiswl
Copy link
Member Author

alexiswl commented Feb 5, 2025

Waiting on #851, I'd like to add 'storageClass' as a 'computed field' to file object readsets.

Comment on lines +25 to +31
if len(response) == 0:
# Try again with current_state=False
response = get_request_response_results(S3_LIST_ENDPOINT, {
"bucket": s3_bucket,
"key": s3_key,
"currentState": 'false'
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-current records might not have any data on S3, except for something like old versioned objects. Just something to keep in mind, I'm not 100% sure if this is being used to presign URLs eventually.

@victorskl victorskl linked an issue Feb 6, 2025 that may be closed by this pull request
@victorskl victorskl added the feature New feature label Feb 6, 2025
@victorskl victorskl mentioned this pull request Feb 6, 2025
@victorskl
Copy link
Member

Thanks for code walkthrough / demo today, Alexis!

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

Successfully merging this pull request may close these issues.

Add FastqManager
4 participants