Skip to content

ako/MxUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mendix Utils Microflow actions

This project contains a number of Mendix connectors:

Lists

  • Generate List of Longs

Generate long series

  • Generate list of Dates

Generate every four weeks series

AWS S3

  • Copy File document to S3

The following example generates a file document using a markdown template. Then the filedocument is copied to s3.

Copy file document to S3

AWS Rekognition

  • LabelImage - return list of things recognized in image on s3

Determine labels for objects in image

  • Detect Faces - detect faces in image on s3

Determine face details and emotions for people in image

Mustache

  • Templating engine with support for markdown:

Mustache markdown template

Google Analytics

The Google Analytics connector enables you to send measurement events to Google Analytics from your Microflows.

Google Analytics toolbox

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

Google Analytics track event example

Development

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.

About

Some usefull mendix java actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors