Article Robert Cemper · Nov 15, 2023 2m read Java Global Editor This is the related article to the package in Java Contest. I decided to present a CRUD++ Global Editor based on IRIS Native API for Java.++ because it’s a little bit more than just Create, Read, Update, DeleteVisualization of a global is always important to review results immediately. #Globals #Java #Tools #Video #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 0 2 0 361
Article Robert Cemper · Nov 10, 2023 2m read Using NativeAPI Command Line Extension from Java In my previous articles, I described my Command Line Extension to NativeAPI.Of course, this is also available for any other NativeAPI package.So I created this example as a demo for the actual Java Contest.The package contains also an IRIS server in Docker for the demoIt is evident that it also works with any remote IRIS server.You just have to provide it with my NativeAPI CommandLine Extension. #API #Java #Video #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 3 2 0 272
Article Robert Cemper · Oct 27, 2023 1m read Reviews on Open Exchange - #35 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you did a major change and expect a changed review just let me know. #Open Exchange 4 1 0 195
Question Robert Cemper · Oct 15, 2023 MIRROR for Embedded Python ? MIRROR is the best solution for almost immediate replications to a Failover Server.The related mechanics are based on Global Journaling. Globals hold Data and Classes and Routines and more ...If Mirroring is in place all is in sync. With minimum delaysThis is of course rather useful for code changes in Classes, Routines, .... To what extent is Embedded Python covered by Mirroring?Or:What is required to Synchronize EmbeddedPython like Mirroring. #Embedded Python #Mirroring #InterSystems IRIS 1 2 0 195
Question Robert Cemper · Oct 15, 2023 embedded Python over ECP With ECP we have the option to have a collection of Frontend instancesAll Frontend servers typically have a common Master in the backgroundConcentrating data on the Master server is the primary goal. As a side effect, this applies also to Classes, Routines, .. anything stored in Globals.This is probably not the most efficient setup. But rather common anyhow. Is embedded Python code also stored in Globals? What is the recommended solution for a similar installation? #ECP #Embedded Python #InterSystems IRIS 1 2 0 197
Article Robert Cemper · Oct 11, 2023 2m read Reviews on Open Exchange - #34 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you did a major change and expect a changed review just let me know. #Open Exchange 2 0 0 175
Article Robert Cemper · Oct 6, 2023 2m read Reviews on Open Exchange - #33 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #Open Exchange 1 1 0 188
Article Robert Cemper · Oct 1, 2023 2m read Open Exchange Quality Statistics In my recent post Quality of Open Exchange packages, I tried to raise attention onPull Requests and Issues (on GitHub).I could count the replies on 1 hand. Special Thanks to the French Community!I see the role of a Pull Request as a proposal to fix a problem in the submitted package. #Open Exchange 7 4 0 206
Article Robert Cemper · Sep 26, 2023 1m read Create JSON Objects and Arrays by SQL The related package avoids adding %JSONAdaptor to each class but uses instead SQL functions JSON_OBJECT() to create my JSON objects. With this approach, you can add JSON to any class - even deployed ones - without any need for change or recompiling. The trigger was the Export of M:N relationships as JSON objects or arrays. #JSON #ObjectScript #SQL #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 11 0 0 409
Article Robert Cemper · Sep 24, 2023 2m read Reviews on Open Exchange - #32 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. #Open Exchange 1 0 0 147
Discussion Robert Cemper · Sep 12, 2023 Quality of Open Exchange packages I've been running my review collections on OpenExchange now for more than 3 years.I explained the principle I apply in a past article. These reviews are the first step of the quality check in OEX. My personal CredoMy expectation of OEX (expressed in extreme) is to see it rather asa collection of jewels, than just a flea market. #Open Exchange 5 8 2 424
Article Robert Cemper · Sep 8, 2023 2m read Reviews on Open Exchange - #31 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. #Open Exchange 3 4 0 216
Article Robert Cemper · Sep 7, 2023 2m read Using Embedded Python in WebTerminal In a previous question, I have illustrated a few problems using Embedded Pythoninteractively as you would do from Docker console or IRIS terminal.Investigation of the causes brought a rather clear picture. It's a classic impedance mismatch #Contest #Embedded Python #Visualization #InterSystems IRIS 3 1 0 294
Question Robert Cemper · Sep 4, 2023 Embedded Python vs. WebTerminal For my Embedded Python ONLY demo package I need some user input.Similar to ObjectScript read "say somthing",reply I use the Python equivalent reply = input("say something") And this works excellent without problems from Terminal or Doker console BAD SURPRISE: with WebTermnial ObjectSscript works fine, but embedded Python fails badly. #Embedded Python #Terminal #InterSystems IRIS 1 7 0 320
Article Robert Cemper · Aug 17, 2023 2m read Reviews on Open Exchange - #30 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. #Open Exchange 0 0 0 95
Article Robert Cemper · Aug 17, 2023 1m read Download Globals as XML using CSP Inspired by a Question from @Evgeny Shvarov and a Reply from @Ashok Kumar TI have created a base for Global download as XML file #CSP #Globals #XML #InterSystems IRIS Open Exchange app 2 2 1 258
Article Robert Cemper · Aug 15, 2023 2m read Using NativeAPI Extension from Python In my previous articles, I described my Command Line Extension to NativeAPI.Of course, this is also available for any other NativeAPI package.So I created this example in Python as a demo. #API #Embedded Python #Python #Video #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 5 3 1 341
Article Robert Cemper · Aug 10, 2023 3m read Remote Global Listing using NativeAPI for ObjectScript #2 As noted in the previous article Native API has some limits.So I did some research on a more Terminal-like interface thatprovides me with access like a console or the IRIS terminalto allow my $QUERY over a global and other nice commandsthat are not supported/mapped in NativeAPI for ObjectScript. The basic tools are well-prepared and available. #Globals #ObjectScript #InterSystems IRIS Open Exchange app 0 1 0 256
Article Robert Cemper · Aug 10, 2023 3m read Remote Global Listing using NativeAPI for ObjectScript #1 This question originally appeared in the comments of the post: Download globals from a particular server #Globals #ObjectScript #InterSystems IRIS Open Exchange app 0 1 0 277
Article Robert Cemper · Jul 8, 2023 2m read Character-Slice Index A recent question from @Vivian Lee reminded me of a rather ancient example.It was the time when DeepSee's first version was released.We got Bitmap Index.And we got BitSlice Index: mapping a numeric value by its binary parts.So my idea: Why not indexing strings by their characters?The result of this idea was presented first in June 2008. IKnow wasn't publicly available at that time. #Indexing #InterSystems IRIS Open Exchange app 2 1 1 200