saayam-for-all / database

Both saaaym-web and saayam-mobile apps would use a common DB. This repo contains all DB specific code and content.
0 stars 1 forks source link

Storage for audio based files #13

Open soak43 opened 1 month ago

soak43 commented 1 month ago

We need a mechanism to store audio based files in our db. When user uses his voice to submit a request, we collect this audio file, store it on S3, generate a text message out this audio file and store it as part of our request for further processing. The actual file will be stored on the S3 but its pointer is stored in our database.