DEV Community

Doug Sillars for orkes

Posted on • Originally published at orkes.io on

Building an Image processing workflow with Netflix Conductor

There are many tools available to work with images - resizing, changing the format, cropping, changing colors, etc. Tools like Photoshop require a lot of manual work to create image. Online tools for image processing are also extremely popular. But, rather than doing the work manually, or paying for a service to modify your images, wouldn't it be cool to have a workflow that does image resizing for you automatically? In this post, we'll build just this using Conductor to orchestrate the microservices involved, and to create an API-like surface for image processing.

Read the full post over at the Orkes blog

Top comments (0)