Welcome to Open Exchange

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.

Top contributors

Featured applications

1170 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Status
Application NameDeveloperMade withRatingLast updatedViewsInstalls

IrisWebClient

Rich GUI web application for InterSystems IRIS database.

Dmitry Konnov
0.0 (0)06 Feb, 2026 7

json2class

Utility to transform JSON into ObjectScript classes

Luis Angel Pérez Ramos
Docker
IPM
5.0 (1)03 Feb, 2026 50 2

InterSystems Ideas Waiting to be Implemented

Parser for arbitrary binary protocols

Rapid 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
by Eduard Lebedyuk

3

Votes

0

Comments
Vote

iris-user-management

Provides user authentication and session management for OAuth

Evgeny Shvarov
Docker
Python
IPM
0.0 (0)30 Jan, 2026 150 268

interopway

Making interoperability easy

Cristiano Silva
IPM
4.0 (1)29 Jan, 2026 446

interopway_rest

Repositório com conjunto de classes para auxiliar no desenvolvimento de integrações que consomem serviços REST

Cristiano Silva
IPM
3.3 (2)29 Jan, 2026 257 1

workshop-openehr

openEHR repository implementation.

Luis Angel Pérez Ramos
Docker
3.8 (2)28 Jan, 2026 88

csvgen-python

Embedded python app creates table and loads data from CSV

Evgeny Shvarov
Docker
Python
IPM
5.0 (1)26 Jan, 2026 417 560

zpm-registry

InterSystems ObjectScript Registry Server For ZPM packages

Evgeny Shvarov
Docker
IPM
5.0 (1)26 Jan, 2026 1.5k 10.7k

try_embedded_python

An early attempt to use embedded Python in IRIS 2020.3

Robert Cemper
Docker
Python
4.8 (2)25 Jan, 2026 634 30

WebSocketClient CSP based

Extended CSP page consuming WebService as Client

Robert Cemper
Docker
3.0 (1)25 Jan, 2026 292 5

Organize-ZLANG

Clean-up your %ZLANG****

Robert Cemper
Docker
3.5 (1)25 Jan, 2026 237

COS-ISOS-foreach-command

ZZFOREACH command + $$$FOREACH macro

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 354

Object-based-M-N-to-JSON

Sample for object method %JSON.Export for M:N Relationship

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 214 1

M-N-external-JSON

Export M:N Relationship with JSON using SQL

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 269 1

ObjectScript-Native-API-demo

Use IRIS Native API Interface also from ObjectScript

Robert Cemper
5.0 (1)25 Jan, 2026 80 4

ZPretty

Wrap JSON to multi lines / Test ISJSON

Robert Cemper
Docker
4.8 (2)25 Jan, 2026 430 89

Mimic-SQL-Host-Variables

Allow SQL Host Variables outside embedded SQL

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 126

CSV-to-MS-OFX

Collect CSV downloaded from your bank and transform it into OFX format (by M$) to feed MS-Money aka. Sunrise

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 18

Free DBsize with Swagger

Show free DB space with Swagger graphics

Robert Cemper
Docker
5.0 (2)25 Jan, 2026 87 2

db-migration-using-SQLgateway

from PostgreSQL to InterSystems IRIS using SQLGateway

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 699

SSH-for-IRIS-container

Example how you can add SSH server to a standard IRIS docker image

Robert Cemper
Docker
4.0 (1)25 Jan, 2026 340 14

mini-docker

Basic template for InterSystems IRIS development environment with Docker, VSCode and ZPM

Robert Cemper
5.0 (1)25 Jan, 2026 377

zpmshw

Helper to Search, Install, Uninstall ZPM packages

Robert Cemper
3.5 (2)25 Jan, 2026 248 95

Restart-httpd-SMP

Restart httpd server for SMP

Robert Cemper
Docker
4.0 (1)25 Jan, 2026 294 13

GlobalToJSON-XLA

export an XLarge Global into a JSON object file

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 347 4

GlobalToJSON-ePython-pure

JSON Object from Global using embedded Python only

Robert Cemper
Docker
Python
4.5 (1)25 Jan, 2026 369 13

GlobalToJSON-embeddedPython

Export a Global into a JSON file and re-create using embedded Py

Robert Cemper
Docker
IPM
5.0 (1)25 Jan, 2026 465 9

GlobalToJSON-Efficient

create a JSON Object from Global nodes in use

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 384 15

Global-Scan-to-SQL

Analyze Globals by Subscript-Level

Robert Cemper
Docker
4.5 (1)25 Jan, 2026 447 25

Collection-Indexing-and-Query

How to get correct index for SQL query generator

Robert Cemper
Docker
4.0 (2)25 Jan, 2026 314 29