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

Implement write and other file system operations needed for read-write operation. #9

Closed
mwalbeck opened this issue Oct 5, 2021 · 1 comment

Comments

@mwalbeck
Copy link
Contributor

mwalbeck commented Oct 5, 2021

File system operations between Nextcloud and Swarm will happen as HTTP requests to and from the Swarm node. The individual operations will consist of PHP function sending HTTP requests to the Swarm node using cURL.

Since you have to pay for upload and storage to the Swarm network we need to make sure a stamp batch has been purchased and selected to the batch id can be added to the upload request.

https://docs.ethswarm.org/docs/access-the-swarm/upload-and-download

Implementing handling for the Swarm tag system could be useful as well to allow the user to monitor the upload process to the Swarm network itself.

https://docs.ethswarm.org/docs/access-the-swarm/syncing

@mwalbeck mwalbeck added this to the v0.1.0 milestone Oct 5, 2021
@mwalbeck mwalbeck added this to To do in Nextcloud Swarm Plugin v0.1.0 via automation Oct 5, 2021
@mwalbeck mwalbeck changed the title Implement write file system operation Implement write and other file system operations needed for read-write operation. Oct 7, 2021
@mwalbeck
Copy link
Contributor Author

mwalbeck commented Oct 7, 2021

Replaced by #10

@mwalbeck mwalbeck closed this as completed Oct 7, 2021
Nextcloud Swarm Plugin v0.1.0 automation moved this from To do to Done Oct 7, 2021
@mwalbeck mwalbeck removed this from the v0.1.0 milestone Oct 7, 2021
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

No branches or pull requests

1 participant