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 |
|---|---|---|---|---|---|---|
![]() CosNumberTranslateThe function also allows to treat the numbers of 10^9 (millards) in English-speaking countries format. | Docker | 4.7 (3) | 06 Mar, 2024 | |||
![]() webHERALDFRONTEND MADE EASY! Develop all you browser-based applications. | A | 5.0 (2) | 16 Feb, 2024 | |||
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 | ||||||
![]() liquibase-irisLuquibase extension: InterSystems IRIS support | 0.0 (0) | 01 Feb, 2024 | ||||
![]() iris-vectorInitial realization for Vector datatype support | Docker Python IPM AI | 4.8 (4) | 20 Sep, 2023 | |||
msgpackhttps://msgpack.org | M | Docker | 3.0 (1) | 23 Oct, 2019 | ||
![]() IRIS-FlaskBlogRealworld Application using Flask, SQLAlchemy, and InterSystems IRIS | Docker Python | 5.0 (1) | 06 Sep, 2023 | |||
![]() IRIS Hibernate DialectHibernate 6 Dialect for InterSystems IRIS - dialect, sample and tests | 5.0 (1) | 21 Jul, 2023 | ||||
ririsRemote InterSystems IRIS command execution | P | Docker Python | 3.8 (2) | 28 May, 2023 | ||
![]() iris-tripleslashGenerate unit test cases from the class documentation | Docker IPM | 5.0 (2) | 13 Feb, 2023 | |||
iris-pero-ocrOCR demo for IRIS | G | Docker Python ML ML | 5.0 (1) | 06 Dec, 2022 | ||
ipython-iris-magic%%iris magic for IPython, can run ObjectScript command in Notebooks | G | Docker Python | 0.0 (0) | 02 Dec, 2022 | ||
IrisWrappedA Pythonic wrapper for Intersystems IrisNative API | A | Python | 4.0 (1) | 24 Nov, 2022 | ||
iris-python-interoperability-templateA template to build interoperability component in pure python | G | Docker Python | 5.0 (1) | 27 Sep, 2022 | ||
KozoKozo Page Builder | S | Docker IPM | 5.0 (2) | 15 Jul, 2022 | ||
wifis-connectWiFIS Connect is an application you can install in InterSystems Healthcare products to build your connection to WiFIS interoperability platform in SISCAT. | A | Docker | 5.0 (1) | 27 May, 2022 | ||
CubesA search engine database | S | 0.0 (0) | 10 Apr, 2022 | |||
![]() passwords-toolGenerating secure passwords and check strength of passwords | Docker IPM | 5.0 (1) | 02 Dec, 2021 | |||
![]() IRIS MiddlewaresSpecify your middlewares. security treatments on all requests. | D | Docker | 0.0 (0) | 28 Nov, 2021 | ||
![]() iris-rad-studioIRIS RAD Studio it's a low-code solution that came to make the developer's life easier; Allowing everyone to create their CRUD based on a simple class definition or even a CSV file. | Docker IPM | 3.5 (1) | 15 Apr, 2021 | |||
iris-rad-studio-samplesSamples for IRIS RAD Studio | Docker IPM | 4.5 (1) | 14 Apr, 2021 | |||
RESTFormsRADForms adapter for InterSystems IRIS RAD Studio | Docker IPM | 3.0 (1) | 12 Apr, 2021 | |||
![]() unitsLibrary and examples of units of measure to work with physical objects implementation in ObjectScript. The first version includes the SI unit system. Next will be added American customary units, units of currency, bits and bytes, font and pixel sizes. | D | Docker | 4.0 (1) | 27 Feb, 2021 | ||
apps-restFramework for rapid development of secure, sustainable REST APIs | IPM | 3.0 (1) | 17 Aug, 2020 | |||
isc-tarTAR compress tool | Docker IPM | 4.5 (1) | 26 Mar, 2020 | |||
Frontier%CSP.REST on steroids | R | 0.0 (0) | 23 Oct, 2019 | |||
![]() web HERALDweb HERALD is a Highly Extensible Rapid Application Development framework | M | 0.0 (0) | 23 Sep, 2019 | |||
Cogs JSON ClassConvert JSON to and from Caché classes | S | 5.0 (2) | 17 Jul, 2019 | |||
![]() isclibGo library for interacting with InterSystems Corporation products like Cache and Ensemble | K | 0.0 (0) | 07 May, 2019 | |||
![]() RGatewayUse R language with InterSystems IRIS | S | AI ML ML | 0.0 (0) | 22 Apr, 2019 | ||
![]() QEWD.jsQEWD.js is a Node.js framework for REST APIs, interactive WebSocket and/or Ajax applications, capable of running as a monolithic application or split across MicroServices. Fully supports Cache, Ensemble and IRIS, allowing use of existing Cache ObjectScript code, Cache Objects and Cache SQL, but also allows the database to be abstracted as a persistent JSON / Document database. | R | Docker | 5.0 (1) | 28 Jan, 2019 | ||