This project contains a number of Mendix connectors:
- Generate List of Longs
- Generate list of Dates
- Copy File document to S3
The following example generates a file document using a markdown template. Then the filedocument is copied to s3.
- LabelImage - return list of things recognized in image on s3
- Detect Faces - detect faces in image on s3
- Templating engine with support for markdown:
The Google Analytics connector enables you to send measurement events to Google Analytics from your Microflows.
There are 3 actions you can use:
- Track PageView - Can be used to register a pageview by the user, instead of using a widget on your page.
- Track Event - Track any event in your microflow.
- Track Exception - Track exceptions in your microflows.
More info on using Google Analytics measurements api can be found here: Measurement Protocol Overview
The sourcecode for these Connectors can be found on Github: Mendix MxUtils
All java jar dependencies are managed using an ivy file. You can download all dependencies by running runivy.cmd. This will save all jars in the userlib folder. There are two different scripts to run ivy:
- runivy.cmd - downloads all dependencies required for running and testing the project
- runivy-export.cmd - downloads only the dependencies required for distributing the connector mpk.
Before you start to develop the connector you need to run runivy.cmd. After you validate everything works, run runivy-export.cmd. This will delete all jars in the userlib folder and only download the jars required for creating the connector mpk.