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

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

springboot-iris-crud

Java Spring Boot Crud API Example

Yuri Marx
Docker
3.5 (1)03 Feb, 2021 845

iris-vaccine-tracker

Showing the COVID-19 vaccination track count around the world and the COVID-19 Treatment and Vaccine development. Using as backend InterSystems IRIS in a multi-model schema.

Henrique Dias
Docker
0.0 (0)30 Jan, 2021 337

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-multimodel-suite

An application using multimodel concepts with real world data featuring an interactive chart of Cryptocoins from the biggest Exchange. A graph chart of fish species from all the world where you can see the pictures of each one and a blog using globals example. All Integration to ingest data are from public APIs and a great video explaining the solution.

R
Renato Banzai
Docker
Python
4.5 (1)30 Jan, 2021 483

zapm-addcmd

An example of adding new commands to the zapm shell

Sergey Mikhailenko
Docker
IPM
4.0 (1)27 Jan, 2021 156 22

GeoDatas

This project contains an example of how we get to manipulate geographic data on an IRIS Intersystem platform.

D
Davi Massaru Teixeira Muta
Docker
0.0 (0)25 Jan, 2021 353

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 601

BeI-MultiModel

We've used a IRIS backend that is called via a REST-API from a react frontend application.

i
ivo Ver Eecke
Docker
IPM
4.0 (3)25 Jan, 2021 311

ha-iris-k8s

Highly available IRIS deployment on Kubernetes without mirroring

A
Anton Umnikov
0.0 (0)22 Jan, 2021 553

IRISDocDBRESTAPIPostmanCollectionSample

A Postman Collection of REST API calls to demonstrate InterSystems IRIS DocDB basic calls

N
Netanel Frankel
5.0 (1)20 Jan, 2021 271

qewd-jsdb-kit-iris

This kit allows you to find out about, explore and try out the unique QEWD-JSdb "persistent JavaScript Objects", made possible by IRIS Globals. For simplicity of use and speed and ease of installation, the kit is designed for use with the IRIS Community Edition Docker Container: you can be up and running in a matter of a few minutes. However, QEWD-JSdb and the Node.js-based QEWD framework can be easily installed on any IRIS (or Cache) system. Layered on top of QEWD-JSdb's persistent JavaScript objects are several examples of the multi-model capability it provides: Lists, key/object store and XML DOM. The latter is a great example of the persistent Objects concept: it includes XPath query capability, provided by the standard, unmodified Node.js XPath module. This module is designed to work with an in-memory XML DOM, and does not know or care that the DOM object provided by QEWD-JSdb is actually on-disk (in IRIS Globals)! The kit includes tutorials for QEWD-JSdb itself and the three layered database models. You can try out the tutorial examples interactively using the Node.js REPL. Also included are web-based "explorer" applications that allow you to watch the database models in action. Finally, using the QEWD Monitor application's graphical QEWD-JSdb Inspector option, you can explore the underlying hierarchical storage of the IRIS Globals created and maintained in the tutorials and explorer applications.

R
Rob Tweed
0.0 (0)25 Jan, 2021 282

iris-multi-model-api-template

a simple demo of InterSystems IRIS multi-model data management via REST API

Evgeny Shvarov
Docker
IPM
5.0 (1)11 Jan, 2021 442 13

RESTFileTransfer

Example of how to transfer files using RESTful services

I
Iryna Mykhailova
Docker
5.0 (1)04 Jan, 2021 530

iris-pygw-blueprint

Short blueprint example of the connection between python and iris via new python gateway available in InterSystems IRIS Data Platform 2020.3+

A
Aleksandar Kovacevic
Docker
Python
4.5 (1)27 Dec, 2020 179

aoc-objectscript-template

The template repository for Advent of Code 2020 ObjectScript contest

Evgeny Shvarov
Docker
5.0 (1)26 Nov, 2021 812

iris-container-recipes

Examples of InterSystems IRIS container scripts

E
Eduard Lebedyuk
Docker
5.0 (1)20 Nov, 2020 155

appmsw-util

Creating and deleting db, namespace, resource and role with one command

Sergey Mikhailenko
Docker
IPM
5.0 (1)15 Nov, 2020 171 12

upload-adapter

Intersystems IRIS interoperability Custom Upload Adapter to multipart file requests

Yuri Marx
Docker
5.0 (1)10 Nov, 2020 371

iris-c-language

This is a technology example of how to use Call-In and Call-Out in various ways including Unicode and long string.

T
Tomohiro Iwamoto
Docker
5.0 (1)06 Nov, 2020 262

qewd-conduit

QEWD Implementation of the RealWorld Conduit REST Back-end

R
Rob Tweed
0.0 (0)29 Oct, 2020 331

apptools-task

An example of a backup task with preliminary deletion of old files.

Sergey Mikhailenko
Docker
IPM
5.0 (1)29 Oct, 2020 218 12

Health Insight Demo Examples

Several COVID-19 dashboard examples using Tableau, and created using HeathShare Health Insight, which provides data modeling, analysis, and visualization tools. They can be opened using the free Tableau Reader application.

J
Jonathan Wald
0.0 (0)21 Oct, 2020 440

iris-battleship

Why not a game in contest?

R
Renato Banzai
Docker
Python
5.0 (1)11 Oct, 2020 204

iris-ldap-auth

Example of how to setup IRIS and OpenLDAP for LDAP user authentication

T
Tomohiro Iwamoto
Docker
5.0 (1)16 Sep, 2020 221

covid-ai-demo-deployment

"Covid-19 AI demo in Docker" deployment including dockerised Flask, FastAPI, Tensorflow Serving and HA Proxy etc etc.

Z
Zhong Li
Docker
Python
ML
ML
0.0 (0)07 Sep, 2020 471

fhir-chatbot

A chatbot to query patient information using FHIR.

R
Renato Banzai
Docker
0.0 (0)27 Aug, 2020 451

iris4health-fhir-analytics

An example on how to take advantage of FHIR data schema created by IRIS for Health in conjunction with IRIS Analytics to provide analytics on FHIR data.

José Pereira
Docker
4.5 (1)26 Aug, 2020 966

QR-FHIR

App to generate FHIR QR Codes and vCards from InterSystems IRIS FHIR Resource

Yuri Marx
Docker
5.0 (1)24 Aug, 2020 390

FHIR Patient Browser

Simple Patient Browser app for FHIR server, using fhir.js library

A
Anton Umnikov
Docker
0.0 (0)17 Aug, 2020 463

irisdemo-base-synthea

Docker container wrapping the Synthea application for minimal setup and easy use. Synthea is a Synthetic Patient Population Simulator. The goal is to output synthetic, realistic (but not real), patient data and associated health records in a variety of formats (FHIR is the default).

P
Phillip Booth
Docker
5.0 (1)05 Aug, 2020 427

ML Made Easy : IntegratedML

A guide through the IntegratedML used as a hands-on session on InterSystems DACH PartnerTag 2020. It is based on work of Derek Robinson and documentation of InterSystems.

A
Aleksandar Kovacevic
Docker
AI
ML
ML
0.0 (0)16 Jul, 2020 205