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

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

django-iris-template

Template to build Django application with an IRIS database

G
Guillaume Rongier
Docker
Python
4.5 (2)27 Jul, 2022 248

Python IRIS SQL Procedures Sample

Samples of python running inside SQL InterSystems IRIS Database

Yuri Marx
Docker
IPM
5.0 (1)20 Jul, 2022 323 7

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

ObjectScript Kernel

Execute ObjectScript in Jupyter Notebook

Nikita Mullin
Docker
Python
5.0 (1)18 Jul, 2022 492

Kozo

Kozo Page Builder

S
Sean Connelly
Docker
IPM
5.0 (2)15 Jul, 2022 537 33

iris-climate-change

IRIS Climate Change, Data Sciences, Plotting and Visualization

Muhammad Waseem
Docker
Python
5.0 (1)15 Jul, 2022 578

Carbon Footprint Counter

Calculate carbon footprint into enterprises

Yuri Marx
Docker
IPM
5.0 (2)14 Jul, 2022 471 19

Arctic sea ice viewer

Arctic sea ice volume changes viewer

O
Oleh Dontsov
Docker
Python
3.5 (1)14 Jul, 2022 260

UnitTest_RuleSet

Unit Tests for HL7 Routing in IRIS Integration

A
Alex Woodhead
5.0 (1)13 Jul, 2022 615

interoperability-manager

Remove a Production Item with two clicks

O
Oliver Wilms
Docker
IPM
5.0 (1)10 Jul, 2022 290 20

iris-for-money

IRIS application for managing Money

O
Oliver Wilms
Docker
IPM
4.5 (1)09 Jul, 2022 456 42

webterminal-vscode

Launch WebTerminal sessions from Server Manager in VS Code

John Murray
5.0 (2)03 Jul, 2022 962

Ompare V8

Browser-based javascript compare Cache, IRIS features.

A
Alex Woodhead
0.5 (1)27 Jun, 2022 248

FHIR Pseudonymization Proxy

FHIR pseudonymization proxy built with InterSystems IRIS for Health

M
Marcus Wurlitzer
Docker
IPM
5.0 (1)23 Jun, 2022 504 9

CloudStudio

A web based IDE for IRIS

S
Sean Connelly
IPM
5.0 (2)07 Jun, 2022 520 46

FIT REST Operation Framework

An IRIS Interoperability REST Operation Framework

Craig Regester
Docker
IPM
4.5 (1)06 Jun, 2022 351 3

ESKLP

Application demonstrates using Python and InterSystems IRIS to resolve linear regression in task of checking similarity of two text strings

Aleksandr Kalinin
Docker
4.5 (1)04 Jun, 2022 808

Water Conditions in Europe

Water Conditions with Prediction, Dashboards and more

E
Evgeniy Potapov
Docker
Python
ML
ML
5.0 (2)03 Jun, 2022 389

Disease Predictor

Predict Diseases using InterSystems IRIS IntegratedML

Yuri Marx
Docker
IPM
ML
ML
5.0 (1)01 Jun, 2022 446 8

cryptocurrency-rate-forecasting

An example of how IRIS can be used to predict the rate of crypto

O
Oleh Dontsov
Docker
5.0 (2)01 Jun, 2022 522

ObjectScript-Syntax-For-GitLab

ObjectScript highlight support for GitLab.

Lorenzo Scalese
Docker
5.0 (1)31 May, 2022 267

iris-mail

iris-mail serves as a substitute for mail server.

O
Oliver Wilms
IPM
4.8 (2)30 May, 2022 438 20

Benchmark time of response for messages in python and objectscript

Benchmark time of response for messages in python and objscript

L
Lucas Enard
3.5 (1)30 May, 2022 193

apptools-infochest

Template and examples for creating a user interface for a media file storage

Sergey Mikhailenko
Docker
IPM
5.0 (1)27 May, 2022 381 22

wifis-connect

WiFIS Connect is an application you can install in InterSystems Healthcare products to build your connection to WiFIS interoperability platform in SISCAT.

A
Alberto Fuentes
Docker
5.0 (1)27 May, 2022 226

FHIR Patient Viewer

Interactive, reactive FHIR data viewer

Dan Berges
0.0 (0)26 May, 2022 1.6k

iris-history-monitor

IRIS History Monitor - For InterSystems IRIS is now available in Package Manager and using IRIS 2019.4 API and WS

Henrique Dias
Docker
IPM
4.2 (3)15 May, 2022 2.2k 106

fhir-client-java

A simple example of a Fhir client in java

L
Lucas Enard
Docker
0.0 (0)13 May, 2022 676

fhir-client-net

A simple example of a Fhir client in c#

L
Lucas Enard
Docker
3.0 (1)13 May, 2022 761

fhir-client-python

A simple example of a Fhir client in python

L
Lucas Enard
Docker
Python
0.0 (0)13 May, 2022 995

iris-docker-zpm-usage-template

The simplest template to use InterSystems IRIS in Docker and with an arbitrary InterSystems Community Package

Evgeny Shvarov
Docker
5.0 (1)08 May, 2022 612