Added feature for editing saved flows
A lot of ideas together. Different projects, one goal.
Integration of previous tools, like IRIS Monitor, with a wizard for easy development of interoperability flows.
In order to been part of the “InterSystems Interoperability Contest: Building Sustainable Solutions” contest, we developed a new Flow node - the Climatiq Operation. This node uses the Climatiq API for calculate estating of CO2 emissions for several human activities.
In this video you can see a simple bot using pre-configured Climatiq requests:
Check more details in this article.
You can check the application out here.
If the system ask you for a user/password, use this: _system/SYS
If you’d like to try the same process shown in the video, you can follow this steps and set a Telegram Bot to use in your test.
If you’d like to test the project in your environment, make sure you have git and Docker desktop installed.
USER>zpm "install iris-megazord"
If the online demo is not available anymore or you would like to play with the project code, you can set up a docker container. In order to get your container running, follow these steps:
Clone/git pull the repo into any local directory
$ git clone git@github.com:jrpereirajr/iris-megazord.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
In order to execute the unit tests, run the following command in the shell terminal:
iris session iris "##class(%ZPM.PackageManager).Shell(\"test iris-megazord -v\",1,1)"