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 |
|---|---|---|---|---|---|---|
iris-rag-demoIRIS with RAG (Retrieval Augmented Generation) example | G | Docker Python AI | 0.0 (0) | 15 Dec, 2023 | ||
![]() custom-loginSample application for InterSystems IRIS custom login samples | Docker IPM | 5.0 (2) | 15 Dec, 2023 | |||
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: * It allows for greater throughput * On a device level these protocols are easier to implement * On a device level they are more resource (CPU/RAM) efficient Currently InterSystems IRIS offers several functions for work with binary data: * zzdump * $zhex * $char * $ascii But protocol implementation is left as a task for the end user. Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform. One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb). Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific. I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage. Alternatives to Kaitai Struct: * binpac (https://github.com/bro/binpac) - C++ only * preon (https://github.com/preon/preon) - Java only The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure. Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) E 3Votes0Comments | ||||||
![]() custom2hl7Transform custom patient data format to the HL7v2 format | Docker | 4.3 (3) | 26 Oct, 2023 | |||
![]() apptools-djangoIRIS management portal using the Django framework | Docker Python IPM | 4.0 (1) | 28 Sep, 2023 | |||
flask-irisA quick guide / template to use Flask and IRIS side by side. | H | Python | 0.0 (0) | 06 Oct, 2023 | ||
![]() iris-size-djangoA portal for visualizing and keeping track of memory usage of an | H | Docker Python | 4.8 (2) | 06 Oct, 2023 | ||
iris-oauth-fhirFhir Oauth Sample | G | Docker Python | 0.0 (0) | 21 Jul, 2023 | ||
![]() OwnObjectScriptExtensionA Visual Studio code extension that supplies tools for InterSystems ObjectScript. | P | 5.0 (1) | 20 Jul, 2023 | |||
DevBoxAn innovative IDE for developing ObjectScript solutions. | S | Docker IPM AI | 5.0 (3) | 09 Jul, 2023 | ||
iris-user-managerTool to help deploy IRIS apps with User accounts | O | Docker | 4.5 (1) | 01 Jul, 2023 | ||
oex-vscode-snippets-exampleAn example of VS Code snippets publication through InterSystems Open Exchange and Package Manager using the oex-vscode-snippets-template framework | Docker IPM | 0.0 (0) | 29 Jun, 2023 | |||
oex-vscode-snippets-templateGitHub template for publishing VS Code snippets with IPM / ZPM | Docker | 0.0 (0) | 29 Jun, 2023 | |||
![]() IRIS-fast-ECP-setupFast setup of ECP client / sever with almost no manual intervention. | Docker | 5.0 (1) | 05 Nov, 2023 | |||
![]() IrisSapConnectorExample connection IRIS with SAP using RFC | D | Docker IPM | 0.0 (0) | 26 Jun, 2023 | ||
ObjectScriptThe simplest template for the ObjectScript | Docker | 4.8 (5) | 21 Jun, 2023 | |||
![]() appmsw-warm-homeExample for creating a user interface for a smart home | Docker Python IPM | 5.0 (1) | 18 Jun, 2023 | |||
![]() iris-log-vieweriris-log-viewer provides an alternative web page | O | Docker Python IPM | 4.7 (3) | 11 Feb, 2023 | ||
![]() message_key_queryIntegrate hospital information services based on Intersystems IRIS platform | 0.0 (0) | 08 Feb, 2023 | ||||
![]() xml-to-udlA tool to convert studio exports to ObjectScript sources. | Docker | 4.0 (1) | 07 Feb, 2023 | |||
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 | |||
![]() Config-APIA library to ease IRIS configuration. | Docker IPM | 5.0 (1) | 25 Oct, 2022 | |||
iris-python-interoperability-templateA template to build interoperability component in pure python | G | Docker Python | 5.0 (1) | 27 Sep, 2022 | ||
interoperability-soapTool to help troubleshoot Generic SOAP Service interface | O | Docker IPM | 5.0 (1) | 15 Sep, 2022 | ||
![]() samba-iris-adapterInterSystems IRIS Support to Samba protocol (smb v2/v3) | Docker IPM | 5.0 (1) | 14 Sep, 2022 | |||
Sustainable Machine LearningSustainable Machine Learning for the InterSystems contest | L | Docker Python IPM | 4.5 (1) | 11 Sep, 2022 | ||
iris-python-flask-api-templateThe simplest template with REST CRUD for InterSystems IRIS | L | Docker Python | 4.5 (1) | 17 Aug, 2022 | ||
formation-template-pythonFormation to learn InterSystems' interoperability framework using python | L | Docker Python | 5.0 (1) | 17 Aug, 2022 | ||
![]() UnitTest_DTL_HL7HL7 DTL TestCase Creator and Runner Framework | A | 0.0 (0) | 15 Aug, 2022 | |||