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 JSON Schema ValidatorInterSystems IRIS JSON Schema support. | Docker | 4.5 (1) | 10 Dec, 2021 | |||
![]() appmsw-zpm-shieldsService for displaying version numbers of ZPM. | Docker IPM | 4.5 (1) | 10 Dec, 2021 | |||
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 | ||||||
![]() Data_APP_SecurityOAuth Authentication, Authorization & Auditing basics | Docker IPM | 5.0 (1) | 12 Nov, 2024 | |||
![]() passwords-toolGenerating secure passwords and check strength of passwords | Docker IPM | 5.0 (1) | 02 Dec, 2021 | |||
![]() appmsw-forbid-old-passwdTo meet the requirements of section 8.2.5 PCI DSS "Prohibit the use of old passwords", a small application has been implemented that will be launched by the system when a user tries to change a password and check if it was used before. | Docker IPM | 5.0 (1) | 01 Dec, 2021 | |||
global-logging-templateA simple objectscript global logging template | N | 3.5 (1) | 01 Dec, 2021 | |||
![]() Audit MediatorObject Script mediator to audit ObjectScript REST API requests | Docker IPM | 5.0 (1) | 01 Dec, 2021 | |||
![]() isc-apptools-lockdownProgram for changing the security level of the system. | Docker IPM | 5.0 (1) | 29 Nov, 2021 | |||
![]() IRIS MiddlewaresSpecify your middlewares. security treatments on all requests. | D | Docker | 0.0 (0) | 28 Nov, 2021 | ||
![]() iris-saml-exampleInterSystems IRIS - SAML Authentication Test | Docker IPM | 5.0 (1) | 27 Nov, 2021 | |||
![]() API Security MediatorInterSystems IRIS Declarative Security Rules for REST APIs | Docker IPM | 5.0 (1) | 30 Nov, 2021 | |||
secured-rest-apiBasic authentication and authorisation via REST API in IRIS | Docker IPM | 5.0 (1) | 15 Nov, 2021 | |||
![]() MOVE: Migration ViewerMOVE - View, Select and Transfer patient data | C | 0.0 (0) | 11 Nov, 2021 | |||
![]() FACTFinancial Administrative Clinical Trends | C | 0.0 (0) | 11 Nov, 2021 | |||
![]() appmsw-docbookAn application for installation into your instance of the DoсBook database | Docker IPM | 5.0 (1) | 15 Nov, 2021 | |||
![]() appmsw-telealertsProducts for informing and notifying via telegram messenger and email | Docker IPM | 4.5 (1) | 31 Oct, 2021 | |||
![]() DeferoAdvanced Text Message solution for healthcare providers. | T | 0.0 (0) | 20 Oct, 2021 | |||
![]() IRIS Big Data SQL AdapterPEX Adapter to execute SQL into Hadoop Big Data repositories | Docker | 5.0 (1) | 21 Oct, 2021 | |||
fhir-scraperA simple python script to copy/scrap/crawl a FHIR repository. | G | Python | 4.0 (1) | 08 Oct, 2021 | ||
![]() Maternal AssistantWe built a solution for maternal physicians in South Africa to quickly and effectively conduct their examinations (5th place InterSystems winner) | J | 0.0 (0) | 26 Sep, 2021 | |||
![]() FhirgureHelping neurodiverse employees at book medical appointments. | J | 0.0 (0) | 21 Sep, 2021 | |||
FHIROktaIntegrationExample FHIR application that uses OAuth 2.0 and Okta. | P | 0.0 (0) | 16 Sep, 2021 | |||
FHIRDemoWithAPIKeySimple FHIR application to retrieve patients and observations | P | 0.0 (0) | 16 Sep, 2021 | |||
![]() OMNI-LabOMNI-Lab is a full featured multi-lab LIMS solution | A | 0.0 (0) | 06 Sep, 2021 | |||
fhir-openapi-genA code base for the processing and formulation of the openapi spec for fhir resources and profiles | C | Docker Python IPM | 3.0 (1) | 12 Aug, 2021 | ||
Container recipesEasily run mirrored or sharded InterSystems IRIS clusters. | E | Docker | 5.0 (1) | 10 Aug, 2021 | ||
XList - for declarative and functional programmingExtended list for ObjectScript with support for declarative and functional programming | M | 4.0 (1) | 04 Aug, 2021 | |||
movieSample App to IRIS API Patterns | Docker IPM | 4.0 (1) | 03 Aug, 2021 | |||
fhir-integratedml-exampleAn example on how to use InterSystems IRIS for Health FHIR database to perform ML models througth InterSystems IRIS IntegratedML | Docker ML ML | 4.8 (3) | 01 Aug, 2021 | |||
Google Cloud Platform PubSub Business HostsInteroperability components for GCP PubSub | M | 0.0 (0) | 22 Jul, 2021 | |||