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

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

crypto-iris

3DES Cryptography support for InterSystems IRIS

Yuri Marx
Docker
5.0 (1)09 Mar, 2022 322

django-iris-realworld

Realworld application on Django and IRIS as database

Dmitry Maslennikov
Docker
Python
0.0 (0)25 Feb, 2022 233

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

django-iris-todo

A simple todo app built with Django and the ability to use IRIS

Dmitry Maslennikov
Docker
Python
4.0 (1)25 Feb, 2022 382

iris-python-dashboards

Data Visualization App Using Embedded Python

E
Evgeniy Potapov
Docker
Python
5.0 (1)22 Feb, 2022 561

iris-python-apps

Python IRIS Dashboard, Data Sciences, Plotting and Visualization

Muhammad Waseem
Docker
Python
4.0 (1)23 Feb, 2022 1.6k

blockchain - [ IRIS python ]

Save your logs in a blockchain structure

D
Davi Massaru Teixeira Muta
Docker
4.5 (1)04 Feb, 2023 616

django-iris

InterSystems IRIS backend for Django

Dmitry Maslennikov
Python
0.0 (0)20 Feb, 2022 730

IRIS-Database-and-Machine-Learning-Based-Approaches-for-Prediction-of-Spontaneous-Intracerebral-Hemo

IRIS-Database-and-Machine-Learning

F
Fatian Wu
Python
0.0 (0)20 Feb, 2022 357

IRIS Text2Audio

Text To Speech engine for InterSystems IRIS - Convert Text to Audio and Audio to Text

Yuri Marx
Docker
5.0 (1)20 Feb, 2022 356

Blinx AI - Turn Data into Intelligence in a blinx

The App Platform for AI Lifecycle

S
Suresh Vallabhaneni
AI
ML
ML
0.0 (0)15 Feb, 2022 453

appmsw-sql2xlsx

Module for exporting IRIS queries to an excel file using the python openxl library.

Sergey Mikhailenko
Docker
IPM
5.0 (1)23 Feb, 2022 454 36

AI Image Object Detector

Python Embedded IRIS Application to Analyze images and videos using Machine Learning and ImageAI

Yuri Marx
Docker
Python
5.0 (1)08 Feb, 2022 672

iris-kaggle-socrata-generator

Do you need some real data to use in your projects? Why not use real data from the best sources?

Henrique Dias
Docker
Python
IPM
4.5 (1)16 Jan, 2022 663 18

exchange-rate-cbrf-ui

UI for demonstration exchange-rate-cbrf

Sergey Mikhailenko
Docker
IPM
5.0 (1)16 Jan, 2022 226 18

exchange-rate-cbrf

Database of exchange rates of the Central Bank RF

Sergey Mikhailenko
Docker
IPM
5.0 (1)16 Jan, 2022 346 13

dataset-finance

Dataset of Finance Transactions in a CSV file for SQL LOAD DATA

O
Oliver Wilms
Docker
IPM
5.0 (1)15 Jan, 2022 310 22

IO-Redirect

IO Redirect in ObjectScript

Lorenzo Scalese
Docker
IPM
4.8 (2)15 Jan, 2022 904 578

ApacheLog-Dataset

Dataset from a real Apache webserver

E
Evgeniy Potapov
Docker
IPM
0.0 (0)16 Jan, 2022 853 11

PKI-Script

IRIS Public Key Infrastructure helper

Lorenzo Scalese
Docker
IPM
5.0 (1)15 Jan, 2022 866 156

promjet-stats

Statistics from promjet.ru site compared to Yandex.Metrika statistics

E
Evgeniy Potapov
Docker
IPM
5.0 (1)15 Jan, 2022 476

analyze-dataset-finance

Analytics companion to dataset-finance

O
Oliver Wilms
Docker
5.0 (1)14 Jan, 2022 240

Medical Datasets

Easy to use 12 DataSets containing 43 tables

Muhammad Waseem
Docker
IPM
4.5 (1)15 Jan, 2022 819 50

Predict Maternal Risk

Predict Maternal Risk from Health Dataset application

Yuri Marx
Docker
ML
ML
5.0 (1)13 Jan, 2022 519

Health Dataset

10 curated health datasets (cancer, heart, diabetes, kidney)

Yuri Marx
Docker
IPM
5.0 (4)13 Jan, 2022 1.5k 38

iris-python-faker

Python Faker from InterSystems IRIS

Dmitry Maslennikov
Docker
Python
IPM
5.0 (1)31 Mar, 2022 920 71

aoc-2021-uvg

Advent of code 2021 in objectscript classes

Y
Yuval Golan
Docker
IPM
5.0 (1)06 Jan, 2022 199 13

zap-api-scan-sample

An example on how to scan your REST APIs on IRIS using the OWASP

José Pereira
Docker
5.0 (1)05 Mar, 2023 1.4k

iris-python-examples

Embedded Python examples with notebook support.

G
Guillaume Rongier
Docker
Python
5.0 (2)13 Dec, 2021 9.4k

IRIS JSON Schema Validator

InterSystems IRIS JSON Schema support.

Yuri Marx
Docker
4.5 (1)10 Dec, 2021 929

appmsw-zpm-shields

Service for displaying version numbers of ZPM.

Sergey Mikhailenko
Docker
IPM
4.5 (1)10 Dec, 2021 315 6