Transcribing/elaborating large files #132
alessandrobelli
started this conversation in
Polls
Replies: 0 comments 2 replies
-
|
I voted for 3. as short-term solution but for the long run we need the files for playback so my idea is the following as long term solution:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
In our staging server testing aTrain #40 some questions are rising about file sizes.
Foremost, we should code a hard limit, such as 100 or 200 MB. Depending on the solution below, we can increase it.
What do we do with large files?
This applies only to our internal plugins.
This morning I had a chat with @hohse and there are many options:
2.1. Define small files. Even with 100mb, we can quickly run out of space.
3.1 this is the "safe" way to ensure we don't run out of space.
Laravel has an easy way to plug-in any kind of storage, so S3 or others, and I can increase the storage of our openQDA server, but I guess we need to think about something for the Pre-Release: https://github.com/openqda/openqda/milestone/1
Ideally our users will be able to plug their own storage, which is doable, but far down the line.
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions