Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() IRIS internal WebSocket ClientUsing %Net.WebSocket feature available in IRIS | Docker IPM | 4.0 (1) | 21 Mar, 2025 | |||
![]() IRIS apiPubautomatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard | Docker IPM | 4.8 (4) | 11 Feb, 2025 | |||
InterSystems Ideas Waiting to be ImplementedAI 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 3Votes1Comments | ||||||
![]() memoriajust an API Accelerator for InterSystems IRIS, IRIS4H, Health Connect, etc. | 0.0 (0) | 03 Feb, 2025 | ||||
![]() iris-python-lookup-table-utilsIRIS Python Lookup Table Utils (pylotaut is a simple CRUD API) | J | Docker Python | 5.0 (1) | 01 Dec, 2024 | ||
![]() iris-fhir-clientInterSystems FHIR Client Connect to any Open FHIR Server | Docker Python IPM | 5.0 (2) | 06 Nov, 2024 | |||
![]() iris-dev-codeinspectorValidates packages and classes, returning a report with issues. | Docker IPM | 4.0 (1) | 25 Sep, 2024 | |||
IRIS-Log-MonitorMonitor and display some information,Can be viewed more convenie | s | Docker IPM | 3.0 (1) | 22 Sep, 2024 | ||
![]() IrisheimerAutomates AWS deployment of InterSystems WSGI apps using Pulumi | Z | Python | 4.5 (1) | 22 Sep, 2024 | ||
Healthcare HL7 XMLHealthcare HL7 XML (also known as ITB or Ensemble HL7 XML) is an application you can install in InterSystems Healthcare products to handle HL7 v.2.x messages in XML format. | A | Docker IPM | 5.0 (2) | 02 Sep, 2024 | ||
iris-embedded-python-templateThe simplest template to run embedded python | Docker Python IPM | 5.0 (2) | 01 Sep, 2024 | |||
DataAIhttp://DataAI.link - Where Data Meets Intelligence! | I | AI | 0.0 (0) | 03 Aug, 2024 | ||
iris-email-analyzer-appIris Email Analyzer for suspicious or confidential content. | E | Docker Python IPM AI | 4.5 (1) | 23 Jul, 2024 | ||
Metrics exampleSimple example of collating database and license metrics | D | Docker | 3.5 (2) | 10 Jun, 2024 | ||
![]() node-red-contrib-irisAn Interface for Node-Red to InterSystems IRIS Data Platform. | P | 0.0 (0) | 30 Nov, 2023 | |||
![]() try_embedded_pythonAn early attempt to use embedded Python in IRIS 2020.3 | Docker Python IPM | 4.8 (2) | 05 Nov, 2023 | |||
![]() IRIS-NativeAPI-Nodejs-compactan all-in-1 package of the WebSocket MicroService Demo | Docker | 5.0 (1) | 05 Nov, 2023 | |||
![]() IRIS-fast-ECP-setupFast setup of ECP client / sever with almost no manual intervention. | Docker | 5.0 (1) | 05 Nov, 2023 | |||
![]() CrossECP-IRISIRIS ECP Client in Docker to use Caché ECP Server | Docker IPM | 5.0 (1) | 05 Nov, 2023 | |||
objectscript-openapi-definitionThe objectif of this library is to generate the ObjectScript Class from an OpenApi defintion. | G | Docker IPM | 4.5 (1) | 28 Sep, 2023 | ||
![]() RecyclerAn app that makes recycling easy | O | Docker Python | 5.0 (1) | 06 Jul, 2023 | ||
![]() IRIS Data Migration ManagerThis application allows you to import data into IRIS from various sources in a simple way. | O | Docker Python | 5.0 (1) | 02 Jul, 2023 | ||
workshop-multiple-instancesProject for mirror training purpose. | Docker IPM | 4.0 (1) | 04 May, 2023 | |||
![]() Interopway XDBCSimple way to implement XDBC Interoperability. | IPM | 4.0 (1) | 26 Apr, 2023 | |||
![]() iris-megazordA lot of ideas together. Different projects, one goal. | Docker IPM | 4.0 (1) | 05 Mar, 2023 | |||
test-dataApp to create test-data, as much as you need | O | Docker Python IPM | 4.5 (2) | 28 Jan, 2023 | ||
![]() zpm-explorerA graphic interface to explorer the applications inside InterSystems Package Manager | Docker IPM | 4.2 (6) | 28 Dec, 2022 | |||
![]() iris-key-uploaderAngular UI to upload licence key in IRIS | G | Docker IPM | 4.5 (1) | 29 Nov, 2022 | ||
iris-flowIRIS Flow is a tool which lets you create IRIS Interoperability productions just by connecting building blocks | Docker IPM | 4.0 (1) | 23 Sep, 2022 | |||
interoperability-testUnit Test Interoperability production interface | O | Docker IPM | 5.0 (1) | 15 Sep, 2022 | ||
![]() Community objectscriptQualityObjectScript code analysis for community projects | D | IPM | 4.0 (1) | 08 Sep, 2022 |