Is it appropriate to store web resources in a NoSQL database? If so, which ones. For example, html, CSS, templates, JavaScript, images?
What is your use case?
If it’s a typical static file, you probably want to serve that from a CDN.
Is it appropriate to store web resources in a NoSQL database? If so, which ones. For example, html, CSS, templates, JavaScript, images?
What is your use case?
If it’s a typical static file, you probably want to serve that from a CDN.