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

184 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Status
ObjectScript quality test passed
Clear filters
Application NameDeveloperMade withRatingLast updatedViewsInstalls

db-migration-using-SQLgateway

from PostgreSQL to InterSystems IRIS using SQLGateway

Robert Cemper
Docker
5.0 (1)19 Jun, 2026 754

pxw-lib-sql

A replacement of SQLQuery that helps simplfy complex queries

P
Paul Waterman
Docker
IPM
4.0 (1)06 Jun, 2026 253 13

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

pxw-debug

Log debug output

P
Paul Waterman
Docker
IPM
5.0 (1)05 Jun, 2026 233 22

swagger-converter-cli

Client library for swagger version converter.

Lorenzo Scalese
Docker
IPM
0.0 (0)25 Mar, 2026 570 503

interopway

Making interoperability easy

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

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 315 1

csvgen-python

Embedded python app creates table and loads data from CSV

Evgeny Shvarov
Docker
Python
IPM
5.0 (1)26 Jan, 2026 471 961

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 243 1

M-N-external-JSON

Export M:N Relationship with JSON using SQL

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

ZPretty

Wrap JSON to multi lines / Test ISJSON

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

Collection-Indexing-and-Query

How to get correct index for SQL query generator

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

ObjectScript-Over-ODBC

Allow running ObjectScript and especially Global copy over ODBC

Robert Cemper
Docker
4.5 (1)25 Jan, 2026 527 19

Dataset-Lightweight-M-N

example of M:N relation between 2 tables

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 383 10

java-global-editor

CRUD++ for globals from Java

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

foreign-tables

example for using Foreign Tables with CSV

Robert Cemper
5.0 (1)25 Jan, 2026 225

geo-vector-search

mathematical use of vector search

Robert Cemper
Docker
5.0 (3)25 Jan, 2026 419

Beyond-Server-Limits

Run OS independent OS commands from IRIS / Caché

Robert Cemper
Docker
Python
5.0 (1)25 Jan, 2026 113

The adopted Bitmap

How to enable Bitmaps for nonstandard IDs

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 309 33

fast-JSON-formatting-Cache

fast JSON formating for Caché / Ensemble

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 453 40

SPOOL-mapping

SPOOL as SQL tabel

Robert Cemper
Docker
4.5 (1)25 Jan, 2026 397 22

Sync-Data-with-DSTIME

Synchronizing your data to some external DB

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 434 22

IRIS-NativeAPI-Nodejs-compact

an all-in-1 package of the WebSocket MicroService Demo

Robert Cemper
Docker
5.0 (1)23 Jan, 2026 386

Row Storage vs. Columnar in IRIS native

performance check with COS inside IRIS

Robert Cemper
Docker
5.0 (2)23 Jan, 2026 243 1

native-api-command-line-extension

ObjectScript Commad Extension for IRIS NativeAPI

Robert Cemper
Docker
5.0 (1)22 Jan, 2026 249 15

native-api-global-view-and-copy

Global View + Copy using Native API

Robert Cemper
Docker
5.0 (1)22 Jan, 2026 186

native-api-command-line-client

ObjectScript client for IRIS NativeAPI

Robert Cemper
Docker
IPM
5.0 (1)22 Jan, 2026 220

Native-API-for-ObjectScript

A small demo on how to use it

Robert Cemper
Docker
5.0 (1)22 Jan, 2026 627 45

IRIS-fast-ECP-setup

Fast setup of ECP client / sever with almost no manual intervention.

Robert Cemper
Docker
5.0 (1)21 Jan, 2026 470 12

Tutorial-QUERY

Show a use case of %QUERY

Robert Cemper
5.0 (1)21 Jan, 2026 235 3

JSON2Persistent

Little 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
Michael Braam
Docker
IPM
5.0 (5)14 Jan, 2026 1.3k 10