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 |
---|---|---|---|---|---|---|
![]() TaskSchedulerIRIS Task Scheduler | Docker IPM | 0.0 (0) | 07 Sep, 2025 | |||
MessageLogVizMessageLogViz is a modular, web-based interface for efficiently visualizing, filtering, and analyzing InterSystems IRIS messages.log files. | Docker IPM | 0.0 (0) | 07 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 | ||||||
![]() iris-dataset-countriesInterSystems IRIS image and ZPM module with dataset on countries and its population | Docker IPM | 4.2 (3) | 06 Sep, 2025 | |||
![]() snapshot-to-JSONUse %JSON.Adaptor for object snapshot | Docker IPM | 4.0 (1) | 03 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 | |||
![]() IRISFHIRServerLogsIRIS FHIRServer repository and FHIR foundation Logs | Docker IPM | 4.5 (1) | 25 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 | |||
![]() Native-API-for-ObjectScriptA small demo on how to use it | Docker IPM | 5.0 (1) | 16 Aug, 2025 | |||
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 08 Aug, 2025 | |||
![]() SPOOL-mappingSPOOL as SQL tabel | Docker IPM | 4.5 (1) | 03 Aug, 2025 | |||
![]() Sync-Data-with-DSTIMESynchronizing your data to some external DB | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() try_embedded_pythonAn early attempt to use embedded Python in IRIS 2020.3 | Docker Python IPM | 4.8 (2) | 03 Aug, 2025 | |||
![]() cpipe-for-AoC2020A practical example to consume external modules as solutions using cpipe | Docker Python IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker IPM | 4.5 (1) | 03 Aug, 2025 | |||
![]() fast-JSON-formatting-Cachefast JSON formating for Caché / Ensemble | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() The adopted BitmapHow to enable Bitmaps for nonstandard IDs | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() Simple-remote-server-controlSimple Server Communication over TCP/IP | Docker IPM | 3.0 (1) | 03 Aug, 2025 | |||
![]() SQL-for-ERRORS-GlobalMap ^ERRORS Global and have a custom query for full content | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() IRIS EchoServer for WebSocketsWebSocket Echo Server for IRIS as known from Caché / Ensemble | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() Global-Scan-to-SQLAnalyze Globals by Subscript-Level | Docker IPM | 4.5 (1) | 03 Aug, 2025 | |||
![]() Multi-Line-Command-EditorTerminal Multi-Line Input + Editor | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() java-global-editorCRUD++ for globals from Java | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() COS-ISOS-foreach-commandZZFOREACH command + $$$FOREACH macro | Docker | 5.0 (1) | 03 Aug, 2025 | |||
![]() IRIS-NativeAPI-Nodejs-compactan all-in-1 package of the WebSocket MicroService Demo | Docker | 5.0 (1) | 03 Aug, 2025 | |||
![]() AoC2021-rccAn Embedded Python based view of Advent of Code | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() Restart-httpd-SMPRestart httpd server for SMP | Docker | 4.0 (1) | 03 Aug, 2025 |