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.
Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
InterSystems Testing Manager for VS CodeIntegrate the %UnitTest framework with VS Code | 4.5 (2) | 15 Nov, 2024 | 365 | |||
IPM in VS CodeManage IPM / ZPM packages on servers directly from VS Code | 0.0 (0) | 15 Nov, 2024 | 137 | |||
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 | ||||||
apptools-adminThis solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml. | Docker IPM | 5.0 (1) | 24 Sep, 2024 | 1.0k | 270 | |
IOP REST Client FrameworkFramework for creating REST API clients in python with IOP | A | Docker Python IPM | 4.5 (1) | 22 Sep, 2024 | 92 | |
irisfirebaseFirebase module for InterSystems IRIS | D | Docker Python IPM | 5.0 (1) | 27 Jul, 2024 | 164 | 3 |
interoperability-embedded-pythonHack of PEX Python but for Embedded Python | G | Docker Python IPM | 5.0 (15) | 26 Jul, 2024 | 7.5k | 1.1k |
iris-email-analyzer-appIris Email Analyzer for suspicious or confidential content. | E | Docker Python IPM AI | 4.5 (1) | 23 Jul, 2024 | 175 | |
HackUPC24_KlìnicSymptoms Clinical Trial Search Tool using Knowledge Graphs | T | AI ML ML | 0.0 (0) | 15 May, 2024 | 183 | |
iris-openaiLibrary for use Open AI | Docker IPM AI | 5.0 (5) | 18 Apr, 2024 | 805 | 38 | |
sql-builderA flexible and powerful SQL query string builder for InterSystems IRIS | Docker IPM | 3.0 (1) | 25 Mar, 2024 | 515 | 22 | |
googlesheets-adapterInbound and Outbound adapters for Google Sheets | N | Docker | 0.0 (0) | 17 Mar, 2024 | 71 | |
iris-fhir-labA web app to display FHIR resources details dynamically | Docker Python IPM | 0.0 (0) | 03 Feb, 2024 | 454 | 38 | |
custom-loginSample application for InterSystems IRIS custom login samples | Docker IPM | 5.0 (2) | 15 Dec, 2023 | 162 | 2 | |
samples-dynamicgateway-dotnetInterSystems IRIS Dynamic Gateway Samples refactored from %Net.Remote.NET.Test samples | S | 0.0 (0) | 08 Dec, 2023 | 104 | ||
JIRISReportCreate Drag and Drop JasperReports and run on InterSystems IRIS | Docker IPM | 4.5 (1) | 10 Nov, 2023 | 382 | 2 | |
workshop-firebaseFirebase adaptor | Docker IPM | 0.0 (0) | 04 Nov, 2023 | 107 | ||
journal-file-indexerIRIS Journal file indexer | Docker IPM | 5.0 (1) | 27 Oct, 2023 | 452 | 13 | |
OpenAPI-SuiteSet of tools for ObjectScript code generation from Swagger 3.0 | Docker IPM | 5.0 (4) | 24 Oct, 2023 | 1.2k | 199 | |
isc-one-linersuseful one line commands for objectscript | Docker IPM | 5.0 (2) | 18 Oct, 2023 | 693 | 25 | |
Jupyter Server Proxy for VS CodePoC of a VS Code extension to provide a local Jupyter server acting as a proxy for IRIS servers defined in Server Manager | Docker | 5.0 (1) | 21 Sep, 2023 | 232 | ||
flask-irisA quick guide / template to use Flask and IRIS side by side. | H | Python | 0.0 (0) | 16 Sep, 2023 | 270 | |
iris-size-djangoA portal for visualizing and keeping track of memory usage of an | H | Python | 4.8 (2) | 06 Sep, 2023 | 377 | |
IRIS-FlaskBlogRealworld Application using Flask, SQLAlchemy, and InterSystems IRIS | Docker Python | 5.0 (1) | 28 Aug, 2023 | 252 | ||
JSONfile-to-GlobalLoad JSONfile into Global | Docker | 5.0 (2) | 22 Aug, 2023 | 201 | ||
GlobalToJSON-XLAexport an XLarge Global into a JSON object file | Docker IPM | 5.0 (1) | 22 Aug, 2023 | 233 | 4 | |
liquibase-irisLuquibase extension: InterSystems IRIS support | 0.0 (0) | 21 Aug, 2023 | 272 | |||
GlobalToJSON-Efficientcreate a JSON Object from Global nodes in use | Docker IPM | 5.0 (1) | 21 Aug, 2023 | 287 | 15 | |
GlobalToJSON-Compactcreate a compact JSON Object from Global | Docker IPM | 5.0 (1) | 21 Aug, 2023 | 304 | 15 | |
GlobalToJSON-ePython-pureJSON Object from Global using embedded Python only | Docker Python IPM | 4.5 (1) | 12 Aug, 2023 | 261 | 13 | |
GlobalToJSON-embeddedPythonExport a Global into a JSON file and re-create using embedded Py | Docker IPM | 5.0 (1) | 12 Aug, 2023 | 340 | 9 |