| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
![]() interface-explorerSearch/Filter Interfaces and Connections | E | Docker Python IPM | 5.0 (1) | 29 Nov, 2025 | ||
![]() PIQXL GatewayData Quality Scorecard with Detailed Dashboard | J | 0.0 (0) | 22 Nov, 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 | ||||||
![]() PivotStateless Message Transformation - HL7, CCDA, FHIR, SDA | J | 0.0 (0) | 22 Nov, 2025 | |||
![]() SymedicalHealthcare Terminology Management and Semantic Automation | J | 0.0 (0) | 22 Nov, 2025 | |||
![]() iris-cdc-sampleSample how to do CDC using IRIS, Postgresql, Kafka, Collumnar DB and BAM | Docker | 5.0 (1) | 18 Nov, 2025 | |||
IRIS ESBEnterprise Service Bus (ESB) implementation on InterSystems IRIS Data Platform | Docker | 4.5 (1) | 03 Oct, 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 | ||
Interoperability REST API TemplateYet another API template for the InterSystems IRIS Data platform | 5.0 (1) | 06 Jul, 2025 | ||||
![]() Smart Clinical Copilot - Configuration Management SystemAI-powered Clinical Decision Support System (CDSS) | K | Docker Python AI ML ML | 5.0 (1) | 30 May, 2025 | ||
ollama-ai-irisAnalyze PDF by extracting text and sending chat to ollama | O | Docker Python AI | 5.0 (1) | 24 May, 2025 | ||
![]() fhir-craftBuild your own FHIR resources with synthetic data | L | Docker | 5.0 (1) | 23 May, 2025 | ||
![]() Kano MDMKano MDM - is an efficient Master Data Management software product with a complete set of features for successful implementation of complex MDM projects. | 0.0 (0) | 14 Apr, 2025 | ||||
iris-fhir-io-demoCreate FHIR Binary response with interoperability | L | 0.0 (0) | 23 Feb, 2025 | |||
![]() iris-datapipeDataPipe an interoperability framework to ingest data in InterSystems IRIS in a flexible way | A | Docker Python IPM | 5.0 (1) | 15 Jan, 2025 | ||
iris-http-callsInteroperability Adapter and Service for making HTTP calls | O | Docker IPM | 5.0 (1) | 22 Dec, 2024 | ||
mongoCDCA sample of using embedded python with interoperability | N | Docker | 5.0 (1) | 22 Dec, 2024 | ||
DICOM Image DemoHow to create a DICOM message and how to add a JPG image to it | K | 0.0 (0) | 12 Dec, 2024 | |||
LLM QuickStartExample codebase to match Dev Community Article | C | Docker Python AI | 0.0 (0) | 10 Dec, 2024 | ||
![]() iris-energy-isodataAccess energy data of Major ISOs in the United States | Docker Python IPM | 5.0 (1) | 04 Dec, 2024 | |||
![]() hl7v2-to-kafkaA simple IRIS interoperability application - transform HL7 and send it to Kafka | S | Docker IPM | 5.0 (1) | 01 May, 2024 | ||
iris-xml-sampleIRIS sample for interoperate XML files | Docker | 5.0 (1) | 27 Mar, 2024 | |||
interoperability-integratedml-adapterAn IRIS Interoperability adapter to use ML models managed by IRIS IntegratedML | Docker IPM ML ML | 5.0 (1) | 25 Mar, 2024 | |||
Production ManagerREST API to manage IRIS Interoperability Productions. | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
googlesheets-adapterInbound and Outbound adapters for Google Sheets | N | Docker | 0.0 (0) | 17 Mar, 2024 | ||
iris-climatiq-adapterAn IRIS Interoperability adapter for using the Climatiq API | Docker IPM | 3.7 (3) | 13 Feb, 2024 | |||
![]() MTConnect-ObjectScriptAn ObjectScript Implementation for the MTConnect Standard. | P | Docker IPM | 4.3 (3) | 12 Feb, 2024 | ||
![]() iris-fhir-labA web app to display FHIR resources details dynamically | Docker Python IPM | 0.0 (0) | 19 May, 2025 | |||
![]() iris-fhirfyUsing IRIS and LLMs to help developers to convert raw data into FHIR | Docker Python IPM AI | 5.0 (1) | 03 Feb, 2024 | |||
WidgetsDirectorA sample IRIS Backend app to implement a REST API for a helpdesk | C | Docker IPM | 3.8 (3) | 23 Jan, 2024 | ||
![]() fhir-pexJava Application sending FHIR messages to Kafka topics. | F | Docker AI | 4.0 (1) | 26 Nov, 2023 | ||