As a plugin writer, I want a downloader which streams content and doesn't save it on a file system
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 598
- Forks
- 168
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 86
Description
Author: @goosemania (ttereshc)
Redmine Issue: 9593, https://pulp.plan.io/issues/9593
There are cases when downloaded content does not need to be saved on a filesystem.
It's just an additional overhead for some workflows. When data is very small, used immediately or saved to DB, no bits on a file system are needed.
E.g. Container signatures. They are small (under 1KB) and are parsed and saved in DB.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the downloader implementation and its existing filesystem behavior; done should allow small or immediately consumed content to be streamed without being saved to a filesystem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100