SQLgateway-migration-MSsql-IRISShow connection to MSsqlServer from SQLgateway with JDBC | Robert Cemper | | 0.0 (0) | 05 Jul, 2026 | 7 | |
SQLgateway-migration-mysql-IRISstraight IRIS with JDBC driver as only external part | Robert Cemper | | 5.0 (1) | 03 Jul, 2026 | 13 | |
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/) Vote |
pxw-lib-sqlA replacement of SQLQuery that helps simplfy complex queries | P Paul Waterman | | 4.0 (1) | 06 Jun, 2026 | 254 | 13 |
sqljsonadaptorMakes %JSON.Adaptor methods accessible via SQL. | D David Hockenbroch | | 5.0 (1) | 11 May, 2026 | 66 | 6 |
DictionaryManagementDictionary management, enabling the quick lookup function of code and value pairs | B Brown Lucas | | 5.0 (1) | 21 Feb, 2026 | 104 | |
iris-searchtable-configSearchtable Config is a web tool for service configuration and XPath extraction, enabling users to manage XML XPath configurations for different services, with XML formatting, node selection, and XPath extraction capabilities. | d david Brown | | 4.5 (1) | 14 Feb, 2026 | 80 | |
iris-graphql-demoExample of using GraphQL with InterSystems IRIS with Graphene, S | A Alberto Fuentes | | 5.0 (1) | 10 Feb, 2026 | 294 | |
M-N-external-JSONExport M:N Relationship with JSON using SQL | Robert Cemper | | 5.0 (1) | 25 Jan, 2026 | 295 | 1 |
foreign-tablesexample for using Foreign Tables with CSV | Robert Cemper | | 5.0 (1) | 25 Jan, 2026 | 225 | |
iris-pgwirePostgreSQL wire protocol server for InterSystems IRIS - Connect any PostgreSQL client to IRIS | Thomas Dyar | | 0.0 (0) | 26 Dec, 2025 | 57 | |
iris-airflow-providerApache Airflow provider for InterSystems IRIS. | Muhammad Waseem | | 0.0 (0) | 10 Dec, 2025 | 190 | |
sqlancer-irisAutomated SQL Testing for InterSystems IRIS Using Differential O | Dmitry Maslennikov | | 0.0 (0) | 04 Dec, 2025 | 154 | |
demo-dbs-irisThis project provides a Docker container running an InterSystems IRIS database. The database includes multiple namespaces, each featuring demo datasets designed for exploring various scenarios, including data analysis, application prototyping, and testing. | A Andreas Schneider | | 5.0 (1) | 23 Nov, 2025 | 576 | |
iris-cdc-sampleSample how to do CDC using IRIS, Postgresql, Kafka, Collumnar DB and BAM | Yuri Marx | | 5.0 (1) | 18 Nov, 2025 | 130 | |
TablePluseTablePluse is an integrated tool designed to help developers and teams explore and understand SQL database tables, relationships, and schema structures. It provides a clear, visual way to analyze databases and lays the foundation for future features like UI screen planning and application mapping. | Ashok Kumar Thangavel | | 5.0 (1) | 28 Oct, 2025 | 93 | |
customer-support-agent-demoAI-powered customer support agent built with Python smolagents and InterSystems IRIS — SQL, RAG, and live interoperability | A Alberto Fuentes | | 4.5 (1) | 29 Aug, 2025 | 212 | |
iris-message-searchQuery messages for multiple services based on conditions | s sara aplin | | 4.5 (1) | 25 Jul, 2025 | 129 | 1 |
jupyter-for-moneyMy first Jupyter notebook | O Oliver Wilms | | 5.0 (1) | 04 May, 2025 | 188 | |
Jupyter Server Proxy for VS CodeVS Code extension to provide a local Jupyter server acting as a proxy for IRIS servers defined in Server Manager | John Murray | | 5.0 (1) | 02 Jan, 2025 | 507 | |
iris-presto-sampleSample for iris-presto package (using IRIS and PrestoDB ) | Yuri Marx | | 5.0 (1) | 17 Nov, 2024 | 343 | |
IRIS-Log-MonitorMonitor and display some information,Can be viewed more convenie | s sara aplin | | 3.0 (1) | 22 Sep, 2024 | 209 | 2 |
DataAIhttp://DataAI.link - Where Data Meets Intelligence! | I Irina Yaroshevskaya | | 0.0 (0) | 03 Aug, 2024 | 127 | |
iris-VectorLabThe application demonstrates the functionality of Vector Search. | Muhammad Waseem | | 5.0 (1) | 15 May, 2024 | 426 | 19 |
Hackupc24_interText-to-video application based on user photos. | J Jonathan Rodríguez Barja | | 0.0 (0) | 05 May, 2024 | 255 | |
iris-fhirsqlbuilder-dbt-integratedmlDemonstration of building predictive models trained on FHIR data | Thomas Dyar | | 0.0 (0) | 29 Mar, 2024 | 274 | |
SQLToolsVS Code database management for InterSystems IRIS | L Laurel James (GJS) | | 0.0 (0) | 12 Mar, 2024 | 543 | |
presto-irisPresto InterSystems IRIS Connector | Dmitry Maslennikov | | 5.0 (1) | 01 Feb, 2024 | 477 | |
trino-irisTrino InterSystems IRIS Connector | Dmitry Maslennikov | | 0.0 (0) | 01 Feb, 2024 | 380 | |
quiz-appGmOwl: Timed quizzes, diverse content. Admin control. | A Andrii Mishchenko | | 4.0 (1) | 04 Dec, 2023 | 401 | 4 |
fastapi-iris-demoSimple demo of using FastAPI, SQLAlchemy, and Alembic with IRIS | Dmitry Maslennikov | | 5.0 (2) | 22 Aug, 2023 | 345 | |