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 |
|---|---|---|---|---|---|---|
CSV Interoperability TransformationAn example of CSV data transformation via IRIS Interoperability | Docker IPM | 5.0 (1) | 12 Feb, 2023 | |||
![]() gateway-sqlInstalling jdbс drivers for oracle, mssql and mysql | Docker IPM | 5.0 (1) | 11 Feb, 2023 | |||
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 | ||||||
![]() blockchain - [ IRIS python ]Save your logs in a blockchain structure | D | Docker | 4.5 (1) | 04 Feb, 2023 | ||
![]() Intersystems IRIS platform queue trend monitoring componentIntersystems IRIS platform queue trend monitoring component | Y | IPM | 3.5 (2) | 03 Feb, 2023 | ||
iris-fhirsqlbuilderShowcase of the FHIR SQL Builder from IRIS | G | Docker Python | 5.0 (1) | 02 Feb, 2023 | ||
test-dataApp to create test-data, as much as you need | O | Docker Python IPM | 4.5 (2) | 28 Jan, 2023 | ||
FHIR Interoperability examplesExample of using InterSystems IRIS or HealthShare Health Connect interoperability features for FHIR. Scenarios where forwarding requests and handling responses are required. | A | Docker IPM | 5.0 (1) | 17 Jan, 2023 | ||
iknow-utilsBundles a few reusable IRIS NLP utilities for common scenarios | B | IPM AI | 4.8 (2) | 17 Jan, 2023 | ||
NY Taxi DemoA simple guide to NY taxi business, leveraging Columnar Storage | B | Docker Python IPM | 5.0 (1) | 10 Jan, 2023 | ||
![]() IoT SampleSample how to use MQTT with InterSystems IRIS MQTT Interoperability adapter | Docker IPM | 5.0 (1) | 10 Jan, 2023 | |||
![]() Pregnancy Symptoms TrackerExample of using FHIR to track pregnancy symptoms | Docker IPM | 3.5 (1) | 08 Dec, 2022 | |||
![]() FHIR QuestionnairesFHIR Questions and Responses | Docker IPM | 5.0 (1) | 03 Dec, 2022 | |||
![]() FemTech ReminderProject to take part the InterSystems IRIS for Health Contest | Docker IPM | 4.5 (1) | 03 Dec, 2022 | |||
iris-fhir-appMy first IRIS FHIR app | O | Docker IPM | 4.5 (2) | 29 Nov, 2022 | ||
![]() apptools-gateway-demoDemo of exporting and importing instances of the SQL.Connection | Docker | 5.0 (1) | 20 Nov, 2022 | |||
![]() iris-qr-barcode-utilsRead and write QR and Barcodes using InterSystems IRIS and Python | Docker Python IPM | 5.0 (1) | 14 Nov, 2022 | |||
iris-grpc-exampleA hello world example adapted from the officials examples, presenting how to use gRPC with IRIS. | Docker Python IPM | 4.0 (1) | 02 Nov, 2022 | |||
![]() gateway-mysql-connector-java-8-0-21-jarimport instance %Library.SQLConnection, mysql-connector-java | Docker IPM | 5.0 (1) | 13 Oct, 2022 | |||
![]() Sea BattleThe code is an ObjectScript remake of Python example in CodeAcademy | Docker Python IPM | 4.8 (2) | 09 Oct, 2022 | |||
grpc-iris-interopProof of concept of a gRPC implementation with IRIS | G | Docker Python | 5.0 (1) | 01 Oct, 2022 | ||
iris-ftp-sampleSample showing how to use InterSystems IRIS FTP Adapter | Docker IPM | 5.0 (1) | 26 Sep, 2022 | |||
interoperability-testUnit Test Interoperability production interface | O | Docker IPM | 5.0 (1) | 15 Sep, 2022 | ||
interoperability-soapTool to help troubleshoot Generic SOAP Service interface | O | Docker IPM | 5.0 (1) | 15 Sep, 2022 | ||
production-monitorCustom Production Monitor | O | Docker IPM | 5.0 (1) | 11 Sep, 2022 | ||
![]() DC AnalyticsInterSystems Developer Community analytics. | E | Docker IPM | 4.5 (2) | 06 Sep, 2022 | ||
iris-readonly-interopRead Only Role for Interoperability | G | Docker IPM | 5.0 (2) | 30 Aug, 2022 | ||
iris-fine-tuned-mlTrain and tune a machine learning model using IRIS and Python | L | Docker Python ML ML | 4.0 (1) | 24 Aug, 2022 | ||
iris-web-scrapingSimple web scraping using full Python in IRIS | L | Docker Python | 4.5 (1) | 24 Aug, 2022 | ||
iris-python-flask-api-templateThe simplest template with REST CRUD for InterSystems IRIS | L | Docker Python | 4.5 (1) | 17 Aug, 2022 | ||
fhir-orga-dtThis is a simple full python IRIS production that gather information from a csv, use a DataTransformation to make it into a FHIR object and then, save that information to a FHIR server. | L | Docker Python | 4.5 (1) | 17 Aug, 2022 | ||