Home Applications interoperability-for-money

interoperability-for-money

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.5
1 reviews
0
Awards
245
Views
16
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
Dependencies
This app has a demo View
Interoperability solution with two IRIS containers

What's new in this version

Added Workflow Process and Operation

interoperability-for-money

This is my InterSystems IRIS Interoperability solution for InterSystems Interoperability Contest 2021. This is also my first time using Workflow.

Installation

ZPM

It’s packaged with ZPM so it could be installed as:

zpm "install interoperability-for-money"

then open http://localhost:52795/csp/sys/UtilHome.csp

Docker

The repo is dockerised so you can clone/git pull the repo into any local directory

$ git clone https://github.com/oliverwilms/interoperability-for-money.git

The Interoperability Production is intended to send messages to my Analytics solution from the previous contest. Please clone/git pull its repo

$ git clone https://github.com/oliverwilms/iris-analytics.git

Navigate to interoperability-for-money directory and start the application using docker-compose

$ cd interoperability-for-money
$ docker-compose up -d

There are two containers defined. Interoperability container portal can be found at http://localhost:52795/csp/sys/UtilHome.csp.

If you are prompted to login, enter _SYSTEM and SYS

screenshot

The Production has a File Service that reads any file in data directory. I included a sample file.

Analytics container can be found at http://localhost:32792/csp/sys/UtilHome.csp. Please note the password for _SYSTEM is abc123.

screenshot

You can count the number of transaction in Analytics database by executing SELECT COUNT(*) FROM RICHES.TRANSACT.

Reset table to start fresh by executing query DELETE RICHES.TRANSACT

Read more about Interoperability, RecordMap CSV Wizard, and Money

I added Worflow. I edited my first BPL Process to send certain RecordMap records to Workflow process based on the Status field in each record. I added a Worflow Operation. I was happy to find a setting to Auto Create Role for me.

Read more
Made with
Install
zpm install interoperability-for-money download archive
Version
0.0.623 Oct, 2021
ObjectScript quality test
Category
Integration
Works with
InterSystems IRISEnsemble
First published
17 Oct, 2021
Last checked by moderator
26 Mar, 2024Works