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

Save blobs to external storage #16

Merged
merged 6 commits into from
Sep 5, 2023
Merged

Save blobs to external storage #16

merged 6 commits into from
Sep 5, 2023

Conversation

pk910
Copy link
Member

@pk910 pk910 commented Sep 4, 2023

Rel #13

This PR adds a optional mechanism to persist blobs in an external storage.
This will ensure blobs are still available after expiration.

supported blob persistence modes:

  • none: (default) Do not persist, always fetch blobs from RPC
  • db: Store blobs in explorer DB
  • fs: Store blobs in local file system
  • aws: Store blobs in a AWS S3 bucket

@pk910 pk910 marked this pull request as draft September 4, 2023 02:23
@pk910 pk910 linked an issue Sep 4, 2023 that may be closed by this pull request
@pk910 pk910 marked this pull request as ready for review September 5, 2023 22:02
@pk910 pk910 merged commit 5c873da into master Sep 5, 2023
3 checks passed
@pk910 pk910 deleted the blob-persistence branch September 21, 2023 16:24
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.

Store blobs in db / external storage
1 participant