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 |
|---|---|---|---|---|---|---|
![]() NeuraHeartSee readme for auth details. | G | Python | 4.0 (1) | 27 Nov, 2022 | ||
![]() GoSelectorSee Column Selectivity Vs Ratio of Distinct Values | A | IPM | 4.0 (1) | 14 Oct, 2022 | ||
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 | ||||||
![]() The Folding StuffWe're publishing it here because developers on the InterSystems platforms are increasingly using VSCode to edit their codebase, including via our 'Serenji' extension. However 'The Folding Stuff' works with any VSCode document that already supports folding and unfolding. | 0.0 (0) | 27 Sep, 2022 | ||||
![]() UmlanjiVisualization of classes using UML modeling tools with XMI 1.2 support such as Enterprise Architect, Visual Paradigm, ArgoUML. | 0.0 (0) | 27 Sep, 2022 | ||||
ClassExplorerUML Class Diagram Builder for InterSystems Data Platforms (2014.1+) | Docker IPM | 5.0 (3) | 22 Oct, 2020 | |||
![]() ObjectScript Extension Pack for VS CodeA Visual Studio Code extension pack for ObjectScript development. | 5.0 (1) | 23 Sep, 2022 | ||||
GraphQLGraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. | G | Docker | 0.0 (0) | 16 Sep, 2022 | ||
SETI ViewerAdd-on to unlock the Clinical Viewer feature of SETI. | L | IPM | 0.0 (0) | 18 Aug, 2022 | ||
SETIExtends SDA and propagates to Health Insight & Clinical Viewer. | L | IPM | 5.0 (1) | 18 Aug, 2022 | ||
![]() UnitTest_DTL_HL7HL7 DTL TestCase Creator and Runner Framework | A | 0.0 (0) | 15 Aug, 2022 | |||
KozoKozo Page Builder | S | Docker IPM | 5.0 (2) | 15 Jul, 2022 | ||
![]() UnitTest_RuleSetUnit Tests for HL7 Routing in IRIS Integration | A | 5.0 (1) | 13 Jul, 2022 | |||
![]() webterminal-vscodeLaunch WebTerminal sessions from Server Manager in VS Code | 5.0 (2) | 03 Jul, 2022 | ||||
FIT REST Operation FrameworkAn IRIS Interoperability REST Operation Framework | Docker IPM | 4.5 (1) | 06 Jun, 2022 | |||
![]() EmergeNeed“Emergency” + “Need” = “EmergeNeed” | V | Python | 0.0 (0) | 20 Mar, 2022 | ||
![]() VSCode-ObjectScriptVSCode extension for InterSystems products | 4.9 (19) | 02 Dec, 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 | |||
![]() DeferoAdvanced Text Message solution for healthcare providers. | T | 0.0 (0) | 20 Oct, 2021 | |||
config-copyHelper to copy the config from an IRIS instance to another | Docker IPM | 5.0 (1) | 29 Sep, 2021 | |||
![]() OMNI-LabOMNI-Lab is a full featured multi-lab LIMS solution | A | 0.0 (0) | 06 Sep, 2021 | |||
GitHubAPIGithub API for InterSystems IRIS | E | Docker IPM | 5.0 (1) | 29 Jun, 2021 | ||
mg_pythonA Python Extension for InterSystems Caché/IRIS. | C | Python | 4.0 (1) | 24 Mar, 2021 | ||
Message BankMessage Bank for IRIS Interoperability that can automatically resend messages | O | IPM | 5.0 (2) | 15 Nov, 2020 | ||
Health Insight Demo ExamplesSeveral COVID-19 dashboard examples using Tableau, and created using HeathShare Health Insight, which provides data modeling, analysis, and visualization tools. They can be opened using the free Tableau Reader application. | J | 0.0 (0) | 21 Oct, 2020 | |||
Enhanced Monitor ManagerISC Open Exchange - Code for Enhanced Monitor Manager | J | 3.0 (2) | 15 Oct, 2020 | |||
objectscript-dontsWhat you shouldn't do in objectscript | Docker | 5.0 (1) | 25 May, 2020 | |||
![]() sys-perf-restapiAn API (basic and REST) for the SystemPerformance (pka pButtons) utility | N | Docker IPM | 4.5 (1) | 17 May, 2020 | ||
RSAExample of Asymmetric RSA encryption on JS side with InterSystems IRIS decryption | E | 3.5 (1) | 10 May, 2020 | |||
isc-live-global-moverTool for moving large globals from a database to another database without application downtime. | Docker IPM | 5.0 (1) | 17 Apr, 2020 | |||