Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

Transforming JSON Objects in Logic Apps

Posted by Paco de la Cruz on 18 May 2017

Azure, Development, Enterprise Integration Patterns, iPaaS, JSON, Logic Apps, Blog, Technology

Introduction

Many integration scenarios require translating messages from one data model to another. This is described in the Message Translator Enterprise Integration Pattern. Some of these might be:

  • Translation between two different proprietary data models
  • Translation between a proprietary data model and an...
Continue reading

Implementing the Polling Consumer Pattern using Azure Logic Apps

Posted by Paco de la Cruz on 11 May 2017

Azure, Development, Enterprise Integration Patterns, iPaaS, Logic Apps, Polling, Blog, Technology

Introduction

When implementing integration projects, it's quite common that upstream systems don't have the capabilities to push messages to downstream systems, or that due to different constraints or non-functional requirements, the receivers are required to pull for messages from those systems. Gregor Hohpe...

Continue reading