59 Application(s) results for #docker
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

Docker-micro-Durability

limited durability for demo and development

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

workshop-timeseries-csv

Example of IntegratedML Time Series predictions.

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

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

zpm-dockerhub

repository for baking zpm enabled images for InterSystems IRIS

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

Nomenclator

Face recognition using Embedded Python and IRIS in Docker

Luis Angel Pérez Ramos
Docker
Python
4.5 (1)01 Jul, 2023 187

workshop-multiple-instances

Project for mirror training purpose.

Luis Angel Pérez Ramos
Docker
IPM
4.0 (1)04 May, 2023 219 1

xml-to-udl

A tool to convert studio exports to ObjectScript sources.

Tommy Heyding
Docker
4.0 (1)07 Feb, 2023 452

zpm-explorer

A graphic interface to explorer the applications inside InterSystems Package Manager

Docker
IPM
4.1 (7)28 Dec, 2022 814 100

Docker InterSystems Extension

Docker Extension for InterSystems

Dmitry Maslennikov
Docker
5.0 (5)20 Sep, 2022 1.0k

Sustainable Machine Learning

Sustainable Machine Learning for the InterSystems contest

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

iris-fix-protocol

Integration of the FIX protocol inside IRIS using Python

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

apptools-infochest

Template and examples for creating a user interface for a media file storage

Sergey Mikhailenko
Docker
IPM
5.0 (1)27 May, 2022 365 21

iris-history-monitor

IRIS History Monitor - For InterSystems IRIS is now available in Package Manager and using IRIS 2019.4 API and WS

Henrique Dias
Docker
IPM
4.2 (3)15 May, 2022 2.1k 106

iris-docker-zpm-usage-template

The simplest template to use InterSystems IRIS in Docker and with an arbitrary InterSystems Community Package

Evgeny Shvarov
Docker
5.0 (1)08 May, 2022 588

IRIS Interoperability Message Viewer

A new approach for the Interoperability Message Viewer

Henrique Dias
Docker
IPM
4.6 (4)20 Nov, 2021 1.3k 650

iris-google-run-deploy-template

Simple InterSystems IRIS docker solution deployment to Google Run template

Evgeny Shvarov
Docker
IPM
5.0 (1)26 Feb, 2021 350 15

BeI-MultiModel

We've used a IRIS backend that is called via a REST-API from a react frontend application.

i
ivo Ver Eecke
Docker
IPM
4.0 (3)25 Jan, 2021 254

isc-generate-db

Creating a new database, namespace, CSP/REST Application never been so easy.

Henrique Dias
Docker
IPM
5.0 (1)18 Nov, 2020 326 17

isc-utils

Weather, Exchange Rate, Temperature, Length

Henrique Dias
Docker
IPM
5.0 (1)18 Nov, 2020 329 23

DotEnv

Load environment variables from .dotenv files or straight from the OS to Caché

R
Rubens Silva
4.5 (1)29 Jul, 2020 129

isc-live-global-mover

Tool for moving large globals from a database to another database without application downtime.

Lorenzo Scalese
Docker
IPM
5.0 (1)17 Apr, 2020 218 17

isc-global-size-tracing

Application to keep track of your globals and database size.

Lorenzo Scalese
Docker
IPM
5.0 (1)15 Apr, 2020 241 22

iris-ci

InterSystems IRIS image for running unit tests. Useful for CIs, including GitHub Actions.

R
Rubens Silva
Docker
3.0 (1)23 Mar, 2020 227

iris-ci-demo

A demonstration of how IRIS-CI works.

R
Rubens Silva
Docker
3.0 (1)23 Mar, 2020 110

iris-docker-dev-kit

A set of files to facilitate development with InterSystems IRIS using Docker and VSCode

Evgeny Shvarov
Docker
4.5 (1)15 Mar, 2020 290

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 210

simplemirror

Super SIMPLE mirroring solution with dockers

M
Mario Sanchez Macias
Docker
5.0 (1)08 Oct, 2019 288

iris-webgateway-example

Example of containerised IRIS with separate Apache and WebGateway

Dmitry Maslennikov
Docker
5.0 (1)26 Aug, 2019 472

iris-mirror-with-docker

Docker compose environment with demo IRIS configured with Mirroring

Dmitry Maslennikov
Docker
5.0 (1)24 Aug, 2019 326

Https-Proxy-IRIS-Docker

Sample of an Https proxy for Intersystems Iris with docker

G
Guillaume Rongier
Docker
4.5 (1)20 Aug, 2019 192