Slide 3
Slide 3 text
Our use case isn't quite the normal one for Dagster so a quick
overview of our main product. A user takes a bunch of images
of their room, uploads those to our cloud systems, we run a
bunch of Fancy Math to build a 3D view of the room, and then
the user can view that in a browser and drag in virtual furniture
to see how it would look before buying. The key points here,
this is directly customer facing so we need it to run quickly
and there is little margin for errors or retries, every second
counts when a customer is waiting on us. The Fancy Math is
also very fancy, our processing steps vary from tiny Python
scripts to C++ tools that use tens of gigabytes of RAM, and
many steps require access to a GPU.
Our Product