Tag: Anypoint Platform

  • Read and write Apache Parquet files using MuleSoft

    Read and write Apache Parquet files using MuleSoft

    UPDATE: 10/24/2022 – The Connector has been updated to support InputStream so there’s no need read from a local file store. You can read or write directly from a stream to an endpoint like AWS S3. Apache Parquet is a file format designed to support fast data processing for complex data. Unlike row-based formats like…

  • Update Document with a MongoDB Function using MuleSoft

    Update Document with a MongoDB Function using MuleSoft

    I recently had to figure out how to use the MuleSoft MongoDB Connector and update a document with a function. This post is a quick walk-through showing how to build an example flow to address the use case. In MongoDB, the collection we’ll be performing the function against looks like the following. It’s just a set…

  • Create a Facebook Messenger Bot using MuleSoft and the Anypoint Platform.

    Create a Facebook Messenger Bot using MuleSoft and the Anypoint Platform.

    With over 900 million users a month, the Facebook Messenger platform has a pretty big audience.  The introduction of Messenger Bots earlier this year helped extend this adoption by helping drive personalized, scaled experiences with customers. Instead of building an app, just build the message thread as the place where you connect and interact with your users.…