WAMS: An Overview

Overview

Windows Azure Media Services (WAMS) is an OData based RESTful service that exposes objects, i.e. Media Files, Assets, etc., as entities that can be queried as other OData entities. WAMS offers the flexibility, scalability, and reliability of a cloud platform to handle high-quality media experiences for a global audience.

The WAMS Interface encapsulates the key functionalities to support an End-To-End media streaming workflow with automation. It accomplishes the functionalities, by initializing the Channel object and triggering the operation in sequence and acknowledges the operations with the respective State Transitions. https://goo.gl/wdHyFi #DataIntegration #ML

Testing Dataweave With MUnit

Its easier to test data weave when developing the code using the previewer, but when you are moving the code into CI/CD we need an automated testing where Munit comes into the picture. Most developers use an entire flow to test Dataweave, but this is not the recommended way.

Many developers are not using one of the best-hidden features of Dataweave, which is referring a dwl file from resources. https://goo.gl/P8vQVS #DataIntegration #ML