Skip to content

Group4sem2/SDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

SDM

sequenceDiagram
    actor User 
    
    User ->> Web application : Main screen login()
    activate Web application
    opt Edit()  Export() <br/> Play () Transcode()
        User ->> Web application : Video upload()
    end
    
    Web application ->> Web application : Video Sequencing() 
    activate Load balancer
    Note right of Web application : FFMPEG library
    
    Web application ->> Load balancer :  request()
    activate Server
    Load balancer ->> Server : Blob processing() 
    activate MongoDb database
    deactivate Load balancer
    
    Server ->> MongoDb database : Results 
    
    Note right of Server : Temporary store over <br/>cloudinary server
    MongoDb database -->> Web application : fetch results()
    deactivate MongoDb database
    Web application -->> User : Transcript
    deactivate Server
    deactivate Web application

Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published