The Folding StuffWe're publishing it here because developers on the InterSystems platforms are increasingly using VSCode to edit their codebase, including via our 'Serenji' extension. However 'The Folding Stuff' works with any VSCode document that already supports folding and unfolding. | John Murray | | 0.0 (0) | 27 Sep, 2022 | 577 | |
UmlanjiVisualization of classes using UML modeling tools with XMI 1.2 support such as Enterprise Architect, Visual Paradigm, ArgoUML. | John Murray | | 0.0 (0) | 27 Sep, 2022 | 306 | |
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 |
iris-python-interoperability-templateA template to build interoperability component in pure python | G Guillaume Rongier | | 5.0 (1) | 27 Sep, 2022 | 1.3k | |
iris-ftp-sampleSample showing how to use InterSystems IRIS FTP Adapter | Yuri Marx | | 5.0 (1) | 26 Sep, 2022 | 408 | 16 |
iris-flowIRIS Flow is a tool which lets you create IRIS Interoperability productions just by connecting building blocks | José Pereira | | 4.0 (1) | 23 Sep, 2022 | 284 | 12 |
ObjectScript Extension Pack for VS CodeA Visual Studio Code extension pack for ObjectScript development. | John Murray | | 5.0 (1) | 23 Sep, 2022 | 861 | |
Docker InterSystems ExtensionDocker Extension for InterSystems | Dmitry Maslennikov | | 5.0 (5) | 20 Sep, 2022 | 1.1k | |
GraphQLGraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. | G Gevorg Arutiunian | | 0.0 (0) | 16 Sep, 2022 | 773 | |
n8n-nodes-irisSupport for InterSystems IRIS in an automation platform n8n | Dmitry Maslennikov | | 5.0 (1) | 15 Sep, 2022 | 789 | |
Digistat ConnectMultiple medical devices. One solution to harvest their data. | S Sabri Romdhani | | 0.0 (0) | 15 Sep, 2022 | 420 | |
Digistat Smart CentralEnhancing visibility of patient conditions | S Sabri Romdhani | | 0.0 (0) | 15 Sep, 2022 | 568 | |
The Ascom Myco 3 smartphoneThe Myco 3 makes information accessible to clinicians | S Sabri Romdhani | | 0.0 (0) | 15 Sep, 2022 | 506 | |
interoperability-testUnit Test Interoperability production interface | O Oliver Wilms | | 5.0 (1) | 15 Sep, 2022 | 447 | 12 |
interoperability-soapTool to help troubleshoot Generic SOAP Service interface | O Oliver Wilms | | 5.0 (1) | 15 Sep, 2022 | 306 | 3 |
demo-deploymentDeploy Demo of your InterSystems IRIS application | Dmitry Maslennikov | | 5.0 (1) | 14 Sep, 2022 | 281 | |
samba-iris-adapterInterSystems IRIS Support to Samba protocol (smb v2/v3) | Yuri Marx | | 5.0 (1) | 14 Sep, 2022 | 537 | 10 |
Sustainable Machine LearningSustainable Machine Learning for the InterSystems contest | L Lucas Enard | | 4.5 (1) | 11 Sep, 2022 | 966 | 10 |
production-monitorCustom Production Monitor | O Oliver Wilms | | 5.0 (1) | 11 Sep, 2022 | 526 | 18 |
appmsw-banks-ruAn example of working with the service for updating the list of Russian banks | Sergey Mikhailenko | | 5.0 (1) | 11 Sep, 2022 | 223 | 6 |
Community objectscriptQualityObjectScript code analysis for community projects | D Daniel Tamajon | | 4.0 (1) | 08 Sep, 2022 | 590 | |
DC AnalyticsInterSystems Developer Community analytics. | E Evgeniy Potapov | | 4.5 (2) | 06 Sep, 2022 | 762 | |
PMML Business OperationWith this simple Business Operation, you can easily leverage your predictive models (saved as PMML) in a Production. There's both a generic BO and a utility method that allows you to generate dedicated operation / request / response classes. | B Benjamin De Boe | | 0.0 (0) | 31 Aug, 2022 | 469 | |
iris-readonly-interopRead Only Role for Interoperability | G Guillaume Rongier | | 5.0 (2) | 30 Aug, 2022 | 534 | 114 |
iris-fine-tuned-mlTrain and tune a machine learning model using IRIS and Python | L Lucas Enard | | 4.0 (1) | 24 Aug, 2022 | 645 | |
iris-web-scrapingSimple web scraping using full Python in IRIS | L Lucas Enard | | 4.5 (1) | 24 Aug, 2022 | 374 | |
Data CatalogA single solution to easily discover and access reliable data | P Paulo Taylor | | 0.0 (0) | 24 Aug, 2022 | 523 | |
SETI ViewerAdd-on to unlock the Clinical Viewer feature of SETI. | L Louis Kabelka | | 0.0 (0) | 18 Aug, 2022 | 311 | 18 |
SETIExtends SDA and propagates to Health Insight & Clinical Viewer. | L Louis Kabelka | | 5.0 (1) | 18 Aug, 2022 | 795 | 38 |
iris-python-flask-api-templateThe simplest template with REST CRUD for InterSystems IRIS | L Lucas Enard | | 4.5 (1) | 17 Aug, 2022 | 926 | |
fhir-orga-dtThis is a simple full python IRIS production that gather information from a csv, use a DataTransformation to make it into a FHIR object and then, save that information to a FHIR server. | L Lucas Enard | | 4.5 (1) | 17 Aug, 2022 | 712 | |