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

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

iris-python-interoperability-template

A template to build interoperability component in pure python

G
Guillaume Rongier
Docker
Python
5.0 (1)27 Sep, 2022 360

iris-ftp-sample

Sample showing how to use InterSystems IRIS FTP Adapter

Yuri Marx
Docker
IPM
5.0 (1)26 Sep, 2022 211 8

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-flow

IRIS Flow is a tool which lets you create IRIS Interoperability productions just by connecting building blocks

José Pereira
Docker
IPM
4.0 (1)23 Sep, 2022 201 7

ObjectScript Extension Pack for VS Code

A Visual Studio Code extension pack for ObjectScript development.

John Murray
5.0 (1)23 Sep, 2022 441

Docker InterSystems Extension

Docker Extension for InterSystems

Dmitry Maslennikov
Docker
5.0 (5)16 Sep, 2022 946

n8n-nodes-iris

Support for InterSystems IRIS in an automation platform n8n

Dmitry Maslennikov
Docker
IPM
5.0 (1)15 Sep, 2022 358

iris-megazord

A lot of ideas together. Different projects, one goal.

José Pereira
Docker
IPM
4.0 (1)15 Sep, 2022 601 19

interoperability-soap

Tool to help troubleshoot Generic SOAP Service interface

O
Oliver Wilms
Docker
IPM
5.0 (1)15 Sep, 2022 169 2

interoperability-test

Unit Test Interoperability production interface

O
Oliver Wilms
Docker
IPM
5.0 (1)14 Sep, 2022 284 10

demo-deployment

Deploy Demo of your InterSystems IRIS application

Dmitry Maslennikov
5.0 (1)14 Sep, 2022 183

samba-iris-adapter

InterSystems IRIS Support to Samba protocol (smb v2/v3)

Yuri Marx
Docker
IPM
5.0 (1)14 Sep, 2022 344 10

Sustainable Machine Learning

Sustainable Machine Learning for the InterSystems contest

L
Lucas Enard
Docker
Python
IPM
4.5 (1)11 Sep, 2022 342 10

production-monitor

Custom Production Monitor

O
Oliver Wilms
Docker
IPM
5.0 (1)11 Sep, 2022 351 17

appmsw-banks-ru

An example of working with the service for updating the list of Russian banks

Sergey Mikhailenko
Docker
IPM
5.0 (1)11 Sep, 2022 143 5

Community objectscriptQuality

ObjectScript code analysis for community projects

D
Daniel
IPM
4.0 (1)08 Sep, 2022 354

DC Analytics

InterSystems Developer Community analytics.

E
Evgeniy Potapov
Docker
IPM
4.5 (2)06 Sep, 2022 607

PMML Business Operation

With this simple Business Operation, you can easily leverage your predictive models (saved as PMML) in a Production. There's both a generic BO and a utility method that allows you to generate dedicated operation / request / response classes.

B
Benjamin De Boe
ML
ML
0.0 (0)31 Aug, 2022 281

iris-readonly-interop

Read Only Role for Interoperability

G
Guillaume Rongier
Docker
IPM
5.0 (2)30 Aug, 2022 385 55

iris-web-scraping

Simple web scraping using full Python in IRIS

L
Lucas Enard
Docker
Python
4.5 (1)24 Aug, 2022 222

Data Catalog

A single solution to easily discover and access reliable data

P
Paulo Taylor
0.0 (0)24 Aug, 2022 252

iris-python-flask-api-template

The simplest template with REST CRUD for InterSystems IRIS

L
Lucas Enard
Docker
Python
4.5 (1)17 Aug, 2022 290

fhir-orga-dt

This is a simple full python IRIS production that gather information from a csv, use a DataTransformation to make it into a FHIR object and then, save that information to a FHIR server.

L
Lucas Enard
Docker
Python
4.5 (1)17 Aug, 2022 224

iris-fine-tuned-ml

Train and tune a machine learning model using IRIS and Python

L
Lucas Enard
Docker
Python
ML
ML
4.0 (1)17 Aug, 2022 209

formation-template-python

Formation to learn InterSystems' interoperability framework using python

L
Lucas Enard
Docker
Python
5.0 (1)17 Aug, 2022 315

CoffeeCo Full Stack Tutorial

IRIS Coffee Company tutorial

R
Raj Singh
Python
3.0 (1)12 Aug, 2022 258

iris-local-ml

How to use Python and IRIS to run Machine learnings algorithms

L
Lucas Enard
Docker
Python
AI
ML
ML
4.0 (1)02 Aug, 2022 301

iris-fix-protocol

Integration of the FIX protocol inside IRIS using Python

L
Lucas Enard
Docker
Python
0.0 (0)28 Jul, 2022 238

django-iris-template

Template to build Django application with an IRIS database

G
Guillaume Rongier
Docker
Python
4.5 (2)27 Jul, 2022 191

Python IRIS SQL Procedures Sample

Samples of python running inside SQL InterSystems IRIS Database

Yuri Marx
Docker
IPM
5.0 (1)20 Jul, 2022 247 7

ObjectScript Kernel

Execute ObjectScript in Jupyter Notebook

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