Sobes.tech

A user uploads a video and selects the desired processing, which he wants to get. The service accepts the video, applies the necessary processing, and outputs the final result. By processing, we can understand, for example, the following: make the video black and white, flip it, speed it up N times, etc. It is important that the user can monitor the progress of the processing. Load: 10,000 videos per minute

128

The service is available at `[link] documentation — `/docs` ## Commands ```bash make up # Start all services make down # Stop services make test make migrate # Run tests ``` Uses in-memory SQLite — no need to set up PostgreSQL.

127
/2