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

Azure Blob Storage as storage backend for Persisted Operations #7777

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cimnine
Copy link

@cimnine cimnine commented Nov 28, 2024

This PR proposes a new adapter to use Azure Blob Storage as storage backend for (automatically) persisted operations.

At least on Azure, Redis-compatible cache instances are comparably costly and mounting a shared filesystem is not always possible – and often not desired either. The Blob Storage on the other end is almost free.

Also, it's relatively easy to upload persisted operations extracted from a client in a CI/CD pipeline, whereas this is tricky with the existing options.

Please let me know if you're interested in including this as an officially supported storage backend. Otherwise, I will probably publish it independently.

@github-actions github-actions bot added 📚 documentation This issue is about working on our documentation. 🌶️ hot chocolate labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation This issue is about working on our documentation. 🌶️ hot chocolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant