client method for uploading snapshots
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 304
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 37
Description
The API provides an endpoint for uploading snapshots but this doesn't appear to be exposed in via the client.
Would be nice to do this in an iterative streaming fashion, should the snapshot be too large to fit into the client's memory.
The pair to #324
Contributor guide
No contributing guide indexed for this repository
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 with the linked recover_from_uploaded_snapshot API operation and inspect how the Python client exposes related snapshot functionality. The work is complete when the upload endpoint is available through the client and supports iterative streaming so large snapshots do not need to fit in memory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100