Welcome to Open Exchange

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.

Top contributors

Featured applications

835 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
InterSystems IRIS
Application NameDeveloperMade withRatingLast updatedViewsInstalls

Frontier

%CSP.REST on steroids

R
Rubens Silva
0.0 (0)23 Oct, 2019 370

iris-datatransform-unittest

IRIS Data Transform UnitTest Sample

A
Alberto Fuentes
Docker
4.0 (1)23 Oct, 2019 279

InterSystems Ideas Waiting to be Implemented

Parser for arbitrary binary protocols

Rapid 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
by Eduard Lebedyuk

3

Votes

0

Comments
Vote

RabbitMQ adapter

InterSystems IRIS adapter for RabbitMQ

E
Eduard Lebedyuk
0.0 (0)16 Oct, 2019 738

Apache POI

ObjectScript part for apache-poi integration

E
Eduard Lebedyuk
0.0 (0)16 Oct, 2019 325

SetEnv

Set Environment Variables

E
Eduard Lebedyuk
2.5 (1)13 Oct, 2019 260

PythonGateway

Python Gateway for InterSystems Data Platforms.

E
Eduard Lebedyuk
Docker
Python
0.0 (0)10 Oct, 2019 13.7k

simplemirror

Super SIMPLE mirroring solution with dockers

M
Mario Sanchez Macias
Docker
5.0 (1)08 Oct, 2019 325

IRIS OAuth example

IRIS OAuth 2.0 simple example.

D
Dmitrii Kuznetsov
Docker
3.0 (1)07 Oct, 2019 488

vscode-multi-connection

Example project, how to configure and use multiple connections in one namespace with VSCode-ObjectScript

Dmitry Maslennikov
Docker
5.0 (1)03 Oct, 2019 1.0k

angular-material-iris-starter

IRIS with REST, Angular, Angular Angular Material Starter Project

S
Sergey Shutov
Docker
0.0 (0)25 Sep, 2019 885

ObjectScript-Foreach

Foreach function equivalent for ObjectScript

D
David Crawford
Docker
3.0 (1)24 Sep, 2019 393

Output-Capture

👮 Captures the output of common ObjectScript terminal verbs, such as zwrite

D
David Crawford
2.0 (1)19 Sep, 2019 333

IRIS OData Client

Simple OData client for IRIS with TripPinWS examples

S
Sean Connelly
4.8 (2)10 Sep, 2019 309

iris-mirror-with-docker

Docker compose environment with demo IRIS configured with Mirroring

Dmitry Maslennikov
Docker
5.0 (1)24 Aug, 2019 366

iris-webgateway-example

Example of containerised IRIS with separate Apache and WebGateway

Dmitry Maslennikov
Docker
5.0 (1)26 Aug, 2019 543

Https-Proxy-IRIS-Docker

Sample of an Https proxy for Intersystems Iris with docker

G
Guillaume Rongier
Docker
4.5 (1)20 Aug, 2019 224

Samples-ObjectScript

ObjectScript samples for use with the ObjectScript tutorial. Meant for use with InterSystems IRIS Data Platform.

J
Joel Solon
Docker
5.0 (2)16 Aug, 2019 340

Object Synchronization

Playing with Object Synchronization feature

J
Jose Tomas Salvador
Docker
4.3 (2)16 Aug, 2019 220

ToolBox-4-Iris

API for InterSystems IRIS with a collection of handy and useful tools

R
Richard Zimmermann
4.0 (1)06 Aug, 2019 373

Nested Set Model

Nested Set Model implementation for ObjectScript

N
Nikolay Solovyev
Docker
5.0 (1)01 Aug, 2019 256

Python Gateway Samples

Examples of PythonGateway Usage. Python Gateway for InterSystems Data Platforms. Execute Python code and more from InterSystems IRIS brings you the power of Python right into your InterSystems IRIS environment.

E
Eduard Lebedyuk
Docker
AI
ML
ML
0.0 (0)31 Jul, 2019 460

Anti CSRF CSP

A method for mitigating anti CSRF attacks on CSP derived api calls

D
David Crawford
1.5 (1)30 Jul, 2019 391

Forgery

An auxiliary tool used to mimick requests to %CSP.REST and Frontier.Router based classes.

R
Rubens Silva
3.0 (1)25 Jul, 2019 215

Random Read IO Storage Performance Tool

Random Read IO Performance Tool for InterSystems IRIS Database

A
Anthony Pepper
3.0 (1)25 Jul, 2019 254

Objectscript Roman Numeral Converter

📜 Converts numbers into roman numerals using ObjectScript

D
David Crawford
Docker
4.2 (3)23 Jul, 2019 362

XSLFOWrapper

Making possible to use the HotJVM feature, when the XSL-FO file is not defined in the ReportDisplay block, but comes from a different source instead.

A
Attila Toth
1.5 (1)18 Jun, 2019 273

iris-nodejs-101

Enjoy!

D
David Reche
0.0 (0)21 May, 2019 305

PHP-module for IRIS

Module has excelence speed because uses c-callin interface for access to DB.

S
Sergey Kamenev
Docker
0.0 (0)23 May, 2019 535

TSQL Checkers

Demonstration of TSQL support in InterSystems IRIS. Checkers game

A
Anton Umnikov
Docker
3.5 (1)08 May, 2019 208

ArduinoSnippets

Connect your Arduino to Caché via com port (or usb<->com)

E
Eduard Lebedyuk
0.0 (0)22 Apr, 2019 208