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

[DISCUSSION] Usage of GridFS for Multimedia File Uploads all across the project #14

Open
zakhaev26 opened this issue Dec 24, 2023 · 3 comments

Comments

@zakhaev26
Copy link
Contributor

zakhaev26 commented Dec 24, 2023

We shall be using MongoDB GridFS for handling multimedia file uploads in our project instead of s3 or blob storage , as the multimedia part is limited (eg:Player Image,etc..) .GridFS is easy to work with (+Cheaper$$).

Open to discussions and feedback regarding the proposed solution.

@majorbruteforce
Copy link
Member

Sounds interesting. Let me look into it.

@zakhaev26
Copy link
Contributor Author

Sure ,a Controller sample has been implemented at here

@AnirudhParida
Copy link
Collaborator

We can use the Multer package from npm. It's easier to implement.

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

No branches or pull requests

3 participants