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

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

intersystems-challenge1-docker-template

Template project for the InterSystems Employee Programming Challenge #1 with InterSystems IRIS community Edition docker container: https://openexchange.intersystems.com/contest/47

I
Irene Mykhailova
Docker
4.5 (1)01 Jul, 2026 43

ai-hub-dev-template

Developer template to get started using AI Hub

G
Gabriel Ing
Docker
Python
AI
5.0 (1)07 May, 2026 180

InterSystems Ideas Waiting to be Implemented

AI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.

To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners. To add Training metadata to Refine a Large Language Model for code, a "Prompt Input" is associated with an expected "Code Output", as part of a class definition. This provide structured keywords to describe: * The expected output * And / Or Chain-of-thought to generate the correct output | /// The following Prompt describes the full implementation of the class Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ] { /// The following Prompt describes the full implementation of the method ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ] { return arg1 + arg2 } ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { &Prompt("Subtract numeric arguments and return result") ) } | The Prompt macro generates code based on the context of the method it is within. Once resolved, it automatically comments out the processed macro. | ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { //&Prompt("Subtract arguments and return the result") return arg1 - arg2 //&Prompt("Model alwogen-objectscript-7.1.3") ) | The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace. Configuration could lock / exclude packages from being processed in this way. A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied. Different models or third-party services could be applied depending the language of the given method. When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code.

A
by Alex Woodhead

3

Votes

1

Comments
Vote

LLM Template

Example codebase to match Dev Community Article

C
Chris Stewart
Docker
Python
IPM
AI
0.0 (0)09 Apr, 2026 256

iris-fhir-template

FHIR Server template for InterSystems IRIS for Health

Evgeny Shvarov
Docker
IPM
5.0 (3)28 Dec, 2025 2.4k 465

integratedml-demo-template

IntegratedML samples to be used as a template

Thomas Dyar
Docker
Python
ML
ML
4.3 (2)27 Dec, 2025 1.3k

iris-embedded-python-template

The simplest template to run embedded python

Evgeny Shvarov
Docker
Python
IPM
5.0 (2)27 Dec, 2025 1.6k 82

iris4word

Developer tool to easily create Word documents in InterSystems IRIS

Yuri Marx
Docker
IPM
5.0 (1)30 Jul, 2025 229 2

templated_email

InterSystems IRIS module for sending Jinja2-based emails

Docker
IPM
5.0 (1)29 Jul, 2025 150 1

iris-python-article

This is a template to follow the article that introduce Python in an IRIS context

G
Guillaume Rongier
Docker
Python
5.0 (1)16 Jul, 2025 197

Interoperability REST API Template

Yet another API template for the InterSystems IRIS Data platform

Andrew Sklyarov
5.0 (1)06 Jul, 2025 344

objectscript-docker-template

Template project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container

Evgeny Shvarov
Docker
5.0 (1)03 Jul, 2025 1.6k

intersystems-iris-dev-template

A basic template to develop with InterSystems IRIS

Evgeny Shvarov
Docker
Python
5.0 (3)03 Jul, 2025 2.0k

SharePoint Online SPO REST API

Sharepoint API template

M
Mark OReilly
0.0 (0)13 Dec, 2024 330

rest-api-contest-template

Template repository for InterSystems IIRS REST API Programming Contest

Evgeny Shvarov
Docker
IPM
5.0 (1)13 Dec, 2024 665 31

IRIS-API-Template

This is a REST template that can send REST messages to productio

S
Samuel Thomas
Docker
IPM
2.5 (1)24 Sep, 2024 264 1

iris-analytics-template

Basic template for IRIS Analytics solutions

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

IRIS RAG App

Iris python first experience django template

A
Alex Alcivar
Docker
Python
AI
ML
ML
4.5 (1)06 Aug, 2024 1.6k

iris-fastapi-template

Iris python first experience with fastapi

G
Guillaume Rongier
Docker
Python
3.5 (1)25 Jun, 2024 431

iris-flask-template

Iris python first experience flask template

G
Guillaume Rongier
Docker
Python
3.5 (1)25 Jun, 2024 570

iris-django-template

Iris python first experience django template

G
Guillaume Rongier
Docker
Python
3.5 (1)25 Jun, 2024 344

iris-angular-template

A template for RESTful IRIS applications using Angular

E
Elijah Tamarchenko
Docker
IPM
4.0 (1)07 Jun, 2024 385 3

deployed-code-template

An example of how to deploy ObjectScript without source via IPM

Evgeny Shvarov
Docker
IPM
5.0 (2)22 Apr, 2024 302 9

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.3k 59

iris-interoperability-template

InterSystems IRIS interoperability template: a simple interoperability application which reads data from Reddit and filters it.

Evgeny Shvarov
Docker
IPM
4.5 (2)25 Mar, 2024 1.7k 83

iris-rest-api-template

The simplest template with REST CRUD for InterSystems IRIS

Evgeny Shvarov
Docker
IPM
5.0 (2)25 Mar, 2024 1.6k 70

objectscript-package-template

Template for InterSystems ObjectScript classes published to Package Manager ZPM

Evgeny Shvarov
Docker
IPM
5.0 (1)25 Mar, 2024 695 54

objectscript-starter-pack-example

ObjectScript starter pack

M
Maks Atygaev
Docker
IPM
3.0 (1)25 Mar, 2024 221 23

flask-iris

A quick guide / template to use Flask and IRIS side by side.

H
Heloisa Paiva
Python
0.0 (0)06 Oct, 2023 439

oex-vscode-snippets-template

GitHub template for publishing VS Code snippets with IPM / ZPM

John Murray
Docker
0.0 (0)29 Jun, 2023 335

oex-vscode-snippets-example

An example of VS Code snippets publication through InterSystems Open Exchange and Package Manager using the oex-vscode-snippets-template framework

John Murray
Docker
IPM
0.0 (0)29 Jun, 2023 165 7