iris-haosInterSystems IRIS Community Add On for Home Assistant | Ron Sweeney | | 0.0 (0) | 01 Nov, 2025 | 2 | |
JsonTraceViewerDisplay trace as JSON | G Guillaume Rongier | | 4.8 (4) | 31 Oct, 2025 | 736 | 831 |
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 |
DevHuba centralized toolkit and launcher framework designed for Devs | Ashok Kumar T | | 5.0 (1) | 31 Oct, 2025 | 70 | |
iris-docdb-uiA sleek and intuitive Document Database Explorer UI for InterSystems IRIS. Easily create namespaces and document databases, view stored documents, add new documents, and edit existing ones — all in one place. | Ashok Kumar T | | 0.0 (1) | 31 Oct, 2025 | 13 | |
IRIS internal WebSocket ClientUsing %Net.WebSocket feature available in IRIS | Robert Cemper | | 4.0 (1) | 30 Oct, 2025 | 491 | 6 |
ErralyzerA web-based CSP application to view and analyze application errs | Ashok Kumar T | | 5.0 (1) | 28 Oct, 2025 | 45 | |
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 T | | 0.0 (0) | 28 Oct, 2025 | 12 | |
FocusBoardFocus Board is a CSP based task management application that helps users organize, track, and prioritize tasks across different stages | Ashok Kumar T | | 0.0 (0) | 28 Oct, 2025 | 12 | |
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Teunis Stolker | | 4.5 (3) | 28 Oct, 2025 | 1.4k | 9.9k |
IntegrityLog-WebIntegrity Log via Web | Ashok Kumar T | | 5.0 (1) | 28 Oct, 2025 | 235 | 13 |
Interop-LookupTableInterSystems IRIS interoperability Lookup table UI | Ashok Kumar T | | 5.0 (1) | 24 Oct, 2025 | 50 | |
inquisidorTool for public tender analytics | Luis Angel Pérez Ramos | | 4.5 (1) | 23 Oct, 2025 | 32 | |
Reusable-Web-Interface-for-Data-Lookup-TableA Reusable Web Interface and Class for Maintaining Data Lookup Tables | S Sanjib Pandey | | 0.0 (0) | 20 Oct, 2025 | 38 | |
Free DBsize with SwaggerShow free DB space with Swagger graphics | Robert Cemper | | 5.0 (2) | 20 Oct, 2025 | 54 | 1 |
swaggertools-jsonviewerSwagger toolkit to view swagger json | Ashok Kumar T | | 5.0 (1) | 16 Oct, 2025 | 37 | |
GBLSizeMonitorGlobal size viewer in chart form | Ashok Kumar T | | 5.0 (1) | 14 Oct, 2025 | 38 | |
Stream-Sample-for-BeginnersIntro for first-time users of Streams in IRIS | Robert Cemper | | 5.0 (1) | 14 Oct, 2025 | 40 | |
quarkus-iris-monitor-systemAnalyze runtime ^PERFMON capabilities through JAVA native SDK. | D Davi Massaru Teixeira Muta | | 0.0 (0) | 11 Oct, 2025 | 124 | |
yaml-adaptorAdaptor to convert and process YAML <-> JSON/Dynamic Object, XML | Yuri Marx | | 5.0 (1) | 11 Oct, 2025 | 144 | 1 |
SQL-for-ERRORS-GlobalMap ^ERRORS Global and have a custom query for full content | Robert Cemper | | 5.0 (1) | 10 Oct, 2025 | 458 | 70 |
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 | 210 | |
IRIStool and Data ManagerThis is a POC to demonstrate how InterSystems IRIS can be integrated with pandas and plotly Python libraries via the Python SDK (IRIS Native). | P Pietro Di Leo | | 0.0 (0) | 09 Oct, 2025 | 157 | |
gj :: configExplorerProduce configuration diagrams for your InterSystems servers | John Murray | | 0.0 (0) | 09 Oct, 2025 | 99 | |
MDX2JSONRESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems Caché. Also provides information about DeepSee objects. | E Eduard Lebedyuk | | 4.5 (2) | 08 Oct, 2025 | 1.2k | 40.3k |
ObjectScript-Native-API-demoUse IRIS Native API Interface also from ObjectScript | Robert Cemper | | 5.0 (1) | 07 Oct, 2025 | 42 | 1 |
irisconnsRead/prompt for IRIS connection info from configuration files | E Eric Fortenberry | | 5.0 (1) | 07 Oct, 2025 | 114 | |
sanitary-surveillanceProject Description This project collects product recall and saf | V Vinícius Sena | | 0.0 (0) | 06 Oct, 2025 | 77 | |
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 | 158 | |
java-iris-python-heart-diagnosis-systemFor competition | J Joseph Ekpe | | 0.0 (0) | 05 Oct, 2025 | 20 | |
python-iris-audio-queryText queries over audio knowledge base | Y Yu Han Eng | | 0.0 (0) | 05 Oct, 2025 | 125 | |