AlexsLemonade / AlexsLemonade/refinebio
Compendia Download Events Script
- Dominant language
- Python
- Stars
- 135
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
### Context
We want to track compendium download events.
### Problem or idea
We should write a script that queries aws to get a human readable outputs a tsv like:
| Organism Name | Downloads | Users |
| ------------- |:-------------:| -----:|
| HOMO_SAPIENS | 4 | 4 |
| MUS_MUSCULUS | 2 | 1 |
| DANIO_RERIO | 1 | 1 |
### Solution or next step
Write a command that queries and aggregates these values.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no file, test, or command entry point, so first locate existing compendium download-event handling and AWS query patterns. The work is done when a command queries AWS, aggregates downloads and users by organism, and emits the requested human-readable TSV.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, data-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100