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

Integrate an object storage support #3

Open
freyes opened this issue Dec 12, 2023 · 0 comments
Open

Integrate an object storage support #3

freyes opened this issue Dec 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@freyes
Copy link
Member

freyes commented Dec 12, 2023

This project will need to store information somewhere, to make the workers where the activities run stateless we would like to make the activities and workflows to pull and push data from some remote storage (e.g. an object storage), but still keep a nice fallback to local disk storage to make development and testing easier.

There is a library called cloudstorage which provides different drivers, but more importantly has a driver for local storage, we could use swift/s3 or local storage with the same API.

@freyes freyes added the enhancement New feature or request label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant