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

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

django-iris

InterSystems IRIS backend for Django

Dmitry Maslennikov
Python
0.0 (0)20 Feb, 2022 615

appmsw-sql2xlsx

Module for exporting IRIS queries to an excel file using the python openxl library.

Sergey Mikhailenko
Docker
IPM
5.0 (1)08 Feb, 2022 352 34

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

AI Image Object Detector

Python Embedded IRIS Application to Analyze images and videos using Machine Learning and ImageAI

Yuri Marx
Docker
Python
5.0 (1)31 Jan, 2022 587

iris-python-faker

Python Faker from InterSystems IRIS

Dmitry Maslennikov
Docker
Python
IPM
5.0 (1)10 Jan, 2022 714 71

iris-python-examples

Embedded Python examples with notebook support.

G
Guillaume Rongier
Docker
Python
5.0 (2)13 Dec, 2021 8.7k

Logi Composer

Customizable low-code dashboards and data visualizations.

N
Nica Danganan
0.0 (0)01 Nov, 2021 368

ESKLP

Application demonstrates using Python and InterSystems IRIS to resolve linear regression in task of checking similarity of two text strings

Aleksandr Kalinin
Docker
4.5 (1)23 Oct, 2021 680

fhir-scraper

A simple python script to copy/scrap/crawl a FHIR repository.

G
Guillaume Rongier
Python
4.0 (1)08 Oct, 2021 160

iris-analytics-datastudio

Google DataStudio connector to InterSystems IRIS Analytics (DeepSee)

Dmitry Maslennikov
4.0 (1)09 Sep, 2021 359

integrated-ml-demo

Backend in Python or ObjectScript

G
Guillaume Rongier
Docker
Python
ML
ML
5.0 (1)31 Aug, 2021 589

iris_satellite_plantation

Detection of plantations remotely in satellite images.

R
Renato Banzai
Python
0.0 (0)18 Jul, 2021 272

iKnow

The iKnow Natural Language Processing technology was originally developed in Belgium and then acquired by InterSystems in 2010. In February 2020, InterSystems published the technology to open source, expanding the possible use cases for it beyond embedded use from the InterSystems IRIS Data Platform

B
Benjamin De Boe
Python
AI
0.0 (0)05 Jul, 2021 654

eap-sql2xlsx

A simple example of using the python openxl library to export a

Sergey Mikhailenko
Docker
IPM
5.0 (1)27 Jun, 2021 313 18

ansible-cache-python-mg

Ansible role to install the necessary Python libraries to allow connection to an Intersystems Cache database via M-Gateway's connection service

Raman Sailopal
Python
1.0 (1)30 Apr, 2021 106

Ansible-cache-python

Ansible role for the installation of Python libraries to allow connection with Intersystems Cache databases.

Raman Sailopal
Python
2.5 (1)23 Apr, 2021 157

mg_python

A Python Extension for InterSystems Caché/IRIS.

C
Chris Munt
Python
4.0 (1)24 Mar, 2021 330

iris-multimodel-suite

An application using multimodel concepts with real world data featuring an interactive chart of Cryptocoins from the biggest Exchange. A graph chart of fish species from all the world where you can see the pictures of each one and a blog using globals example. All Integration to ingest data are from

R
Renato Banzai
Docker
Python
4.5 (1)29 Jan, 2021 361

iris-pygw-blueprint

Short blueprint example of the connection between python and iris via new python gateway available in InterSystems IRIS Data Platform 2020.3+

A
Aleksandar Kovacevic
Docker
Python
4.5 (1)27 Dec, 2020 123

CaloryHelper

Service for establishing amount of calory in product

D
Daniil Gorokhov
Docker
Python
0.5 (1)30 Nov, 2020 113

InterSystems Iris Drivers Distribution

Official InterSystems JDBC, ODBC drivers and other libraries

Evgeny Shvarov
5.0 (1)13 Oct, 2020 403

iris-battleship

Why not a game in contest?

R
Renato Banzai
Docker
Python
5.0 (1)11 Oct, 2020 134

fhir-chatbot

A chatbot to query patient information using FHIR.

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

WsockClient.nodejs

use webSocket client in node.js

Robert Cemper
Docker
5.0 (1)25 Jul, 2020 174

iris-ml-suite

A suite to use IRIS as Machine Learning Environment. Helping the development community to classify the posts with tags.

R
Renato Banzai
Docker
Python
ML
ML
4.5 (1)18 Jul, 2020 297

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 297

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 431

PythonGateway-Template

PythonGateway Template repository

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

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 383

CloudWatch-IRIS

Configuring AWS CloudWatch with InterSystems IRIS

A
Anton Umnikov
Python
0.0 (0)02 Apr, 2020 377

PythonGateway

Python Gateway for InterSystems Data Platforms.

E
Eduard Lebedyuk
Docker
Python
0.0 (0)10 Oct, 2019 13.4k