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

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

lovable-backend

Minimalistic spec first API as a backend for Lovable AI UI

Evgeny Shvarov
Docker
IPM
5.0 (1)18 May, 2025 70

pxw-debug

Log debug output

P
Paul Waterman
Docker
IPM
5.0 (1)17 May, 2025 86 6

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

Smart Clinical Copilot - Configuration Management System

AI-powered Clinical Decision Support System (CDSS)

K
Kunal Pandey
Docker
Python
AI
ML
ML
5.0 (1)17 May, 2025 3.8k

PivotToJupyter

View extracted data from IRIS BI cubes in Jupyter Notebook

P
Peter Steiwer
Docker
Python
IPM
0.0 (0)14 May, 2025 8

PivotSubscriptions

Subscribe to Pivot Tables in InterSystems IRIS Business Intelligence to receive scheduled emails

P
Peter Steiwer
Docker
IPM
0.0 (0)14 May, 2025 535 18

hc-export-editor

An InterSystems IRIS/Health Connect Production Export Editor

E
Eric Fortenberry
Docker
Python
IPM
0.0 (0)13 May, 2025 26

ThirdPartyChartPortlets

Use third-party charting libraries inside of Dashboards

P
Peter Steiwer
Docker
IPM
4.5 (1)13 May, 2025 593 2

iris-web-swagger-ui

Interactive Swagger docs for your REST API

S
Semion Makarov
Docker
IPM
4.7 (3)11 May, 2025 1.7k 4.0k

AnalyzeThis

Easily transform a CSV file/Table/SQL query into a personalized preview of InterSystems IRIS BI

P
Peter Steiwer
Docker
IPM
5.0 (3)09 May, 2025 1.2k 774

SQL DATA LENS

Fast database sql tool with special features for IRIS & Caché

A
Andreas Schneider
5.0 (1)05 May, 2025 1.1k

jupyter-for-money

My first Jupyter notebook

O
Oliver Wilms
Docker
Python
5.0 (1)04 May, 2025 51

excel-java-iris

Java code to read Excel

O
Oliver Wilms
Docker
Python
IPM
5.0 (2)04 May, 2025 267 15

wp-iris-project

Build scalable WordPress integrations with InterSystems IRIS. Includes a REST framework, code generator, and demo plugins.

Shawntelle Madison-Coker
Docker
5.0 (1)02 May, 2025 59

Iris-nator

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

Kurro Lopez
Docker
5.0 (1)01 May, 2025 62

High-Performance Prefix Lookup Extension for InterSystems IRIS

High-Performance Prefix Lookup Extension for InterSystems IRIS

K
Kunal Pandey
Docker
0.0 (0)30 Apr, 2025 54

iris-globals-contest

app to use globals to count financial transactions

O
Oliver Wilms
Docker
Python
IPM
5.0 (1)26 Apr, 2025 367 42

Github Action IRIS Deployer

Example of Python Github Action to automate deploy code in IRIS

Cristiano Silva
Docker
Python
0.0 (0)25 Apr, 2025 63

Embedded Git

Embedded Git support for InterSystems platforms

Timothy Leavitt
IPM
5.0 (2)23 Apr, 2025 3.6k 6.4k

openflights_dataset

Openflights demo dataset, datamodel for InterSystems IRIS

A
Andreas Schneider
3.0 (1)22 Apr, 2025 687

iris-vector-search

Quick and easy ways to use iris vector search with Python.

F
Fan Ji
Docker
AI
ML
ML
4.0 (2)21 Apr, 2025 1.4k

demo-dbs-iris

This project provides a Docker container running an InterSystems IRIS database. The database includes multiple namespaces, each featuring demo datasets designed for exploring various scenarios, including data analysis, application prototyping, and testing.

A
Andreas Schneider
5.0 (1)21 Apr, 2025 127

iris-mll-fordummies

Samples how to use MLL in Intersystems IRIS - for dummies

Kurro Lopez
Docker
ML
ML
5.0 (1)21 Apr, 2025 54

Facilis

[ˈfäkɪlʲɪs̠] Facilis – Effortless API Interoperability with AI

Henrique Dias
Docker
Python
AI
5.0 (1)21 Apr, 2025 126

workshop-iris-dicom-interop

🧪 Hands-on DICOM integration examples using InterSystems IRIS for Health and dcm4che simulator. Store, query, retrieve, and manage WorkLists with Docker.

A
Alberto Fuentes
Docker
5.0 (1)21 Apr, 2025 433

Kano MDM

Kano MDM - is an efficient Master Data Management software product with a complete set of features for successful implementation of complex MDM projects.

Ludmila Valerko
0.0 (0)14 Apr, 2025 1.1k

OpenAPI-Suite

Set of tools for ObjectScript code generation from Swagger 3.0

Lorenzo Scalese
Docker
IPM
5.0 (4)09 Apr, 2025 1.5k 301

swagger-validator-cli

Client ObjectScript for swagger validator services

Lorenzo Scalese
Docker
IPM
0.0 (0)09 Apr, 2025 325 360

intersystems-objectscript-class-diagram-view

Powerful class diagram view for objectscript

sdfsdf sadfsdaf
0.0 (0)08 Apr, 2025 164

iris-AgenticAI

Next generation of autonomous AI Agentic Application

Muhammad Waseem
Docker
Python
AI
5.0 (1)06 Apr, 2025 151

langchain-iris-tool

InterSystems IRIS LangChain Tool and AI Agent to ask IRIS

Yuri Marx Pereira Gomes
Docker
Python
IPM
AI
5.0 (1)05 Apr, 2025 202