-
Notifications
You must be signed in to change notification settings - Fork 3
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
Store the code blob in s3 rather than in MongoDB #32
Comments
Related to #25 and will close the issue |
Moving to Milestone 2 since we'll be discussing the tradeoffs between MongoDB and S3, and the use cases where each will be needed. We can start implementing this next week. |
We'll still be using S3 for the |
To be clear, the code that stores the source/plugin/configs into an S3 bucket lives on the client side, correct? @kirbygit and I were a bit confused since there is a Server label |
@kirbygit showed me a quick snippet of his code - it looked like he used express.js and was going to transfer it to sails.js. I believe the goal is to just return a URL back to a client, so it can exist as an endpoint in the server, or if it can all be done using Axios in the front-end that works, too! cc: @ianjennings |
Simple tutorial here
https://softwareontheroad.com/aws-s3-secure-direct-upload/
Things that need to be uploaded:
Things stored in db:
The text was updated successfully, but these errors were encountered: