Add option to download search results in parquet format#695
Merged
Conversation
pmustonebi
approved these changes
Jan 8, 2026
Contributor
|
Looks good @afg1! Are we generating the parquet files on the fly, or retrieving them from some db/object storage? |
Contributor
Author
|
Thanks! Yeah, the parquet is generated on the fly by the export microservice in the other PR, it's mostly reusing the way that the JSON download is generated. We will need to deploy that before this can go live on the site, we're just figuring out the least risky way to do that without breaking prod |
Isaac1m
approved these changes
Jan 8, 2026
Contributor
|
Sounds good, we can deploy it to test once it’s ready before moving to prod. Happy to merge this change! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an option to download in parquet format from text search results. Relies on the changes in the export microservice from RNAcentral/rnacentral-export#1
Given that parquet is a tabular format and should be able to handle the same data types as json, I don't think it needs a genes filter, but that will have to be tested more thoroughly