Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream post_file #34

Merged
merged 9 commits into from
May 4, 2023
Merged

Stream post_file #34

merged 9 commits into from
May 4, 2023

Conversation

cryptoquick
Copy link
Member

This allows large files to safely be streamed to the endpoint.

Cargo.toml Show resolved Hide resolved
src/backend/fs.rs Show resolved Hide resolved
src/backend/fs.rs Show resolved Hide resolved
src/backend/fs.rs Show resolved Hide resolved
src/backend/fs.rs Show resolved Hide resolved
src/config.rs Show resolved Hide resolved
src/config.rs Outdated Show resolved Hide resolved
src/frontend/http.rs Show resolved Hide resolved
src/frontend/http.rs Show resolved Hide resolved
tests/file.rs Outdated Show resolved Hide resolved
@cryptoquick cryptoquick added this pull request to the merge queue May 4, 2023
Merged via the queue into main with commit 76e71c8 May 4, 2023
@cryptoquick cryptoquick deleted the HT/stream-post-file branch May 4, 2023 05:57
Copy link
Collaborator

@rustchain64 rustchain64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

cryptoquick added a commit that referenced this pull request May 4, 2023
* Stream `post_file` (#34)

* Implement HTTP body streaming version of post_file.

* Refactor streaming interface format. Fix tests.

* Reduce number of files created in test by increasing chunk size to 1MB.

* Fix check catalog_exists test. Cleanup unused libraries.

* Log node public key in config. Correct Error Message in fs backend. Refactor file_stream to use explicit FileStream type alias (#35)

* Update carbonado to 0.3.0-rc.7 and secp256k1 to 0.27.0. Fix misnamed variable in tests.

* Add drive_redundancy option to config.

* Update directories crate. Default volume directory is now the Carbonado folder in the home directory. Configurable drive redundancy.

* Fixes in response to review items.

---------

Co-authored-by: Wesley Parr <[email protected]>

* Merge main.

* Streaming improvements (#37)

* Update unfold in write method to produce stream chunks of uniform segment size.

* Parallelize write_file. Add config node_shared_secret method and /key endpoint. Improve tests.

* Debugging...

* Fixes.

* Stream read file using axum response StreamBody. Parallelized decoding using par_then.

* Cleanup.

* Cleanup.

---------

Co-authored-by: Wesley Parr <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants