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 apiPubautomatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard | Docker IPM | 4.8 (4) | 23 Dec, 2024 | 1.5k | 506 | |
d[IA]gnosisWeb application to find out diagnoses and suggest ICD-10 codes | Docker Python AI | 0.0 (0) | 23 Dec, 2024 | 145 | ||
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 | ||||||
iris-http-callsInteroperability Adapter and Service for making HTTP calls | O | Docker IPM | 5.0 (1) | 22 Dec, 2024 | 106 | |
mongoCDCA sample of using embedded python with interoperability | N | Docker | 0.0 (0) | 22 Dec, 2024 | 9 | |
pyiris-icebergDemonstrates copying IRIS tables into Apache Iceberg tables | P | Docker Python | 0.0 (0) | 20 Dec, 2024 | 7 | |
InterSystems Package ManagerInterSystems Package Manager | R | Docker Python | 4.8 (22) | 20 Dec, 2024 | 6.8k | |
ObjectScript-To-XMLExporting InterSystems Object Scripts in XML | 0.0 (0) | 20 Dec, 2024 | 18 | |||
vault-linkVault-Link is a security solution designed to safeguard sensitive information on InterSystems IRIS environments. | Docker Python IPM | 5.0 (1) | 19 Dec, 2024 | 112 | ||
DoxygenerateUse Doxygen to build static documentation pages for your classes | Docker IPM | 0.0 (0) | 20 Dec, 2024 | 76 | 6 | |
tz - ObjectScript Time Zone Conversion LibraryObjectScript Time Zone Conversion Library | E | Docker IPM | 5.0 (1) | 19 Dec, 2024 | 79 | |
IRIS Global VSCode EditorCRUD operations on IRIS Globals using VSCode Treeview and YAML | 0.0 (0) | 19 Dec, 2024 | 107 | |||
iris-HL7v2GenDynamically Generate HL7 Test Messages | Docker Python IPM | 5.0 (1) | 23 Dec, 2024 | 75 | 12 | |
iris-unit-test-dashboardA user-friendly dashboard to run & view unit tests | Docker IPM | 5.0 (1) | 19 Dec, 2024 | 98 | ||
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Python IPM | 4.5 (3) | 19 Dec, 2024 | 922 | 1.2k | |
docs-intersystemsGenerated InterSystems Class reference | 0.0 (0) | 16 Dec, 2024 | 82 | |||
ISCLauncherHotkey macro app for quick access to InterSystems resources | B | 0.0 (0) | 15 Dec, 2024 | 15 | ||
iris-global-yamlInterSystems IRIS Global Data as YAML content | Docker IPM | 4.5 (1) | 15 Dec, 2024 | 16 | ||
Database-Size-MonitoringMonitor database size growth and issue alerts | s | Docker IPM | 4.0 (1) | 20 Dec, 2024 | 75 | |
ks-fhir-genIRIS Health FHIR based HL7 message generator | Docker | 4.5 (1) | 13 Dec, 2024 | 52 | ||
SharePoint Online SPO REST APISharepoint API template | M | 0.0 (0) | 13 Dec, 2024 | 60 | ||
rest-api-contest-templateTemplate repository for InterSystems IIRS REST API Programming Contest | Docker IPM | 5.0 (1) | 13 Dec, 2024 | 432 | 29 | |
ServiceInspectionA simple application for monitoring Iris service information | W | Docker Python IPM | 5.0 (1) | 13 Dec, 2024 | 219 | |
FHIR Primitive ExtensionHow to create a FHIR primitive extension | K | 0.0 (0) | 12 Dec, 2024 | 17 | ||
DICOM Image DemoHow to create a DICOM message and how to add a JPG image to it | K | 0.0 (0) | 12 Dec, 2024 | 20 | ||
Vector Search for MPIExample of vector search applied for patient identification | Docker AI | 4.0 (1) | 11 Dec, 2024 | 28 | ||
GPGGPG Interoperability Adapter for InterSystems IRIS. | E | Python | 0.0 (0) | 10 Dec, 2024 | 32 | |
LLM QuickStartExample codebase to match Dev Community Article | C | Docker Python AI | 0.0 (0) | 10 Dec, 2024 | 21 | |
ks-iris-libIRIS / IRIS Health utilities library | Docker IPM | 5.0 (1) | 10 Dec, 2024 | 154 | 3 | |
IRIS_ISTIOCommon IKO Deployments (used with Istio Service Mesh in Article) | A | 0.0 (0) | 10 Dec, 2024 | 18 | ||
Git for Shared Development EnvironmentsServer-side Git source control hooks for shared dev environments | IPM | 5.0 (2) | 06 Dec, 2024 | 3.1k | 4.0k |