Enterprise Integration Blog

Connecting Systems.
Empowering Innovation.

The engineer’s hub for enterprise integration & API governance — deep dives, battle-tested architectures, and hands-on guides with MuleSoft, DataWeave, Salesforce, WSO2, Apigee, and beyond.

0+ Articles
0 Platforms
0 Series
MuleSoft DataWeave CloudHub 2.0 Salesforce Apigee WSO2 API Manager Anypoint
nestaconnect — dataweave 2.0 ● LIVE
// NestaConnect — DataWeave 2.0
%dw 2.0
output application/json
---
{
  platform: "Anypoint",
  version: "CloudHub 2.0",
  status: "RUNNING",
  apis: payload map ((api) => {
    name: api.name,
    connected: true
  })
}
REST
gRPC
MQ
JWT