-
Notifications
You must be signed in to change notification settings - Fork 66
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
Persistent Storage #349
Comments
Still think this is a bad idea. Persistent context storage should be first and then access to "remote" file storage e.g. S3 buckets. But you have reminded me to pick up that issue about removing the file nodes |
This needs putting into context (pardon the pun) with #212 Short term, the answer is 'use an appropriate set of database nodes with a 3rd party service'. That's an entirely natural Node-RED way of doing it. Whether the FF platform provides a built-in storage service is a significant decision and would have a significant cost associated with it. |
For a user however there is a not insignificant overhead in setting up an account with another cloud storage provider eg AWS/S3, mongoDB etc and then managing those credentials and getting them into FlowForge. |
I agree this is value to be had with this feature and it should get considered along with everything else. I wanted to flag at an early stage that it comes with a significant cost which needs to factor into its prioritisation. |
Call with customer today expressed a strong interest in having this, keen for it to be integrated into FF rather than just a "BYO S3" for things like credential management and billing |
I'm taking this out of the 1.0 iteration as it is a very broad epic that can be addressed in lots of different ways. In the short-term we have #998 planned for 1.1 which will come to address the core issue of having persistent storage options within a flow. Being able to manage the files from the FF platform UI is out of scope of that issue - so something this issue could be refocussed on and kept on the backlog depending on feedback and demand. |
Description
Users will want to store data within their flows and retrieve it later.
Due to the ephemeral nature of the filesystem in our containers the file node are not suitable (see #318 )
Considerations of how to offer persistent storage within FlowForge:
The text was updated successfully, but these errors were encountered: