pex-demoDemo showcasing InterSystems IRIS integration with Kafka via PEX (java, .net) | E Eduard Lebedyuk | | 5.0 (2) | 16 Jul, 2020 | 960 | |
iris-integratedml-monitor-exampleExample on extending %Monitor.Adaptor to monitor IRIS IntegrateML models performance metrics. | José Pereira | | 0.0 (0) | 12 Jul, 2020 | 537 | |
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 |
restforms2-angularui-demoAn example of REST API and Angular UI generator for InterSystems IRIS persistent class | Evgeny Shvarov | | 4.5 (1) | 24 Jun, 2020 | 453 | |
isc-webgateway-letsencryptHttps example for webgateaway using letsencrypt | Lorenzo Scalese | | 0.0 (0) | 10 Jun, 2020 | 391 | |
CRUD-GLOBALS-IRISNATIVEAPI-JAVACRUD operation & Search on globals using IRIS Native API for Java. | M Muni Ganesh | | 4.0 (1) | 07 Jun, 2020 | 259 | |
iris-python-suiteA suite of tools and examples to show how powerful InterSystems IRIS can be when combined with Python by the API Python Native API. Including: - A machine learning chatbot - A chart to show any global as a graph - A COVID-19 analysis | R Renato Banzai | | 0.5 (1) | 06 Jun, 2020 | 575 | |
Perfomance comparison of IRIS Native API and EAV-approachBrowser view and cli script available. | S Sergey Kamenev | | 5.0 (1) | 03 Jun, 2020 | 356 | |
CacheDirectEmulator for InterSystems IRIS Data Platform.Net class mimics Cache Direct(Aka VisM.OCX) interfaces | H Hiroshi Sato | | 0.0 (0) | 01 Jun, 2020 | 757 | |
PythonGateway-TemplatePythonGateway Template repository | E Eduard Lebedyuk | | 0.5 (1) | 29 May, 2020 | 514 | |
RSAExample of Asymmetric RSA encryption on JS side with InterSystems IRIS decryption | E Eduard Lebedyuk | | 3.5 (1) | 10 May, 2020 | 313 | |
native-api-contest-templateTemplate to get participants in the InterSystems Native API programming contest started | R Robert Kuszewski | | 5.0 (1) | 07 May, 2020 | 517 | |
REST for Tasks on my Status ReportIris Rest App for Tasks for Status Report | O Oliver Wilms | | 4.5 (1) | 30 Apr, 2020 | 278 | 24 |
FHIR-HL7v2-SQL-DemoThe FHIR repo can be query in SQL. | G Guillaume Rongier | | 5.0 (1) | 17 Apr, 2020 | 892 | |
BlocksExplorerDatabase Blocks Explorer for InterSystems Caché | Dmitry Maslennikov | | 5.0 (1) | 29 Mar, 2020 | 383 | |
SEA BATTLE on EXCELAn example of using virtual excel deployed in M | alex kosinets | | 4.5 (1) | 18 Mar, 2020 | 184 | |
objectscript-contest-templateThe template repository for InterSystems IRIS, Docker and ObjectScript Online Programming Contest - https://community.intersystems.com/post/join-online-programming-contest-intersystems-iris-docker-and-objectscript | Evgeny Shvarov | | 5.0 (1) | 11 Mar, 2020 | 254 | |
iris-sample-rest-angularSample Angular app using InterSytems IRIS as backend. | A Alberto Fuentes | | 0.0 (0) | 02 Mar, 2020 | 453 | |
EXCEL SUDOKUThis game is made using EXCEL INTERFACE technology. -- to increase the difficulty level, click 5 (cell L3 ) - to get a hint click help (cell D3 ) on/off -- to restart click R (left-top) | alex kosinets | | 4.5 (1) | 01 Mar, 2020 | 277 | |
FirstLook-GlobalsFirstlook example of InterSystems Globals | Evgeny Shvarov | | 5.0 (1) | 15 Jan, 2021 | 162 | |
eXTreme for IRIS / Caché ExampleA console .NET application which shows how to access, create and store globals from a .NET application using eXTreme. | I Iryna Mykhailova | | 0.0 (0) | 13 Jan, 2020 | 225 | |
PortletSamplesSample DeepSee Portlets showing different ways to implement custom widgets | P Peter Steiwer | | 5.0 (1) | 30 Dec, 2019 | 198 | |
JSONExportManyToManySample for %JSONExport against a class with Many to Many Relationship | P Peter Steiwer | | 0.0 (0) | 30 Dec, 2019 | 207 | |
John Conway's Game of LifeWith this class you could simulate Game of Life world that John Conway invented in 1970. We can see how John Conway universe evolves in our terminal | J Jose Tomas Salvador | | 5.0 (1) | 11 Dec, 2019 | 270 | |
Advent of Code ObjectScript Docker TemplateSimple template to craft Advent of Code with ObjectScript in InterSystems IRIS | Evgeny Shvarov | | 5.0 (1) | 25 Jan, 2020 | 297 | |
simplemirrorSuper SIMPLE mirroring solution with dockers | M Mario Sanchez Macias | | 5.0 (1) | 08 Oct, 2019 | 325 | |
IRIS OAuth exampleIRIS OAuth 2.0 simple example. | D Dmitrii Kuznetsov | | 3.0 (1) | 07 Oct, 2019 | 488 | |
vscode-multi-connectionExample project, how to configure and use multiple connections in one namespace with VSCode-ObjectScript | Dmitry Maslennikov | | 5.0 (1) | 03 Oct, 2019 | 1.0k | |
angular-material-iris-starterIRIS with REST, Angular, Angular Angular Material Starter Project | S Sergey Shutov | | 0.0 (0) | 25 Sep, 2019 | 882 | |
IRIS OData ClientSimple OData client for IRIS with TripPinWS examples | S Sean Connelly | | 4.8 (2) | 10 Sep, 2019 | 307 | |
iris-mirror-with-dockerDocker compose environment with demo IRIS configured with Mirroring | Dmitry Maslennikov | | 5.0 (1) | 24 Aug, 2019 | 365 | |