Working with files in microservices, do I need a separate service?

Viewed 18

I am trying to understand microservices and I have a question: I heard that many people use a separate service for working with files (it's like a proxy for Minio or Sftp, tables are only needed to store information about a real file). But what if I need to store a file (not real files, just links) in another service?

0 Answers
Related