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

Write index.html to provide file navigation #7

Closed
caufieldjh opened this issue Aug 23, 2021 · 2 comments
Closed

Write index.html to provide file navigation #7

caufieldjh opened this issue Aug 23, 2021 · 2 comments

Comments

@caufieldjh
Copy link
Collaborator

Upon upload to S3 bucket, files should be navigable using simple index.html.
Will need index for all files and for individual OBOs.
Will also need to update upon new uploads (i.e., don't update if no changes).

@justaddcoffee
Copy link
Collaborator

justaddcoffee commented Aug 25, 2021

Thanks @caufieldjh - expounding on this:

I think we need these index.html's:

s3://s3bucket_name/kg-obo/index.html
^ for this one we need to query the s3 bucket at the end of a run, after everything is written up to s3, to correctly take stock of all new and existing ontology directories

s3://s3bucket_name/kg-obo/[ontology name]/index.html
s3://s3bucket_name/kg-obo/[ontology name]/[version]/index.html
^ for these we can write the index.html inside the for loop where we process a given ontology, after we do the transform

@caufieldjh
Copy link
Collaborator Author

Handled in #25

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

No branches or pull requests

2 participants