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 |
|---|---|---|---|---|---|---|
![]() covid-19 analyticsanalytics for covid-19 | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
![]() interfaces-diskspace-validationA tool for estimating interfaces disk space and purge validation | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
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 | ||||||
ssl-clientadds ssl client configuration to your InterSystems IRIS server | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
JSON-FilterObjectScript server side JSON filter. | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
Production ManagerREST API to manage IRIS Interoperability Productions. | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
IRIS External TableIRIS External Table allows you to access files in the local filesystem and cloud BLOB storage such as AWS S3 and Azure BLOB Storage as regular IRIS SQL tables. | A | Docker IPM | 4.3 (2) | 25 Mar, 2024 | ||
RestFormsUI2Client for restforms2 | Docker IPM | 0.0 (0) | 25 Mar, 2024 | |||
WebTerminalWeb-based terminal for InterSystems products. WebTerminal is a flexible tool that can be easily embedded into any other projects, used on mobile devices and vastly enhance the terminal experience with autocomplete, syntax highlighting and more. | Docker IPM | 4.8 (11) | 25 Mar, 2024 | |||
posts-and-tags-datasetRepository with Post data from community.intersystems.com data to solve posts and tags issue in InterSystems AI programming Contest | S | Docker IPM ML ML | 5.0 (1) | 25 Mar, 2024 | ||
![]() delete-helperA Super class for adding a code-generator %OnDelete method | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
EnsembleWorkflowRestful web API for InterSystems Ensemble / InterSystems IRIS Workflow | E | Docker IPM | 4.3 (2) | 25 Mar, 2024 | ||
dsw-mapIt is map examples of different regions to render in DeepSeeWeb | S | Docker IPM | 3.0 (1) | 25 Mar, 2024 | ||
![]() iris-teams-adapterAdapter to connect your IRIS producction with Microsoft Teams | Docker IPM | 4.6 (5) | 14 Mar, 2024 | |||
bg-openaiThe BG-OpenAI project is example of using OpenAi in iris | Docker IPM AI | 4.5 (1) | 13 Mar, 2024 | |||
yaml-utilsSimple ObjectScript YAML-to-JSON converter | B | IPM | 4.3 (3) | 01 Mar, 2024 | ||
fhirmessageverificationA Simple FHIR Message Verification Application+Message Create | Docker IPM | 5.0 (1) | 21 Feb, 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 | ||
FHIR-OCR-AIImage extraction text to fhir message | x | Python IPM AI | 0.0 (0) | 04 Feb, 2024 | ||
![]() Clinical Mindmap ViewerFHIR Clinical Mindmap Viewer | Docker IPM | 5.0 (1) | 04 Feb, 2024 | |||
![]() iris-fhirfyUsing IRIS and LLMs to help developers to convert raw data into FHIR | Docker Python IPM AI | 5.0 (1) | 03 Feb, 2024 | |||
iris-hl7Transform HL7 messages to JSON | O | Docker IPM | 4.7 (3) | 03 Feb, 2024 | ||
Fhir-HepatitisC-PredictProcessing FHIR resources through FHIR SQL BUILDER will predict the probability of suffering from HepatitisC disease | s | IPM ML ML | 0.0 (0) | 02 Feb, 2024 | ||
![]() Health HarbourAn example of using InterSystems FHIR | A | Docker IPM | 5.0 (1) | 01 Feb, 2024 | ||
workshop-firebaseFirebase adaptor | Docker IPM | 0.0 (0) | 31 Jan, 2024 | |||
iris-healthtoolkit-serviceConvert HL7 to FHIR, CDA to FHIR, FHIR to HL7 as a Service | G | Docker IPM | 5.0 (3) | 23 Jan, 2024 | ||
WidgetsDirectorA sample IRIS Backend app to implement a REST API for a helpdesk | C | Docker IPM | 3.8 (3) | 23 Jan, 2024 | ||
IRIS-FileServerSeed for sharing files via uid with InterSystems Cache | E | Docker IPM | 5.0 (1) | 18 Dec, 2023 | ||
![]() custom-loginSample application for InterSystems IRIS custom login samples | Docker IPM | 5.0 (2) | 15 Dec, 2023 | |||
quiz-appGmOwl: Timed quizzes, diverse content. Admin control. | A | Docker IPM | 4.0 (1) | 04 Dec, 2023 | ||