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

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

objectscript-openapi-definition

The objectif of this library is to generate the ObjectScript Class from an OpenApi defintion.

G
Guillaume Rongier
Docker
IPM
4.5 (1)28 Sep, 2023 894 845

JSON-Filter

ObjectScript server side JSON filter.

Lorenzo Scalese
Docker
IPM
5.0 (1)25 Mar, 2024 628 123

InterSystems Ideas Waiting to be Implemented

Module deployment support via Production Export in Dev environment

Enhance Integration Production view Action-> Export dialogue. In addition to outputting a monolitic XML export of resources. This form should support the transparent generation of an IPM module and be able to push via IPM to named repository. In "New Production dialog" And also in "Action->Reload Module", could use IPM to pull and load production from named repository. Ref: https://docs.intersystems.com/irisforhealth20232/csp/docbook/DocBook.UI.Page.cls?KEY=EGDV_deploying

A
by Alex Woodhead

4

Votes

0

Comments
Vote

FHIR-HL7v2-SQL-Demo

The FHIR repo can be query in SQL.

G
Guillaume Rongier
Docker
5.0 (1)17 Apr, 2020 930

ObjectScript Kernel

Execute ObjectScript in Jupyter Notebook

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

OData Server for IRIS

OData Server for InterSystems IRIS SQL Repositories

Yuri Marx
Docker
4.5 (1)02 Jun, 2020 786

CRUD-GLOBALS-IRISNATIVEAPI-JAVA

CRUD operation & Search on globals using IRIS Native API for Java.

M
Muni Ganesh
Docker
4.0 (1)07 Jun, 2020 286

iris-analytics-template

Basic template for IRIS Analytics solutions

Evgeny Shvarov
Docker
IPM
5.0 (2)13 Aug, 2024 1.2k 90

iris-ml-suite

A suite to use IRIS as Machine Learning Environment. Helping the development community to classify the posts with tags.

R
Renato Banzai
Docker
Python
ML
ML
4.5 (1)18 Jul, 2020 458

WebSocketIRIS.js

using IRIS Native API for Node.js

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

SUDOKU-en

A demo in traditional style

Robert Cemper
Docker
4.0 (2)25 Jan, 2026 266 34

CPIPE

Example of using CPIPE programmatically

Robert Cemper
Docker
5.0 (2)25 Jan, 2026 521 271

Docker-micro-Durability

limited durability for demo and development

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

Sync-Data-with-DSTIME

Synchronizing your data to some external DB

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

Organize-ZLANG

Clean-up your %ZLANG****

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

SPOOL-mapping

SPOOL as SQL tabel

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

Simple-remote-server-control

Simple Server Communication over TCP/IP

Robert Cemper
Docker
3.0 (1)25 Jan, 2026 427 22

Global-dump-to-SQL

Show Global by SQL SELECT

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

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 1.0k

Global-Scan-to-SQL

Analyze Globals by Subscript-Level

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

objectscriptQuality

Analyze your ObjecScript source code to find bugs and vulnerabilities, obtain detailed Unit Test Coverage, and improves your software process management using your own KPIs, always focused on code quality

D
Daniel Tamajon
3.0 (1)27 Aug, 2020 706

objectscriptQuality for VSCode

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (ObjectScript and JavaScript)

D
Daniel Tamajon
Docker
Python
4.5 (1)14 Sep, 2020 578

Collection-Indexing-and-Query

How to get correct index for SQL query generator

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

iris-fullstack-template

This template shows you how to build, test and deploy a simple full-stack application using InterSystems IRIS REST API

Evgeny Shvarov
Docker
IPM
5.0 (1)25 Mar, 2024 1.2k 55

ALPHA LOGISTICS

Alpha SW is an integrated management solution for SUPPLY CHAIN which embrace industries as Health Care,Oil and Gas and Retail, among others.

J
Jamil de Mattar
0.0 (0)23 Sep, 2020 670

restoreUI

UI for restoring databases from online backup

V
Vasiliy Bondar
Docker
IPM
5.0 (1)16 Oct, 2020 288 26

mg_php

A PHP Extension for InterSystems Caché/IRIS.

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

ObjectScript-Over-ODBC

Allow running ObjectScript and especially Global copy over ODBC

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

dataking-server

A simple and fast way to send data from your application to the IRIS database for further processing and search for insights.

Alexey Nechaev
2.0 (1)20 Dec, 2020 194

iris-analytics-notebook

A notebook approach to use IRIS analytics capabilities.

José Pereira
Docker
IPM
4.0 (1)25 Mar, 2024 497 26

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 291