76 Application(s) results for #embedded python
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Status
Application NameDeveloperMade withRatingLast updatedViewsInstalls

iris-DataViz

Exploratory Data Analysis with Visualization Application

Muhammad Waseem
Docker
Python
IPM
5.0 (1)03 Aug, 2026 360 4

iris-energy-isodata

Access energy data of Major ISOs in the United States

Muhammad Waseem
Docker
Python
5.0 (1)02 Aug, 2026 539 21

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

lumeon-submission

Gaia variability in IRIS embedded Python, mapped as a sky

Z
Zelong Wang
Docker
Python
AI
5.0 (1)25 Jul, 2026 52

🐍 Gaia DR3 Flux Analyzer — Embedded Python Edition

Gaia DR3 epoch photometry flux variation analyzer implemented with InterSystems IRIS Embedded Python.

B
Brad Nissenbaum
Docker
Python
5.0 (1)24 Jul, 2026 28

gaia-planetarium

A Planetarium Web app built on InterSystems IRIS using Flask, Pyprod and Embedded Python, and data from the Gaia and Hipparcos datasets

G
Gabriel Ing
Docker
Python
5.0 (1)24 Jul, 2026 61

Gaia Flux Variability

InterSystems Employee Programming Challenge #1 — Gaia DR3 photometric variability analysis.

M
Munraj Bal
Docker
Python
4.5 (1)22 Jul, 2026 54

Gaia FluxStream

A parallel Gaia engine for InterSystems Employee Contest #1

V
Vishal Kumar Pallerla
Docker
Python
5.0 (1)20 Jul, 2026 42

isc-challenge-july-2026-jumillet-golf

My code golf solution to the ISC Employee Programming Challenge for July 2026.

J
Justin Millette
Docker
Python
5.0 (1)20 Jul, 2026 66

isc-coding-challenge-golf

A code-golf submission for the ISC Programming Challenge

R
Reet Kothari
Docker
5.0 (1)15 Jul, 2026 69

GlobalToJSON-ePython-pure

JSON Object from Global using embedded Python only

Robert Cemper
Docker
Python
4.5 (1)13 Jul, 2026 392 13

GlobalToJSON-embeddedPython

Export a Global into a JSON file and re-create using embedded Py

Robert Cemper
Docker
IPM
5.0 (1)13 Jul, 2026 501 9

Globals-ePy-vs-ISOS

Compare writing Globals in ePy vs. ISOS/COS

Robert Cemper
Docker
5.0 (1)13 Jul, 2026 478 6

Wsock-EmbeddedPy

Simple WebSocket Client with Embedded Python in IRIS

Robert Cemper
Docker
Python
4.5 (1)13 Jul, 2026 593 19

native-api-command-line-py-client

Python Client for NativeAPI CommandLine Extension

Robert Cemper
Docker
Python
4.8 (2)13 Jul, 2026 426 4

AoC2021-rcc

An Embedded Python based view of Advent of Code

Robert Cemper
Docker
IPM
5.0 (1)12 Jul, 2026 233 9

Gaia_Challenge_Benchmark

Contest-Gaia DR3 Epoch Photometry Variability Analysis

Xiaoyun Wu
Docker
Python
0.0 (0)09 Jul, 2026 43

gaia-golf

Code-golf submission for the ISC Employee Programming contest

G
Gabriel Ing
Docker
5.0 (1)08 Jul, 2026 38

iris-vectorsearch-fordummies

Demo of how to use vector search using Intersystems IRIS

Kurro Lopez
Docker
Python
5.0 (1)05 Jul, 2026 50

iris-gaia-dr3

IoP application for the Gaia DR3 epoch photometry benchmark

G
Guillaume Rongier
Docker
Python
5.0 (1)03 Jul, 2026 94

csvgen-pyprod

CSV to Table interoperability production with InterSystems IRIS

G
Gabriel Ing
Docker
Python
IPM
4.5 (1)22 Jun, 2026 91

EpInsights

Conversational epidemiological intelligence platform with AI

Docker
Python
AI
0.0 (0)07 Jun, 2026 135

iris-persistence

Iris persistence model for python

G
Guillaume Rongier
Docker
Python
5.0 (2)13 May, 2026 54

iris-embedded-python-wrapper

Embedded Python Wrapper for venv

G
Guillaume Rongier
Python
0.0 (0)11 May, 2026 59

iris-azure-servicebus-interop

InterSystems IRIS interoperability demo showing how to send to and receive from Azure Service Bus queues using embedded Python, custom inbound adapters, business services, and business operations.

A
Alberto Fuentes
Docker
0.0 (0)07 May, 2026 28

iris-global-reference

Pythonic global access

G
Guillaume Rongier
Python
5.0 (1)05 May, 2026 107

iris-synthetic-data-gen

Project for creating configurable synthetic datasets with InterSystems IRIS

G
Gabriel Ing
Docker
Python
IPM
4.0 (1)23 Apr, 2026 82 8

LLM Template

Example codebase to match Dev Community Article

C
Chris Stewart
Docker
Python
IPM
AI
0.0 (0)09 Apr, 2026 265

iris-medmatch

An AI-powered patient matching engine built on InterSystems IRIS, utilizing Vector Search and Natural Language Processing (NLP) to find clinically similar patients across FHIR repositories

Ashok Kumar Thangavel
Docker
Python
5.0 (1)24 Feb, 2026 148

Iris Global Guard AI

AI powered analysis tool for Global storage risk management

Docker
IPM
AI
0.0 (0)23 Feb, 2026 332

Vector-inside-IRIS

run vector search inside IRIS

Robert Cemper
Docker
5.0 (1)25 Jan, 2026 363 1