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

1080 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Status
Application NameDeveloperMade withRatingLast updatedViewsInstalls

Nested Set Model

Nested Set Model implementation for ObjectScript

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

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 466

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

Caché Localization Manager

It is a tool for localization/internationalization/adding multi-language support to a project based on InterSystems Caché©.

G
Gevorg Arutiunian
2.0 (1)20 Feb, 2019 197

Anti CSRF CSP

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

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

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 223

Random Read IO Storage Performance Tool

Random Read IO Performance Tool for InterSystems IRIS Database

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

Objectscript Roman Numeral Converter

📜 Converts numbers into roman numerals using ObjectScript

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

Log Production Queue Counts

A simple scheduled task and persistent table for logging production queue counts.

R
Robert Hanna
Docker
2.0 (1)22 Jul, 2019 196

Cogs JSON Class

Convert JSON to and from Caché classes

S
Sean Connelly
5.0 (2)17 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 277

iris-nodejs-101

Enjoy!

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

PHP-module for Caché

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

S
Sergey Kamenev
0.0 (0)23 May, 2019 278

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 539

TSQL Checkers

Demonstration of TSQL support in InterSystems IRIS. Checkers game

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

isclib

Go library for interacting with InterSystems Corporation products like Cache and Ensemble

K
Kyle Michel
0.0 (0)07 May, 2019 338

ArduinoSnippets

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

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

Caché Tortoize Git

Source Version Control plugin for Caché Studio. Caché Git allows working with git-repos straight from Caché Studio.

A
Alexander Koblov
0.0 (0)22 Apr, 2019 858

RGateway

Use R language with InterSystems IRIS

S
Shiao-Bin Soong
AI
ML
ML
0.0 (0)22 Apr, 2019 728

CosNumberTranslate

The function also allows to treat the numbers of 10^9 (millards) in English-speaking countries format.

Kurro Lopez
Docker
4.7 (3)06 Mar, 2024 343

ObjectScript Visual Editor

A Web-based touch-friendly IDE for InterSystems products which allows to create and manage classes literally without touching any code. However, you can also edit code and use embedded WebTerminal there.

Nikita Savchenko
Docker
5.0 (1)31 Mar, 2019 463

isc-tar

TAR compress tool

Dmitry Maslennikov
Docker
IPM
4.5 (1)26 Mar, 2020 718 25

WebSockets Tutorial

A short tutorial on WebSockets in InterSystems IRIS 2018.1+ and Caché 2016.2+

L
Lily Taub
5.0 (2)22 Mar, 2019 510

Ethereum Interoperability Adapter

Interoperability adapter to work with Ethereum transactions and smart-contracts from InterSystems IRIS application : read, write, signed and unsigned

N
Nikolay Solovyev
0.0 (0)06 Mar, 2019 853

iknow-entity-browser

Visualizer of relations between iKnow entities. Text data visual analysis.

Nikita Savchenko
0.0 (0)04 Feb, 2019 354

QEWD.js

QEWD.js is a Node.js framework for REST APIs, interactive WebSocket and/or Ajax applications, capable of running as a monolithic application or split across MicroServices. Fully supports Cache, Ensemble and IRIS, allowing use of existing Cache ObjectScript code, Cache Objects and Cache SQL, but also allows the database to be abstracted as a persistent JSON / Document database.

R
Rob Tweed
Docker
5.0 (1)28 Jan, 2019 460

Laracache

Laravel package providing InterSystems Cache as a data source using ODBC

J
Jean Dormehl
Docker
0.0 (0)07 Dec, 2018 500

Cache ODBC for Node.js

ODBC Bindings for node.js and Caché

K
Kostiantyn Kovalchuk
Docker
0.0 (0)04 Dec, 2018 610

yape

Tool to visualize pbuttons(/SystemPerformance) data

F
Fabian Haupt
Docker
Python
4.5 (1)16 Nov, 2018 867

WebDAV

WebDAV implementation for InterSystems products.

E
Eduard Lebedyuk
0.0 (0)16 Nov, 2018 437

deepsee-sysmon-dashboards

A small set od DeepSee dashboards for selected system monitor metrics - data collected by %SYSMONMGR utility.

S
Semion Makarov
0.0 (0)16 Nov, 2018 206