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

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

IRIS_REST_Documentation

Development tool for documenting REST API endpoints [INTERSYSTEM IRIS]

D
Davi Massaru Teixeira Muta
Docker
5.0 (1)14 Apr, 2021 461

iris-rad-studio-samples

Samples for IRIS RAD Studio

José Pereira
Docker
IPM
4.5 (1)14 Apr, 2021 263 35

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

iriscode

Command line utility to write code outside of IRIS

Raman Sailopal
2.0 (1)13 Apr, 2021 139

RESTFormsRAD

Forms adapter for InterSystems IRIS RAD Studio

Henrique Dias
Docker
IPM
3.0 (1)12 Apr, 2021 323 170

irismysql

Linux command line utility to migrate tables from Mysql/Mariadb to Intersystems IRIS

Raman Sailopal
Python
2.0 (1)09 Apr, 2021 137

cachecmd

Linux command line utility to interface with Intersystems Cache

Raman Sailopal
3.5 (1)09 Apr, 2021 168

iriscmd

Simple utility to interface with Intersystems IRIS environment from shell command line

Raman Sailopal
3.5 (1)08 Apr, 2021 158

iris-dataset-titanic

Titanic passengers dataset in InterSystems IRIS. Could be imported as ZPM too

Evgeny Shvarov
Docker
IPM
5.0 (1)02 Apr, 2021 625 42

apptools-util

Utilities adapting for IRIS and working with modules ZPM

Sergey Mikhailenko
Docker
IPM
3.5 (1)30 Mar, 2021 243 37

iam-zero-to-hero

Self training for IAM (InterSystems API Manager).

G
Guillaume Rongier
4.3 (2)30 Mar, 2021 1.8k

mg_php

A PHP Extension for InterSystems Caché/IRIS.

C
Chris Munt
0.0 (0)25 Mar, 2021 442

mg_go

A GO Extension for InterSystems Caché/IRIS.

C
Chris Munt
0.0 (0)25 Mar, 2021 1.0k

mg-dbx

A Node.js Extension for InterSystems Caché/IRIS. The focus and rationale for this solution is high-performance NoSQL-based access to the database, though access to InterSystems SQL, Objects and Functions is also supported.

C
Chris Munt
Python
0.0 (0)25 Mar, 2021 511

mg_ruby

A Ruby extension for InterSystems M/Caché/IRIS

C
Chris Munt
0.0 (0)25 Mar, 2021 480

mg_python

A Python Extension for InterSystems Caché/IRIS.

C
Chris Munt
Python
4.0 (1)24 Mar, 2021 561

Airplane React, Material UI, and REST API

Development of a System using React, Material UI and REST API IRIS.

F
Flavio Lucio Naves Junior
Docker
3.0 (1)16 Mar, 2021 466

vscode-intersystems-iris

POC of VSCode extension which provides some control over InterSystems IRIS with direct native access, without utilizing AtelierAPI. Provides access to Interoperability and Globals.

Dmitry Maslennikov
5.0 (1)03 Mar, 2021 572

Integration scheme for heterogeneous messages in heterogeneous systems

Integration scheme for heterogeneous messages in heterogeneous systems

D
Deming Xu
0.0 (0)28 Feb, 2021 230

RESTFUL_API_For_Hotel_OverBooking_System

Develop RESTFUL Data API in InterSystems IRIS Data Platform Development for Hotel Overbooking Management System. PS:The overbooking management system combines the unique conditions of the hotel, such as room prices, order channels, customer needs (etc...). System uses machine learning algorithms (such as: KNN/ES-RNN...) to accurately predict the daily no-show and occupancy rate of the hotel, and further combines with the revenue equation to find the best largest room sales volume, which can significantly increase the hotel marginal revenue.

j
jingqi LIu
Docker
0.0 (0)28 Feb, 2021 703

units

Library and examples of units of measure to work with physical objects implementation in ObjectScript. The first version includes the SI unit system. Next will be added American customary units, units of currency, bits and bytes, font and pixel sizes.

D
Dmitrii Kuznetsov
Docker
4.0 (1)27 Feb, 2021 213

Dictionary comparison scheme of cache database

The dictionary comparison of the data collected in the cache database is carried out, and the dictionary related data cleaning work is quickly completed through the global model, so as to build a unified and correct database for the hospital

W
Weiwei Yang
0.0 (0)27 Feb, 2021 337

IRIS-REST-API-DATABASEMANAGER

Create persistent Tables and Datas in Cache Database using REST API

L
Lucas Bourré
Docker
IPM
5.0 (1)26 Feb, 2021 349 21

iris-google-run-deploy-template

Simple InterSystems IRIS docker solution deployment to Google Run template

Evgeny Shvarov
Docker
IPM
5.0 (1)26 Feb, 2021 387 15

HealthInfoQueryLayer

The application use generic interface to perform query on data schema and used globals as configuration. At run time, the program will implement the query referring to configurations. It's working as a prototype ObjectScript MyBatis Template.

B
Botai Zhang
0.0 (0)26 Feb, 2021 582

M-commands instead of Excel formulas in cells

Mumps (Cache' ObjectScript) in cells

alex kosinets
4.5 (1)24 Feb, 2021 246

workshop-pex

Workshop: InterSystems IRIS Interoperability + PEX using Java

A
Alberto Fuentes
Docker
5.0 (1)24 Feb, 2021 412

IRIS-Smart-Mining-Starter-Pack

Smart Mining Starter Pack

A
Amir Samary
Docker
0.0 (0)24 Feb, 2021 2.9k

IRIS memory configuration wizard

Simple/sample wizard to help configure InterSystems IRIS memory settings

B
Benjamin De Boe
IPM
5.0 (3)23 Feb, 2021 508 21

EnsDemo Iris installer

ENSDEMO port to IRIS without HL7 and DICOM exemples

G
Guillaume Rongier
Docker
4.5 (2)23 Feb, 2021 403

IRIS-Smart-Factory-Starter-Pack

An Application Starter Pack (ASP) is a code base built by an InterSystems partner using InterSystems IRIS Data Platform that shortens the time to develop a complete application that addresses a specific industry or technology challenge. It is not a completed application. Rather, it is a starter code that can be extended and customized by partners and customers to meet specific customer requirements and environments.

A
Amir Samary
Python
0.0 (0)16 Feb, 2021 1.3k