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 |
|---|---|---|---|---|---|---|
ISC DEVExport/Import InterSystems Data Platform development artefacts | G | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
Japanese Calendar ConverterWhat's new in this version Follow Naming Convention | H | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
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 | ||||||
WebTerminalWeb-based terminal for InterSystems products. WebTerminal is a flexible tool that can be easily embedded into any other projects, used on mobile devices and vastly enhance the terminal experience with autocomplete, syntax highlighting and more. | Docker IPM | 4.8 (11) | 25 Mar, 2024 | |||
RESTForms2Forms adapter for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
sql-builderA flexible and powerful SQL query string builder for InterSystems IRIS | Docker IPM | 3.0 (1) | 25 Mar, 2024 | |||
ssl-clientadds ssl client configuration to your InterSystems IRIS server | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
JSON-FilterObjectScript server side JSON filter. | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
Production ManagerREST API to manage IRIS Interoperability Productions. | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
IRIS External TableIRIS External Table allows you to access files in the local filesystem and cloud BLOB storage such as AWS S3 and Azure BLOB Storage as regular IRIS SQL tables. | A | Docker IPM | 4.3 (2) | 25 Mar, 2024 | ||
RestFormsUI2Client for restforms2 | Docker IPM | 0.0 (0) | 25 Mar, 2024 | |||
![]() interfaces-diskspace-validationA tool for estimating interfaces disk space and purge validation | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
![]() delete-helperA Super class for adding a code-generator %OnDelete method | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
EnsembleWorkflowRestful web API for InterSystems Ensemble / InterSystems IRIS Workflow | E | Docker IPM | 4.3 (2) | 25 Mar, 2024 | ||
![]() iris-teams-adapterAdapter to connect your IRIS producction with Microsoft Teams | Docker IPM | 4.6 (5) | 14 Mar, 2024 | |||
![]() SQLToolsVS Code database management for InterSystems IRIS | L | 0.0 (0) | 12 Mar, 2024 | |||
![]() 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 | |||
![]() testcontainers-iris-pythonStart container with IRIS directly from python | Python | 5.0 (1) | 01 Feb, 2024 | |||
![]() liquibase-irisLuquibase extension: InterSystems IRIS support | 0.0 (0) | 01 Feb, 2024 | ||||
![]() isc-one-linersuseful one line commands for objectscript | Docker IPM | 5.0 (2) | 18 Oct, 2023 | |||
vscode-per-namespace-settingsIPM package to create the /_vscode webapp that server-side mode of the vscode-objectscript extension can leverage. | Docker IPM | 5.0 (1) | 13 Oct, 2023 | |||
objectscript-openapi-definitionThe objectif of this library is to generate the ObjectScript Class from an OpenApi defintion. | G | Docker IPM | 4.5 (1) | 28 Sep, 2023 | ||
dbt-irisdbt is the T in ELT, now with IRIS support | Docker Python | 3.5 (1) | 26 Sep, 2023 | |||
![]() FHIR-XMLToJSONConvert FHIR XML to JSON resource message structure | Docker IPM | 3.5 (1) | 22 Sep, 2023 | |||
Essential-IRIS-RESTEssentail IRIS management portal data access in REST services | Docker IPM | 4.5 (1) | 21 Sep, 2023 | |||
![]() iris-vectorInitial realization for Vector datatype support | Docker Python IPM AI | 4.8 (4) | 20 Sep, 2023 | |||
![]() irisapitesterDocker microservice with InterSystems IRIS + Newman to test Apis | D | Docker Python IPM | 5.0 (2) | 20 Sep, 2023 | ||
![]() 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 | ||||
![]() OwnObjectScriptExtensionA Visual Studio code extension that supplies tools for InterSystems ObjectScript. | P | 5.0 (1) | 20 Jul, 2023 | |||