pulp / pulp/pulpcore

As a plugin writer, I want a downloader which streams content and doesn't save it on a file system

Open
#2,063 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.