Tag: Mule SDK

  • OpenAI GPT-3 Connector for Mule 4.x

    OpenAI GPT-3 Connector for Mule 4.x

    Overview If you haven’t heard about GPT-3 or OpenAI, you’re living under a rock! Here’a Mule connector to get you started. Built with the Mule SDK, you can send prompts to get a completion or test out DALL-E and generate an image based on a prompt. Leave a comment if you have any questions or…

  • 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…