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

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

AoC2021-rcc

An Embedded Python based view of Advent of Code

Robert Cemper
Docker
IPM
5.0 (1)05 Nov, 2023 195 9

Docker-micro-Durability

limited durability for demo and development

Robert Cemper
Docker
5.0 (1)05 Nov, 2023 254

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

Restart-httpd-SMP

Restart httpd server for SMP

Robert Cemper
Docker
4.0 (1)05 Nov, 2023 238 13

zpmshw

Helper to Search, Install, Uninstall ZPM packages

Robert Cemper
Docker
3.5 (2)05 Nov, 2023 215 95

WsockClient.nodejs

use webSocket client in node.js

Robert Cemper
Docker
5.0 (1)05 Nov, 2023 197

db-migration-using-SQLgateway

from PostgreSQL to InterSystems IRIS using SQLGateway

Robert Cemper
Docker
5.0 (1)05 Nov, 2023 608

CrossECP-IRIS

IRIS ECP Client in Docker to use Caché ECP Server

Robert Cemper
Docker
IPM
5.0 (1)05 Nov, 2023 252 15

SSH-for-IRIS-container

Example how you can add SSH server to a standard IRIS docker image

Robert Cemper
Docker
IPM
4.0 (1)05 Nov, 2023 279 14

CrossECP-Cache

Caché ECP Server in Docker

Robert Cemper
Docker
5.0 (1)05 Nov, 2023 290

GlobalToJSON-XLA

export an XLarge Global into a JSON object file

Robert Cemper
Docker
IPM
5.0 (1)02 Nov, 2023 285 4

zapm

And now ZAPM has survived to the first version and can add any command that I need and remember it so that I can re-execute it.

Sergey Mikhailenko
Docker
IPM
4.5 (1)01 Nov, 2023 834 254

journal-file-indexer

IRIS Journal file indexer

Lorenzo Scalese
Docker
IPM
5.0 (1)27 Oct, 2023 1.2k 13

custom2hl7

Transform custom patient data format to the HL7v2 format

Yuri Marx
Docker
4.3 (3)26 Oct, 2023 235

passwordless

Passwordless mode for Dev Mode IRIS

Sergey Mikhailenko
Docker
IPM
5.0 (3)20 Oct, 2023 425 3.3k

isc-one-liners

useful one line commands for objectscript

Evgeny Shvarov
Docker
IPM
5.0 (2)18 Oct, 2023 748 25

iris-table-audit

Enabling a full record audit trail

S
Stefan Cronje
Docker
5.0 (1)16 Oct, 2023 337

vscode-per-namespace-settings

IPM package to create the /_vscode webapp that server-side mode of the vscode-objectscript extension can leverage.

John Murray
Docker
IPM
5.0 (1)13 Oct, 2023 384 3.0k

workshop-fhir-adapter

Workshop with example of FHIR Adapter

Luis Angel Pérez Ramos
Docker
5.0 (2)12 Oct, 2023 313

iris-size-django

A portal for visualizing and keeping track of memory usage of an

H
Heloisa Paiva
Docker
Python
4.8 (2)06 Oct, 2023 429

Tracking-Patient-Care-Using-FHIR

Example for related exercise on the InterSystems Learning site.

Robert Cemper
Docker
IPM
5.0 (1)04 Oct, 2023 210

Object-based-M-N-to-JSON

Sample for object method %JSON.Export for M:N Relationship

Robert Cemper
Docker
IPM
5.0 (1)04 Oct, 2023 169 1

Open API Client Gen

IRIS Interoperability Production generator from Swagger 2.0 specification.

Lorenzo Scalese
Docker
IPM
5.0 (2)28 Sep, 2023 1.4k 352

openapi-common-lib

This library contains common code for openapi-client-gen and openapi-server-gen.

Lorenzo Scalese
Docker
IPM
5.0 (1)28 Sep, 2023 204 175

objectscript-openapi-definition

The objectif of this library is to generate the ObjectScript Class from an OpenApi defintion.

G
Guillaume Rongier
Docker
IPM
4.5 (1)28 Sep, 2023 824 815

apptools-django

IRIS management portal using the Django framework

Sergey Mikhailenko
Docker
Python
IPM
4.0 (1)28 Sep, 2023 359 10

openapi-server-gen

IRIS server-side REST class generator from OpenAPI specification

Lorenzo Scalese
Docker
IPM
5.0 (1)27 Sep, 2023 303 59

workshop-timeseries-csv

Example of IntegratedML Time Series predictions.

Luis Angel Pérez Ramos
Docker
ML
ML
5.0 (1)27 Sep, 2023 153

dbt-iris

dbt is the T in ELT, now with IRIS support

Dmitry Maslennikov
Docker
Python
3.5 (1)26 Sep, 2023 388

M-N-external-JSON

Export M:N Relationship with JSON using SQL

Robert Cemper
Docker
IPM
5.0 (1)26 Sep, 2023 226 1

IntegrityLog-Web

Integrity Log show via Web

Ashok Kumar T
Docker
IPM
5.0 (1)26 Sep, 2023 183 12