Article Oliver Wilms · 2 hr ago 1m read Embedded Python for iris-log-viewer I developed iris-log-viewer on a work laptop using an older version of IRIS. My messages.log file has nearly 10k lines. I noticed it takes a couple of seconds to read messages.log file line by line, import each line into a persistent class, and display messages on my screen. I wonder if Python can speed up the process. #Embedded Python #InterSystems IRIS Open Exchange app 0 0 0 7
Article Oliver Wilms · Feb 2 1m read Console Log Viewer with Download link and filters Messages.log file contains lots of useful information about IRIS. Sometimes the file gets big, and it is not easy to get to the data I am interested to review. It would be nice to jump to a specific date and time we suspect a problem may have started. #CSP #Tools #InterSystems IRIS #Open Exchange Open Exchange app 1 0 0 46
Question Oliver Wilms · Jan 6 IRIS Interoperability shutdown Has anybody tried to write custom code to empty out queues when Interoperability shuts down? We run IRIS in Kubernetes cluster and we have compute pods scaling up and down. We have Message Bank operation to keep all messages in one place. We want to see all messages in Message Bank. #Ensemble 1 3 0 125
Article Oliver Wilms · Dec 1, 2022 1m read My First FHIR app I participated in InterSystems Women’s Health FHIR contest, because I loved the challenge to learn a new-to-me technology. I wanted to develop an app that receives data from a mobile device like my Fitbit or a Smart Watch. I did not get access to such data except when I downloaded a spreadsheet (CSV file) showing my daily steps and sleep data. I saw in iris-fhir-template it imported some patient data to a FHIR server. #DTL #FHIR #InterSystems IRIS for Health Open Exchange app 3 0 0 163
Question Oliver Wilms · Nov 23, 2022 What is the likelihood of encountering "missing messages" in message bank? My team works on implementing an Interoperability solution utilizing InterSystems Kubernetes Operator on Red Hat OpenShift container platform. We are trying to determine how many messages we can process in any given time. We have a Feeder app running in 10 containers sending 50k messages each to a load balancer all beginning at the same time. Messages are received via HTTPS protocol by webgateway containers. Interoperability production runs in compute pods with persistent data, journals, and WIJ volumes. #Containerization #Enterprise Message Bank #Ensemble #InterSystems IRIS 1 1 1 293
Article Oliver Wilms · Sep 16, 2022 1m read Background story around interoperability-soap My team is working on redesigning and implementing an Ensemble production on Red Hat OpenShift Container Platform. We had to learn about Kubernetes and IKO. #Web Gateway #Ensemble #Open Exchange Open Exchange app 2 0 0 118
Article Oliver Wilms · Sep 11, 2022 1m read Routing REST messages inside interoperability-test I deployed online demo here: #REST API #Ensemble #InterSystems IRIS Open Exchange app 1 0 0 188
Question Oliver Wilms · Sep 11, 2022 BuildKit does not work in Online demo Hello, Community, I tried to deploy online demo for interoperability-test app. I see it errored because BuildKit is not available. Can the Docker be configured to support BuildKit? #Contest #Docker #Open Exchange 0 3 0 104
Article Oliver Wilms · Sep 11, 2022 2m read About interoperability-test app for unittesting interfaces in productions I cloned iris-interoperability-template for my app interoperability-test. I wanted to develop an app to test interfaces in Interoperability productions. #Contest #REST API #Ensemble #InterSystems IRIS Open Exchange app 2 1 0 192
Question Oliver Wilms · Aug 12, 2022 Password requirements Many password requirements can be enforced using a password validation routine which is available to implement in System Management Portal. But how about this one: Check that at least 50% of the characters changed from old password to new password. We need to have access to the old password to check this, currently password validation routine only gets the new password. #Access control #Authentication #InterSystems IRIS 0 1 0 154