Implement a test case for Large file streaming (not being saved to temp file for assembly) #52

Open
opened 2025-05-29 09:56:20 +00:00 by stanislav.hejny · 0 comments

For R2R adoption project, implement and showcase an upload of a "large" file using streaming option (no assembly in temp file, in memory transfer only)
sub tasks:

  • design the API on python side to use this feature - e.g. how developer decides that the file is to be streamed in-memory only as opposed to be offered (the default behaviour) as byte stream from temp file?
  • implement it in AMQ adapter code
For R2R adoption project, implement and showcase an upload of a "large" file using streaming option (no assembly in temp file, in memory transfer only) sub tasks: - design the API on python side to use this feature - e.g. how developer decides that the file is to be streamed in-memory only as opposed to be offered (the default behaviour) as byte stream from temp file? - implement it in AMQ adapter code
stanislav.hejny added this to the V.01 milestone 2025-05-29 10:46:55 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clevermicro/amq-adapter-python#52
No description provided.