-
Notifications
You must be signed in to change notification settings - Fork 105
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
Saving options to S3/Azureblob in a --output-dir
flag
#47
Comments
--output-dir
flag
If we reuse the |
I think this would be a nice feature to have I think this is right on the border between "this is complicated enough to belong in a separate tool" and "this would be incredibly convenient so is worth it". I think it's worth it as long as we can get a really robust implementation without too much complexity how about this as an interface:
I imagine calls to the upload function would belong here in the code
|
nice, would start work this after sbc week ends. thanks for your direction @sslivkoff |
instead of implementing the upload logic in cryo, it should just wrap rclone https://rclone.org/ there are so many edge cases and failure modes and configuration/authentication details that it's good to just lean on rclone's amazing implementation doing |
Is your feature request related to a problem? Please describe.
While cryo supports various data formats, there's no direct option to save data to cloud storage solutions like S3 or Azureblob or other custom HDFS clusters.
Describe the solution you'd like
Introduce a direct saving option for S3 and Azureblob or others, allowing users to effortlessly store the extracted blockchain data on these platforms. The command flag could be something like
--output-dir s3
or--output-dir azureblob
.Describe alternatives you've considered
Users can currently save data locally and then manually upload it to their preferred cloud storage. However, an integrated solution within cryo would streamline the process and save time.
Tasks
The text was updated successfully, but these errors were encountered: