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

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

Stream-Sample-for-Beginners

Intro for first-time users of Streams in IRIS

Robert Cemper
IPM
0.0 (0)14 Oct, 2025 7

yaml-adaptor

Adaptor to convert and process YAML <-> JSON/Dynamic Object, XML

Yuri Marx
Docker
IPM
5.0 (1)11 Oct, 2025 100

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

SQL-for-ERRORS-Global

Map ^ERRORS Global and have a custom query for full content

Robert Cemper
Docker
IPM
5.0 (1)10 Oct, 2025 443 69

ObjectScript-Native-API-demo

Use IRIS Native API Interface also from ObjectScript

Robert Cemper
IPM
5.0 (1)07 Oct, 2025 27 1

sanitary-surveillance

Project Description This project collects product recall and saf

V
Vinícius Sena
Docker
Python
ML
ML
0.0 (0)06 Oct, 2025 59

golang-fiber-iris-realworld-example-app

Example real world backend API built with Golang + Fiber + Gorm + Swagger + InterSystems IRIS

Dmitry Maslennikov
Docker
4.5 (1)05 Oct, 2025 116

Iris-nator

IRISNator is a game that tries to guess a character you've thought of.

Kurro Lopez
Docker
5.0 (1)30 Sep, 2025 125

iris-recordmap-fordummies

Samples how to use Record map in Intersystems IRIS - for dummies

Kurro Lopez
Docker
5.0 (1)30 Sep, 2025 46

Dashboard of database space

Show free DB space as a DeepSee dashboard

Robert Cemper
Docker
IPM
5.0 (1)25 Sep, 2025 81

Snapshot of free disk space

take a snapshot of actual free disk space

Robert Cemper
Docker
Python
IPM
5.0 (1)21 Sep, 2025 141

RAGBookRecommender

A basic implementation of an AI book recommender using IRIS Vector search

G
Gabriel Ing
Python
AI
0.0 (0)20 Sep, 2025 29

IAM HA Deployments

Explain how to deploy IAM (Kong EE) in HA modes using different deployment topologies

A
Ariel Glikman
0.0 (0)16 Sep, 2025 66

iris-dataset-countries

InterSystems IRIS image and ZPM module with dataset on countries and its population

Evgeny Shvarov
Docker
IPM
4.2 (3)06 Sep, 2025 646 1.2k

snapshot-to-JSON

Use %JSON.Adaptor for object snapshot

Robert Cemper
Docker
IPM
4.0 (1)03 Sep, 2025 391 24

csvgen

module to generate and import csv data using InterSystems ObjectScript

Evgeny Shvarov
Docker
IPM
4.9 (5)02 Sep, 2025 2.1k 4.3k

iris-globals-contest

app to use globals to count financial transactions

O
Oliver Wilms
Docker
Python
IPM
5.0 (1)30 Aug, 2025 444 51

customer-support-agent-demo

AI-powered customer support agent built with Python smolagents and InterSystems IRIS — SQL, RAG, and live interoperability

A
Alberto Fuentes
Docker
Python
AI
4.5 (1)29 Aug, 2025 95

potato-analytics

Example of CSV import with primary key preserved

Evgeny Shvarov
Docker
Python
IPM
5.0 (1)27 Aug, 2025 55

SPOOL-mapping

SPOOL as SQL tabel

Robert Cemper
Docker
IPM
4.5 (1)03 Aug, 2025 336 22

Sync-Data-with-DSTIME

Synchronizing your data to some external DB

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 376 22

try_embedded_python

An early attempt to use embedded Python in IRIS 2020.3

Robert Cemper
Docker
Python
IPM
4.8 (2)03 Aug, 2025 553 30

cpipe-for-AoC2020

A practical example to consume external modules as solutions using cpipe

Robert Cemper
Docker
Python
IPM
5.0 (1)03 Aug, 2025 300 26

ObjectScript-Over-ODBC

Allow running ObjectScript and especially Global copy over ODBC

Robert Cemper
Docker
IPM
4.5 (1)03 Aug, 2025 462 19

fast-JSON-formatting-Cache

fast JSON formating for Caché / Ensemble

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 392 40

The adopted Bitmap

How to enable Bitmaps for nonstandard IDs

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 258 33

Simple-remote-server-control

Simple Server Communication over TCP/IP

Robert Cemper
Docker
IPM
3.0 (1)03 Aug, 2025 395 22

IRIS EchoServer for WebSockets

WebSocket Echo Server for IRIS as known from Caché / Ensemble

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 307 25

Global-Scan-to-SQL

Analyze Globals by Subscript-Level

Robert Cemper
Docker
IPM
4.5 (1)03 Aug, 2025 421 25

Multi-Line-Command-Editor

Terminal Multi-Line Input + Editor

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 486 33

java-global-editor

CRUD++ for globals from Java

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 301 1