Immich diagram for file processing steps
https://docs.immich.app/developer/architecture#high-level-diagram
I have checked the above but I don't see a diagram for this
Basically, I'd like a diagram/flow (like Mermaid) that shows the steps a file takes when it's uploaded
So let's say I upload a video, what jobs run on that file in what order?
I think
Just trying to get an idea of the full flow
I have checked the above but I don't see a diagram for this
Basically, I'd like a diagram/flow (like Mermaid) that shows the steps a file takes when it's uploaded
So let's say I upload a video, what jobs run on that file in what order?
I think
Extract metadata is first and maybe Generate Thumbnails is second?Just trying to get an idea of the full flow
Immich uses a traditional client-server design, with a dedicated database for data persistence. The frontend clients communicate with backend services over HTTP using REST APIs. Below is a high level diagram of the architecture.
