integratedml-demo-templateIntegratedML samples to be used as a template | Thomas Dyar | | 0.0 (0) | 11 Dec, 2025 | 1.2k | |
workshop-openehropenEHR repository implementation. | Luis Angel Pérez Ramos | | 4.5 (1) | 10 Dec, 2025 | 41 | |
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. Vote |
iris_io_utilityThis is a VSCode extension to connect and interact with the tables of an InterSystems IRIS database | P Pietro Di Leo | | 0.0 (0) | 12 Dec, 2025 | 126 | |
iris-airflow-providerApache Airflow provider for InterSystems IRIS. | Muhammad Waseem | | 0.0 (0) | 10 Dec, 2025 | 96 | |
iris-image-reducerIRIS Community Docker image size reducer | Dmitry Maslennikov | | 0.0 (0) | 05 Dec, 2025 | 107 | |
sqlancer-irisAutomated SQL Testing for InterSystems IRIS Using Differential O | Dmitry Maslennikov | | 0.0 (0) | 04 Dec, 2025 | 93 | |
Test Coverage ToolRun your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. | Timothy Leavitt | | 5.0 (2) | 02 Dec, 2025 | 2.3k | 5.4k |
gj :: dataLoaderLoad data into InterSystems IRIS servers from text files | John Murray | | 0.0 (0) | 02 Dec, 2025 | 72 | |
vscode-load-dataVSCode extension to load data from files into InterSystems IRIS | Yuri Marx | | 0.0 (0) | 02 Dec, 2025 | 74 | |
isc-cloud-jdbc-sql-shellA simple way to connect, explore, and debug InterSytems Cloud Services over JDBC with sqlline | Ron Sweeney | | 0.0 (0) | 24 Nov, 2025 | 30 | |
workshop-iris-dicom-interop🧪 Hands-on DICOM integration examples using InterSystems IRIS for Health and dcm4che simulator. Store, query, retrieve, and manage WorkLists with Docker. | A Alberto Fuentes | | 5.0 (1) | 24 Nov, 2025 | 596 | |
demo-dbs-irisThis project provides a Docker container running an InterSystems IRIS database. The database includes multiple namespaces, each featuring demo datasets designed for exploring various scenarios, including data analysis, application prototyping, and testing. | A Andreas Schneider | | 5.0 (1) | 23 Nov, 2025 | 478 | |
FHIR SQL Builder with Vector SearchFHIR SQL Builder with Vector Search Demo | F Fan Ji | | 5.0 (2) | 22 Nov, 2025 | 57 | |
iris-cdc-sampleSample how to do CDC using IRIS, Postgresql, Kafka, Collumnar DB and BAM | Yuri Marx | | 5.0 (1) | 18 Nov, 2025 | 75 | |
DevHuba centralized toolkit and launcher framework designed for Devs | Ashok Kumar T | | 5.0 (1) | 31 Oct, 2025 | 129 | |
ErralyzerA web-based CSP application to view and analyze application errs | Ashok Kumar T | | 5.0 (1) | 28 Oct, 2025 | 89 | 3 |
TablePluseTablePluse is an integrated tool designed to help developers and teams explore and understand SQL database tables, relationships, and schema structures. It provides a clear, visual way to analyze databases and lays the foundation for future features like UI screen planning and application mapping. | Ashok Kumar T | | 5.0 (1) | 28 Oct, 2025 | 63 | |
sanitary-surveillanceProject Description This project collects product recall and saf | V Vinícius Sena | | 3.5 (1) | 06 Oct, 2025 | 110 | |
IRIStool and Data ManagerThis is a POC to demonstrate how InterSystems IRIS can be integrated with pandas and plotly Python libraries via the Python SDK (IRIS Native). | P Pietro Di Leo | | 0.0 (0) | 09 Oct, 2025 | 207 | |
gorm-irisInterSystems IRIS Dialect for GORM - ORM library for Golang | Dmitry Maslennikov | | 0.0 (0) | 04 Oct, 2025 | 56 | |
SentinelIrisThis project is a Spring Boot application | André Dienes Friedrich | | 5.0 (1) | 29 Sep, 2025 | 166 | |
iris-dataset-countriesInterSystems IRIS image and ZPM module with dataset on countries and its population | Evgeny Shvarov | | 4.2 (3) | 06 Sep, 2025 | 680 | 1.4k |
csvgenmodule to generate and import csv data using InterSystems ObjectScript | Evgeny Shvarov | | 4.9 (5) | 02 Sep, 2025 | 2.2k | 4.6k |
customer-support-agent-demoAI-powered customer support agent built with Python smolagents and InterSystems IRIS — SQL, RAG, and live interoperability | A Alberto Fuentes | | 4.5 (1) | 29 Aug, 2025 | 133 | |
DataAILiteDataAIlite.com – Secure in-memory analytics | I Irina Yaroshevskaya | | 0.0 (0) | 19 Aug, 2025 | 58 | |
iris-message-searchQuery messages for multiple services based on conditions | s sara aplin | | 4.5 (1) | 25 Jul, 2025 | 104 | 1 |
typeorm-irisIRIS support for TypeORM | Dmitry Maslennikov | | 5.0 (1) | 02 Aug, 2025 | 198 | |
iris-vector-ragProduction-ready RAG applications with InterSystems IRIS. | Thomas Dyar | | 0.0 (0) | 23 Jul, 2025 | 189 | |
metabase-iris-driverCustom driver that enables a connection to IRIS from Metabase | S Siddardha Reddy Sanagala | | 0.0 (0) | 11 Jul, 2025 | 199 | |
AnalyzeThisEasily transform a CSV file/Table/SQL query into a personalized preview of InterSystems IRIS BI | P Peter Steiwer | | 5.0 (3) | 20 Jun, 2025 | 1.3k | 813 |