Any bulk store support multi-part file upload
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 28
- Forks
- 25
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem? Please describe.
We sometimes have to upload rather large data sets, Rating Tables, TimeSeries, etc, beyond just binary files. It dawns on me that if we're supporting file upload for blob #1718 why aren't we doing that for ratings, which also get quite large, or even time series when there's a large backfill?
Describe the solution you'd like
Identify and support multi-part file upload for any appropriate DTO that can get beyond 5MB.
Describe alternatives you've considered
Keep hoping for the best?
Additional context
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
Start by reviewing the file-upload support from issue #1718 and identifying DTOs for ratings, time series, and other payloads that can exceed 5 MB. Confirm which DTOs need multipart handling, with completion defined as supporting multipart uploads for the appropriate DTOs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100