System-Task-RESTSystem task details via REST | Ashok Kumar Thangavel | | 4.0 (1) | 01 Dec, 2025 | 311 | 19 |
interface-explorerSearch/Filter Interfaces and Connections | E Eric Fortenberry | | 5.0 (1) | 29 Nov, 2025 | 166 | 1 |
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/) Vote |
iristest-htmlHTML report generator | Ashok Kumar Thangavel | | 3.5 (1) | 26 Nov, 2025 | 262 | 6 |
FSLogInternal FHIR Server Log | Ashok Kumar Thangavel | | 4.5 (1) | 24 Nov, 2025 | 423 | 87 |
isc-cloud-jdbc-sql-shellA simple way to connect, explore, and debug InterSytems Cloud Services over JDBC with sqlline | Ron Sweeney | | 0.0 (0) | 24 Nov, 2025 | 51 | |
workshop-iris-dicom-interop🧪 Hands-on DICOM integration examples using InterSystems IRIS for Health and dcm4che simulator. Store, query, retrieve, and manage WorkLists with Docker. | A Alberto Fuentes | | 5.0 (1) | 24 Nov, 2025 | 703 | |
gj :: configExplorerProduce configuration diagrams for your InterSystems servers | John Murray | | 0.0 (0) | 24 Nov, 2025 | 223 | |
FHIR SQL Builder with Vector SearchFHIR SQL Builder with Vector Search Demo | F Fan Ji | | 5.0 (2) | 22 Nov, 2025 | 124 | |
iris-cdc-sampleSample how to do CDC using IRIS, Postgresql, Kafka, Collumnar DB and BAM | Yuri Marx | | 5.0 (1) | 18 Nov, 2025 | 198 | |
iris-fastjsonschemairis‑fastjsonschema is a lightweight, high-performance JSON Schema validation toolkit. It combines the simplicity and speed of fastjsonschema with additional support for “iris”-style schema definitions | Ashok Kumar Thangavel | | 4.5 (1) | 17 Nov, 2025 | 242 | |
FocusBoardFocus Board is a CSP based task management application that helps users organize, track, and prioritize tasks across different stages | Ashok Kumar Thangavel | | 5.0 (1) | 04 Nov, 2025 | 116 | |
iris-haosInterSystems IRIS Community Add On for Home Assistant | Ron Sweeney | | 0.0 (0) | 01 Nov, 2025 | 81 | |
JsonTraceViewerDisplay trace as JSON | G Guillaume Rongier | | 4.8 (4) | 31 Oct, 2025 | 925 | 1.2k |
DevHuba centralized toolkit and launcher framework designed for Devs | Ashok Kumar Thangavel | | 5.0 (1) | 31 Oct, 2025 | 188 | |
ErralyzerA web-based CSP application to view and analyze application errs | Ashok Kumar Thangavel | | 5.0 (1) | 28 Oct, 2025 | 122 | 3 |
TablePluseTablePluse is an integrated tool designed to help developers and teams explore and understand SQL database tables, relationships, and schema structures. It provides a clear, visual way to analyze databases and lays the foundation for future features like UI screen planning and application mapping. | Ashok Kumar Thangavel | | 5.0 (1) | 28 Oct, 2025 | 96 | |
inquisidorTool for public tender analytics | Luis Angel Pérez Ramos | | 4.5 (1) | 23 Oct, 2025 | 118 | |
swaggertools-jsonviewerSwagger toolkit to view swagger json | Ashok Kumar Thangavel | | 5.0 (1) | 16 Oct, 2025 | 107 | |
quarkus-iris-monitor-systemAnalyze runtime ^PERFMON capabilities through JAVA native SDK. | Davi Massaru Teixeira Muta | | 0.0 (0) | 11 Oct, 2025 | 211 | |
yaml-adaptorAdaptor to convert and process YAML <-> JSON/Dynamic Object, XML | Yuri Marx | | 5.0 (1) | 11 Oct, 2025 | 265 | 2 |
FHIR Data Explorer with Hybrid Search and AI SummariesThis is a POC to demonstrate how InterSystems IRIS can be used to interact with an external language via the Python SDK (IRIS Native) to create and analyze a FHIR repository. Finally, the data is visualized using Streamlit, featuring hybrid search to locate the patient and a local LLM model to generate a patient history based on the extracted data. | P Pietro Di Leo | | 0.0 (0) | 09 Oct, 2025 | 325 | |
irisconnsRead/prompt for IRIS connection info from configuration files | E Eric Fortenberry | | 5.0 (1) | 07 Oct, 2025 | 170 | |
sanitary-surveillanceProject Description This project collects product recall and saf | V Vinícius Sena | | 3.5 (1) | 06 Oct, 2025 | 160 | |
golang-fiber-iris-realworld-example-appExample real world backend API built with Golang + Fiber + Gorm + Swagger + InterSystems IRIS | Dmitry Maslennikov | | 4.5 (1) | 05 Oct, 2025 | 247 | |
java-iris-python-heart-diagnosis-systemFor competition | J Joseph Ekpe | | 0.0 (0) | 05 Oct, 2025 | 81 | |
python-iris-audio-queryText queries over audio knowledge base | Y Yu Han Eng | | 0.0 (0) | 05 Oct, 2025 | 244 | |
Iris-natorIRISNator is a game that tries to guess a character you've thought of. | Kurro Lopez | | 5.0 (1) | 30 Sep, 2025 | 175 | |
iris-mll-fordummiesSamples how to use MLL in Intersystems IRIS - for dummies | Kurro Lopez | | 5.0 (1) | 30 Sep, 2025 | 203 | |
iris-recordmap-fordummiesSamples how to use Record map in Intersystems IRIS - for dummies | Kurro Lopez | | 5.0 (1) | 30 Sep, 2025 | 129 | |
SentinelIrisThis project is a Spring Boot application | André Dienes Friedrich | | 5.0 (1) | 29 Sep, 2025 | 210 | |