At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.


| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
![]() A Configurable Template for Automated Splitting of HL7 Repeating SegmentsSplit and Send HL7 message | S | 0.0 (0) | 26 Sep, 2025 | |||
![]() UNICAS ImplementationObjectScript implementation of FHIR R5 resources for ÚNICAS | Docker IPM | 5.0 (1) | 26 Sep, 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 | ||||||
![]() 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 | |||
RAGBookRecommenderA basic implementation of an AI book recommender using IRIS Vector search | G | Python AI | 4.0 (1) | 20 Sep, 2025 | ||
IAM HA DeploymentsExplain how to deploy IAM (Kong EE) in HA modes using different deployment topologies | A | 0.0 (0) | 16 Sep, 2025 | |||
iris-execute-mcpMCP Server for executing methods, compiling classes and executing unit test in InterSystems IRIS | J | Python | 0.0 (0) | 10 Sep, 2025 | ||
![]() TaskSchedulerIRIS Task Scheduler | Docker IPM | 5.0 (1) | 07 Sep, 2025 | |||
MessageLogVizMessageLogViz is a modular, web-based interface for efficiently visualizing, filtering, and analyzing InterSystems IRIS messages.log files. | Docker IPM | 4.0 (1) | 07 Sep, 2025 | |||
![]() iris-dataset-countriesInterSystems IRIS image and ZPM module with dataset on countries and its population | Docker IPM | 4.2 (3) | 06 Sep, 2025 | |||
![]() InterSystems Testing Manager for VS CodeUse %UnitTest framework and Test Coverage Tool in VS Code | 4.5 (2) | 05 Sep, 2025 | ||||
csvgenmodule to generate and import csv data using InterSystems ObjectScript | Docker IPM | 4.9 (5) | 02 Sep, 2025 | |||
![]() iris-globals-contestapp to use globals to count financial transactions | O | Docker Python IPM | 5.0 (1) | 30 Aug, 2025 | ||
customer-support-agent-demoAI-powered customer support agent built with Python smolagents and InterSystems IRIS — SQL, RAG, and live interoperability | A | Docker Python AI | 4.5 (1) | 29 Aug, 2025 | ||
potato-analyticsExample of CSV import with primary key preserved | Docker Python IPM | 5.0 (1) | 27 Aug, 2025 | |||
csvgen-pythonEmbedded python app creates table and loads data from CSV | Docker Python IPM | 5.0 (1) | 23 Aug, 2025 | |||
csp-fileview-downloadview and download file via CSP application | Docker IPM | 4.8 (2) | 20 Aug, 2025 | |||
![]() DataAILiteDataAIlite.com – Secure in-memory analytics | I | AI | 0.0 (0) | 19 Aug, 2025 | ||
![]() dc-artisanPrompt & RAG Pipeline Toolkit for Developers | Docker IPM AI | 5.0 (1) | 03 Aug, 2025 | |||
![]() IPM in VS CodeManage IPM / ZPM packages on servers directly from VS Code | 0.0 (0) | 03 Aug, 2025 | ||||
![]() typeorm-irisIRIS support for TypeORM | Docker | 5.0 (1) | 02 Aug, 2025 | |||
PyObjectscript GenObjectscript class code generation library for Python | A | Python | 4.0 (1) | 01 Aug, 2025 | ||
![]() testcontainers-iris-nodeTestcontainers for NodeJS | 0.0 (0) | 30 Jul, 2025 | ||||
interoperability-embedded-pythonHack of PEX Python but for Embedded Python | G | Docker Python IPM | 5.0 (15) | 30 Jul, 2025 | ||
![]() iris4wordDeveloper tool to easily create Word documents in InterSystems IRIS | Docker IPM | 5.0 (1) | 30 Jul, 2025 | |||
![]() templated_emailInterSystems IRIS module for sending Jinja2-based emails | Docker IPM | 5.0 (1) | 29 Jul, 2025 | |||
![]() wsgi-to-zpmGenerate InterSystems ZPM/IPM module.xml from an existing WSGI project. | E | Python | 5.0 (1) | 29 Jul, 2025 | ||
![]() iris-mock-serverSimulate REST and SOAP easily with zerocode and fast web control | Docker IPM | 2.5 (1) | 28 Jul, 2025 | |||
![]() 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 | 4.3 (2) | 28 Jul, 2025 | |||
dataset-sample-splitA method to get random samples to estimate ML models | L | ML ML | 0.0 (0) | 27 Jul, 2025 | ||
snipforgeVisual Studio Code - Extension SnipForge | G | 0.0 (0) | 27 Jul, 2025 | |||