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 |
|---|---|---|---|---|---|---|
![]() db-migration-using-SQLgatewayfrom PostgreSQL to InterSystems IRIS using SQLGateway | Docker | 5.0 (1) | 19 Jun, 2026 | |||
pxw-lib-sqlA replacement of SQLQuery that helps simplfy complex queries | P | Docker IPM | 4.0 (1) | 06 Jun, 2026 | ||
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 | ||||||
pxw-debugLog debug output | P | Docker IPM | 5.0 (1) | 05 Jun, 2026 | ||
swagger-converter-cliClient library for swagger version converter. | Docker IPM | 0.0 (0) | 25 Mar, 2026 | |||
![]() interopwayMaking interoperability easy | IPM | 4.0 (1) | 29 Jan, 2026 | |||
![]() interopway_restRepositório com conjunto de classes para auxiliar no desenvolvimento de integrações que consomem serviços REST | IPM | 3.3 (2) | 29 Jan, 2026 | |||
csvgen-pythonEmbedded python app creates table and loads data from CSV | Docker Python IPM | 5.0 (1) | 26 Jan, 2026 | |||
![]() Object-based-M-N-to-JSONSample for object method %JSON.Export for M:N Relationship | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() M-N-external-JSONExport M:N Relationship with JSON using SQL | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() ZPrettyWrap JSON to multi lines / Test ISJSON | Docker | 4.8 (2) | 25 Jan, 2026 | |||
![]() Collection-Indexing-and-QueryHow to get correct index for SQL query generator | Docker | 4.0 (2) | 25 Jan, 2026 | |||
![]() ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker | 4.5 (1) | 25 Jan, 2026 | |||
![]() Dataset-Lightweight-M-Nexample of M:N relation between 2 tables | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() java-global-editorCRUD++ for globals from Java | Docker | 5.0 (1) | 25 Jan, 2026 | |||
foreign-tablesexample for using Foreign Tables with CSV | 5.0 (1) | 25 Jan, 2026 | ||||
![]() geo-vector-searchmathematical use of vector search | Docker | 5.0 (3) | 25 Jan, 2026 | |||
![]() Beyond-Server-LimitsRun OS independent OS commands from IRIS / Caché | Docker Python | 5.0 (1) | 25 Jan, 2026 | |||
![]() The adopted BitmapHow to enable Bitmaps for nonstandard IDs | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() fast-JSON-formatting-Cachefast JSON formating for Caché / Ensemble | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() SPOOL-mappingSPOOL as SQL tabel | Docker | 4.5 (1) | 25 Jan, 2026 | |||
![]() Sync-Data-with-DSTIMESynchronizing your data to some external DB | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() IRIS-NativeAPI-Nodejs-compactan all-in-1 package of the WebSocket MicroService Demo | Docker | 5.0 (1) | 23 Jan, 2026 | |||
![]() Row Storage vs. Columnar in IRIS nativeperformance check with COS inside IRIS | Docker | 5.0 (2) | 23 Jan, 2026 | |||
![]() native-api-command-line-extensionObjectScript Commad Extension for IRIS NativeAPI | Docker | 5.0 (1) | 22 Jan, 2026 | |||
![]() native-api-global-view-and-copyGlobal View + Copy using Native API | Docker | 5.0 (1) | 22 Jan, 2026 | |||
![]() native-api-command-line-clientObjectScript client for IRIS NativeAPI | Docker IPM | 5.0 (1) | 22 Jan, 2026 | |||
![]() Native-API-for-ObjectScriptA small demo on how to use it | Docker | 5.0 (1) | 22 Jan, 2026 | |||
![]() IRIS-fast-ECP-setupFast setup of ECP client / sever with almost no manual intervention. | Docker | 5.0 (1) | 21 Jan, 2026 | |||
![]() Tutorial-QUERYShow a use case of %QUERY | 5.0 (1) | 21 Jan, 2026 | ||||
JSON2PersistentLittle tool to create persistent or message classes for InterSystems IRIS and InterSystems IRIS For Health from JSON input. The created classes will extend %JSON.Adaptor | M | Docker IPM | 5.0 (5) | 14 Jan, 2026 | ||