Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() ToolQAThis API testing tool helps development and QA teams ensure that APIs are functioning as expected, meet business requirements, and are robust against incorrect input or edge cases. | Docker | 0.0 (0) | 24 Sep, 2025 | |||
![]() Multi-Line-Command-EditorTerminal Multi-Line Input + Editor | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: * It allows for greater throughput * On a device level these protocols are easier to implement * On a device level they are more resource (CPU/RAM) efficient Currently InterSystems IRIS offers several functions for work with binary data: * zzdump * $zhex * $char * $ascii But protocol implementation is left as a task for the end user. Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform. One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb). Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific. I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage. Alternatives to Kaitai Struct: * binpac (https://github.com/bro/binpac) - C++ only * preon (https://github.com/preon/preon) - Java only The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure. Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) E 3Votes0Comments | ||||||
iris-message-searchQuery messages for multiple services based on conditions | s | Docker IPM | 4.5 (1) | 25 Jul, 2025 | ||
Database-Size-MonitoringMonitor database size growth and issue alerts | s | Docker IPM | 4.0 (1) | 20 Dec, 2024 | ||
![]() apptools-adminThis solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml. | Docker IPM | 5.0 (1) | 24 Sep, 2024 | |||
RestFormsUI2Client for restforms2 | Docker IPM | 0.0 (0) | 25 Mar, 2024 | |||
![]() CosNumberTranslateThe function also allows to treat the numbers of 10^9 (millards) in English-speaking countries format. | Docker | 4.7 (3) | 06 Mar, 2024 | |||
![]() zapmAnd now ZAPM has survived to the first version and can add any command that I need and remember it so that I can re-execute it. | Docker IPM | 4.5 (1) | 01 Nov, 2023 | |||
openapi-common-libThis library contains common code for openapi-client-gen and openapi-server-gen. | Docker IPM | 5.0 (1) | 28 Sep, 2023 | |||
![]() sscpFile Transfer over the InterSystems IRIS SuperServer | Docker IPM | 4.5 (2) | 28 Jul, 2023 | |||
![]() iris-deploy-toolsEasy way to deploy your production in IRIS or Ensemble. | Docker IPM | 5.0 (1) | 06 Feb, 2023 | |||
![]() apptools-infochestTemplate and examples for creating a user interface for a media file storage | Docker IPM | 5.0 (1) | 27 May, 2022 | |||
![]() zpm-generate-uiUI for selecting IRIS resources and generating a package zpm | Docker IPM | 5.0 (1) | 08 Apr, 2022 | |||
![]() appmsw-sql2xlsxModule for exporting IRIS queries to an excel file using the python openxl library. | Docker IPM | 5.0 (1) | 23 Feb, 2022 | |||
![]() exchange-rate-cbrf-uiUI for demonstration exchange-rate-cbrf | Docker IPM | 5.0 (1) | 16 Jan, 2022 | |||
![]() exchange-rate-cbrfDatabase of exchange rates of the Central Bank RF | Docker IPM | 5.0 (1) | 16 Jan, 2022 | |||
PKI-ScriptIRIS Public Key Infrastructure helper | Docker IPM | 5.0 (1) | 15 Jan, 2022 | |||
![]() appmsw-zpm-shieldsService for displaying version numbers of ZPM. | Docker IPM | 4.5 (1) | 10 Dec, 2021 | |||
![]() appmsw-dbdeployAn example of deploying solutions with prepared databases, even without source code. | Docker IPM | 5.0 (1) | 04 Dec, 2021 | |||
![]() appmsw-forbid-old-passwdTo meet the requirements of section 8.2.5 PCI DSS "Prohibit the use of old passwords", a small application has been implemented that will be launched by the system when a user tries to change a password and check if it was used before. | Docker IPM | 5.0 (1) | 01 Dec, 2021 | |||
![]() isc-apptools-lockdownProgram for changing the security level of the system. | Docker IPM | 5.0 (1) | 29 Nov, 2021 | |||
![]() appmsw-docbookAn application for installation into your instance of the DoсBook database | Docker IPM | 5.0 (1) | 15 Nov, 2021 | |||
config-copyHelper to copy the config from an IRIS instance to another | Docker IPM | 5.0 (1) | 29 Sep, 2021 | |||
eap-sql2xlsxA simple example of using the python openxl library to export a | Docker IPM | 5.0 (1) | 27 Jun, 2021 | |||
![]() zapm-editorNamespace navigator ZPM and editor of routines, globals, texts and tables in terminal mode. | Docker IPM | 5.0 (1) | 25 Apr, 2021 | |||
![]() apptools-utilUtilities adapting for IRIS and working with modules ZPM | Docker IPM | 3.5 (1) | 30 Mar, 2021 | |||
![]() zapm-addcmdAn example of adding new commands to the zapm shell | Docker IPM | 4.0 (1) | 27 Jan, 2021 | |||
![]() appmsw-utilCreating and deleting db, namespace, resource and role with one command | Docker IPM | 5.0 (1) | 15 Nov, 2020 | |||
ObjectScript-MathMath library for InterSystems ObjectScript | P | Docker IPM | 3.3 (2) | 12 Nov, 2020 | ||
![]() apptools-taskAn example of a backup task with preliminary deletion of old files. | Docker IPM | 5.0 (1) | 29 Oct, 2020 |