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

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

vscode-multi-connection

Example project, how to configure and use multiple connections in one namespace with VSCode-ObjectScript

Dmitry Maslennikov
Docker
5.0 (1)03 Oct, 2019 1.0k

Samples-Aviation

Provides sample data for use in exploring InterSystems IRIS Text Analytics capabilities. Also includes sample analytics model elements.

Evgeny Shvarov
Docker
IPM
4.5 (2)03 Jan, 2025 538 136

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

IRIS Interoperability Message Viewer

A new approach for the Interoperability Message Viewer

Henrique Dias
Docker
IPM
4.6 (4)20 Nov, 2021 1.4k 651

Game Of Throne Analytics

Game of Throne deaths analytics

Evgeny Shvarov
Docker
IPM
4.3 (2)19 Jul, 2024 577 7

Carbon Footprint Counter

Calculate carbon footprint into enterprises

Yuri Marx
Docker
IPM
5.0 (2)14 Jul, 2022 507 19

objectscript-contest-template

The template repository for InterSystems IRIS, Docker and ObjectScript Online Programming Contest - https://community.intersystems.com/post/join-online-programming-contest-intersystems-iris-docker-and-objectscript

Evgeny Shvarov
Docker
5.0 (1)11 Mar, 2020 255

rest-api-contest-template

Template repository for InterSystems IIRS REST API Programming Contest

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

iris-python-suite

A suite of tools and examples to show how powerful InterSystems IRIS can be when combined with Python by the API Python Native API. Including: - A machine learning chatbot - A chart to show any global as a graph - A COVID-19 analysis

R
Renato Banzai
Docker
Python
0.5 (1)06 Jun, 2020 577

native-api-contest-template

Template to get participants in the InterSystems Native API programming contest started

R
Robert Kuszewski
Docker
Python
5.0 (1)07 May, 2020 518

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 260

iris-integratedml-monitor-example

Example on extending %Monitor.Adaptor to monitor IRIS IntegrateML models performance metrics.

José Pereira
Docker
ML
ML
0.0 (0)12 Jul, 2020 540

pex-demo

Demo showcasing InterSystems IRIS integration with Kafka via PEX (java, .net)

E
Eduard Lebedyuk
Docker
Python
5.0 (2)16 Jul, 2020 961

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

fhir-chatbot

A chatbot to query patient information using FHIR.

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

zpm-dockerhub

repository for baking zpm enabled images for InterSystems IRIS

Evgeny Shvarov
Docker
Python
5.0 (1)07 Aug, 2023 310

iris-sample-rest-angular

Sample Angular app using InterSytems IRIS as backend.

A
Alberto Fuentes
Docker
0.0 (0)02 Mar, 2020 454

FirstLook-Globals

Firstlook example of InterSystems Globals

Evgeny Shvarov
Docker
5.0 (1)15 Jan, 2021 162

REST for Tasks on my Status Report

Iris Rest App for Tasks for Status Report

O
Oliver Wilms
Docker
IPM
4.5 (1)30 Apr, 2020 279 24

PythonGateway-Template

PythonGateway Template repository

E
Eduard Lebedyuk
Docker
AI
ML
ML
0.5 (1)29 May, 2020 515

isc-webgateway-letsencrypt

Https example for webgateaway using letsencrypt

Lorenzo Scalese
Docker
0.0 (0)10 Jun, 2020 392

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

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

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

iris-fhir-portal

Patient Chart using FHIR Resources

Henrique Dias
Docker
IPM
5.0 (1)25 Mar, 2024 1.3k 826

csvgen

module to generate and import csv data using InterSystems ObjectScript

Evgeny Shvarov
Docker
IPM
4.9 (5)02 Sep, 2025 2.2k 4.6k

Perfomance comparison of IRIS Native API and EAV-approach

Browser view and cli script available.

S
Sergey Kamenev
Docker
Python
5.0 (1)03 Jun, 2020 356

restforms2-angularui-demo

An example of REST API and Angular UI generator for InterSystems IRIS persistent class

Evgeny Shvarov
Docker
4.5 (1)24 Jun, 2020 454

posts-and-tags-dataset

Repository with Post data from community.intersystems.com data to solve posts and tags issue in InterSystems AI programming Contest

S
Semion Makarov
Docker
IPM
ML
ML
5.0 (1)25 Mar, 2024 345 29

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 970

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 429