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) | 26 Nov, 2024 | 1.5k | 486 | |
iris-fhir-clientInterSystems FHIR Client Connect to any Open FHIR Server | Docker Python IPM | 5.0 (2) | 05 Nov, 2024 | 1.0k | 36 | |
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-dev-codeinspectorValidates packages and classes, returning a report with issues. | Docker IPM | 4.0 (1) | 22 Sep, 2024 | 206 | ||
IRIS-Log-MonitorMonitor and display some information,Can be viewed more convenie | s | Docker IPM | 3.0 (1) | 22 Sep, 2024 | 83 | 1 |
IrisheimerAutomates AWS deployment of InterSystems WSGI apps using Pulumi | Z | Python | 4.5 (1) | 22 Sep, 2024 | 74 | |
Healthcare HL7 XMLHealthcare HL7 XML (also known as ITB or Ensemble HL7 XML) is an application you can install in InterSystems Healthcare products to handle HL7 v.2.x messages in XML format. | A | Docker IPM | 5.0 (2) | 02 Sep, 2024 | 780 | 60 |
iris-embedded-python-templateThe simplest template to run embedded python | Docker Python IPM | 5.0 (2) | 01 Sep, 2024 | 1.1k | 70 | |
DataAIhttp://DataAI.link - Where Data Meets Intelligence! | I | AI | 0.0 (0) | 03 Aug, 2024 | 41 | |
iris-email-analyzer-appIris Email Analyzer for suspicious or confidential content. | E | Docker Python IPM AI | 4.5 (1) | 23 Jul, 2024 | 175 | |
Metrics exampleSimple example of collating database and license metrics | D | Docker | 3.5 (2) | 10 Jun, 2024 | 182 | |
try_embedded_pythonAn early attempt to use embedded Python in IRIS 2020.3 | Docker Python IPM | 4.8 (2) | 25 Mar, 2024 | 451 | 30 | |
IRIS internal WebSocket ClientUsing %Net.WebSocket feature available in IRIS | Docker IPM | 4.0 (1) | 25 Mar, 2024 | 330 | 5 | |
npm-irisProject & Task Management using InterSystems IRIS and Bootstrap 4 | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 327 | 41 | |
interfaces-diskspace-validationA tool for estimating interfaces disk space and purge validation | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 234 | 19 |
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 | 755 | 785 |
iris-python-lookup-table-utilsIRIS Python Lookup Table Utils (pylotaut is a simple CRUD API) | J | Docker Python | 5.0 (1) | 16 Sep, 2023 | 229 | |
IRIS-NativeAPI-Nodejs-compactan all-in-1 package of the WebSocket MicroService Demo | Docker | 5.0 (1) | 29 Jul, 2023 | 252 | ||
RecyclerAn app that makes recycling easy | O | Docker Python | 5.0 (1) | 05 Jul, 2023 | 268 | |
IRIS Data Migration ManagerThis application allows you to import data into IRIS from various sources in a simple way. | O | Docker Python | 5.0 (1) | 02 Jul, 2023 | 596 | |
IRIS-fast-ECP-setupFast setup of ECP client / sever with almost no manual intervention. | Docker | 5.0 (1) | 27 Jun, 2023 | 368 | 12 | |
workshop-multiple-instancesProject for mirror training purpose. | Docker IPM | 4.0 (1) | 04 May, 2023 | 171 | 1 | |
Interopway XDBCSimple way to implement XDBC Interoperability. | IPM | 4.0 (1) | 17 Feb, 2023 | 293 | ||
test-dataApp to create test-data, as much as you need | O | Docker Python IPM | 4.5 (2) | 28 Jan, 2023 | 285 | 12 |
zpm-explorerA graphic interface to explorer the applications inside InterSystems Package Manager | Docker IPM | 4.2 (6) | 28 Dec, 2022 | 728 | 95 | |
CrossECP-IRISIRIS ECP Client in Docker to use Caché ECP Server | Docker IPM | 5.0 (1) | 03 Dec, 2022 | 227 | 15 | |
iris-key-uploaderAngular UI to upload licence key in IRIS | G | Docker IPM | 4.5 (1) | 29 Nov, 2022 | 274 | 222 |
node-red-contrib-irisAn Interface for Node-Red to InterSystems IRIS Data Platform. | P | 0.0 (0) | 20 Oct, 2022 | 170 | ||
iris-flowIRIS Flow is a tool which lets you create IRIS Interoperability productions just by connecting building blocks | Docker IPM | 4.0 (1) | 23 Sep, 2022 | 204 | 7 | |
iris-megazordA lot of ideas together. Different projects, one goal. | Docker IPM | 4.0 (1) | 15 Sep, 2022 | 607 | 19 | |
interoperability-testUnit Test Interoperability production interface | O | Docker IPM | 5.0 (1) | 14 Sep, 2022 | 291 | 10 |