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

[Storage Backends] Implement storage backend APIs & persistent volumes #111

Open
JonathanMace opened this issue Dec 5, 2023 · 0 comments

Comments

@JonathanMace
Copy link
Contributor

This issue covers the broad concern of having services that we can migrate without losing their persistent storage. This mostly occurs in Kubernetes deployments, where we might want to migrate a service but keep its data.

This is not urgent, but it will be necessary eventually as some Blueprint use cases will clearly want persistent storage.

Implementing storage backends will include implementing a simple filesystem-like backend API, and backend options that include, e.g. HDFS/Cassandra/Zookeeper, as well as e.g. integrating with Kubernetes persistent storage.

The design of the above should be considered with care with respect to the representation and implementation of storage within Blueprint's IR, and the abstractions that get exposed to the workflow and wiring specs. We should discuss & design this before proceeding with any implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant