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 |
---|---|---|---|---|---|---|
rest-api-contest-templateTemplate repository for InterSystems IIRS REST API Programming Contest | Docker IPM | 5.0 (1) | 13 Dec, 2024 | |||
ServiceInspectionA simple application for monitoring Iris service information | W | Docker Python IPM | 5.0 (1) | 13 Dec, 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 | ||||||
isc-restBuild REST APIs rapidly, securely, and sustainably | IPM | 4.8 (2) | 05 Dec, 2024 | |||
![]() iris-energy-isodataAccess energy data of Major ISOs in the United States | Docker Python IPM | 5.0 (1) | 04 Dec, 2024 | |||
isc-json%JSON, with SemVer, in the open | IPM | 4.7 (3) | 04 Dec, 2024 | |||
![]() Native-API-for-ObjectScriptA small demo on how to use it | Docker IPM | 5.0 (1) | 26 Nov, 2024 | |||
![]() function-ISJSONA function to check if string is JSON object | Docker IPM | 4.0 (1) | 26 Nov, 2024 | |||
![]() SPOOL-demoDemo Code using SPOOL | Docker IPM | 4.5 (1) | 26 Nov, 2024 | |||
![]() ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker IPM | 4.5 (1) | 26 Nov, 2024 | |||
![]() Global-dump-to-SQLShow Global by SQL SELECT | Docker IPM | 5.0 (1) | 26 Nov, 2024 | |||
![]() irisChatGPTApplication uses LangChain framework which is built around LLMs | Docker Python IPM AI | 4.0 (1) | 12 Nov, 2024 | |||
![]() Data_APP_SecurityOAuth Authentication, Authorization & Auditing basics | Docker IPM | 5.0 (1) | 12 Nov, 2024 | |||
![]() LabResultsVerification-hl7HL7 App to update reference range and find critical results | Docker IPM | 5.0 (1) | 12 Nov, 2024 | |||
![]() iris-fhir-clientInterSystems FHIR Client Connect to any Open FHIR Server | Docker Python IPM | 5.0 (2) | 06 Nov, 2024 | |||
![]() Test Coverage ToolRun your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. | Python IPM | 5.0 (2) | 04 Nov, 2024 | |||
![]() character-slice-indexIndexing text by characters | Docker IPM | 5.0 (1) | 27 Oct, 2024 | |||
![]() iris-dataset-countriesInterSystems IRIS image and ZPM module with dataset on countries and its population | Docker IPM | 4.2 (3) | 22 Oct, 2024 | |||
![]() Light-weight-EXCEL-downloadLight weight Excel export over CSP | Docker IPM | 5.0 (1) | 15 Oct, 2024 | |||
pxw-lib-sqlA replacement of SQLQuery that helps simplfy complex queries | P | Docker IPM | 4.0 (1) | 10 Oct, 2024 | ||
![]() sql-embeddingsSQL-Embedding simplifies creating and using embeddings in query | Docker IPM | 4.8 (2) | 29 Sep, 2024 | |||
![]() db-management-toolThis project is a web-based database management tool | A | Docker IPM | 3.0 (1) | 29 Sep, 2024 | ||
IRIS-Test-Data-GeneratorUsed to generate test data | D | Docker IPM | 3.0 (1) | 29 Sep, 2024 | ||
![]() iris-DataVizExploratory Data Analysis with Visualization Application | Docker Python IPM | 5.0 (1) | 28 Sep, 2024 | |||
![]() iris-dev-codeinspectorValidates packages and classes, returning a report with issues. | Docker IPM | 4.0 (1) | 25 Sep, 2024 | |||
IOP REST Client FrameworkFramework for creating REST API clients in python with IOP | A | Docker Python IPM | 4.5 (1) | 25 Sep, 2024 | ||
![]() apptools-adminThis solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml. | Docker IPM | 5.0 (1) | 24 Sep, 2024 | |||
IRIS-API-TemplateThis is a REST template that can send REST messages to productio | S | Docker IPM | 2.5 (1) | 24 Sep, 2024 | ||
![]() itermTerminal in web with all features of original iris session tool | Python IPM | 5.0 (1) | 22 Sep, 2024 | |||
IRIS-Log-MonitorMonitor and display some information,Can be viewed more convenie | s | Docker IPM | 3.0 (1) | 22 Sep, 2024 | ||
![]() zpm-registryInterSystems ObjectScript Registry Server For ZPM packages | Docker IPM | 5.0 (1) | 05 Sep, 2024 |