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 |
|---|---|---|---|---|---|---|
![]() Mimic-SQL-Host-VariablesAllow SQL Host Variables outside embedded SQL | Docker | 5.0 (1) | 25 Jan, 2026 | |||
CSV-to-MS-OFXCollect CSV downloaded from your bank and transform it into OFX format (by M$) to feed MS-Money aka. Sunrise | 0.0 (0) | 25 Jan, 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 | ||||||
![]() Free DBsize with SwaggerShow free DB space with Swagger graphics | 5.0 (2) | 25 Jan, 2026 | ||||
![]() db-migration-using-SQLgatewayfrom PostgreSQL to InterSystems IRIS using SQLGateway | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() SSH-for-IRIS-containerExample how you can add SSH server to a standard IRIS docker image | Docker | 4.0 (1) | 25 Jan, 2026 | |||
mini-dockerBasic template for InterSystems IRIS development environment with Docker, VSCode and ZPM | 5.0 (1) | 25 Jan, 2026 | ||||
![]() zpmshwHelper to Search, Install, Uninstall ZPM packages | 3.5 (2) | 25 Jan, 2026 | ||||
![]() Restart-httpd-SMPRestart httpd server for SMP | Docker | 4.0 (1) | 25 Jan, 2026 | |||
![]() GlobalToJSON-XLAexport an XLarge Global into a JSON object file | 5.0 (1) | 25 Jan, 2026 | ||||
![]() GlobalToJSON-ePython-pureJSON Object from Global using embedded Python only | Docker Python | 4.5 (1) | 25 Jan, 2026 | |||
![]() GlobalToJSON-embeddedPythonExport a Global into a JSON file and re-create using embedded Py | Docker IPM | 5.0 (1) | 25 Jan, 2026 | |||
![]() GlobalToJSON-Efficientcreate a JSON Object from Global nodes in use | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() Global-Scan-to-SQLAnalyze Globals by Subscript-Level | Docker | 4.5 (1) | 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 | |||
![]() Wsock-EmbeddedPySimple WebSocket Client with Embedded Python in IRIS | Docker Python | 4.5 (1) | 25 Jan, 2026 | |||
![]() helper-for-objectscript-language-extensionsUtility to add customized Language Extensions programmatically | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() Dataset-Lightweight-M-Nexample of M:N relation between 2 tables | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() Globals-ePy-vs-ISOSCompare writing Globals in ePy vs. ISOS/COS | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() WebCommandSimulate command line in IRIS and OS | Docker | 5.0 (3) | 25 Jan, 2026 | |||
![]() Full-OBJ-DumpExtended object dump example | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() GlobalStreams-to-SQLTools to investigate GlobalStreams by SQL | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() JSONfile-to-GlobalLoad JSONfile into Global | Docker | 5.0 (2) | 25 Jan, 2026 | |||
![]() Cache-in-DockerCaché straight in Docker | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() character-slice-indexIndexing text by characters | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() CSP-Global-DownloadDownload Global as XML using CSP | Docker | 4.2 (3) | 25 Jan, 2026 | |||
![]() java-global-editorCRUD++ for globals from Java | Docker | 5.0 (1) | 25 Jan, 2026 | |||
Vector-inside-IRISrun vector search inside IRIS | Docker Python | 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 | |||