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

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

RESTFUL_API_For_Hotel_OverBooking_System

Develop RESTFUL Data API in InterSystems IRIS Data Platform Development for Hotel Overbooking Management System. PS:The overbooking management system combines the unique conditions of the hotel, such as room prices, order channels, customer needs (etc...). System uses machine learning algorithms (such as: KNN/ES-RNN...) to accurately predict the daily no-show and occupancy rate of the hotel, and further combines with the revenue equation to find the best largest room sales volume, which can significantly increase the hotel marginal revenue.

j
jingqi LIu
Docker
0.0 (0)28 Feb, 2021 744

units

Library and examples of units of measure to work with physical objects implementation in ObjectScript. The first version includes the SI unit system. Next will be added American customary units, units of currency, bits and bytes, font and pixel sizes.

D
Dmitrii Kuznetsov
Docker
4.0 (1)27 Feb, 2021 249

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

IRIS-REST-API-DATABASEMANAGER

Create persistent Tables and Datas in Cache Database using REST API

L
Lucas Bourré
Docker
IPM
5.0 (1)26 Feb, 2021 381 21

iris-google-run-deploy-template

Simple InterSystems IRIS docker solution deployment to Google Run template

Evgeny Shvarov
Docker
IPM
5.0 (1)26 Feb, 2021 425 15

M-commands instead of Excel formulas in cells

Mumps (Cache' ObjectScript) in cells

alex kosinets
4.5 (1)24 Feb, 2021 281

workshop-pex

Workshop: InterSystems IRIS Interoperability + PEX using Java

A
Alberto Fuentes
Docker
5.0 (1)24 Feb, 2021 451

IRIS memory configuration wizard

Simple/sample wizard to help configure InterSystems IRIS memory settings

B
Benjamin De Boe
IPM
5.0 (3)23 Feb, 2021 566 22

EnsDemo Iris installer

ENSDEMO port to IRIS without HL7 and DICOM exemples

G
Guillaume Rongier
Docker
4.5 (2)23 Feb, 2021 452

springboot-iris-crud

Java Spring Boot Crud API Example

Yuri Marx
Docker
3.5 (1)03 Feb, 2021 875

iris-sftp-logs

IRIS solution for managing SFTP log files

O
Oliver Wilms
Docker
IPM
5.0 (1)31 Jan, 2021 530 16

iris-vaccine-tracker

Showing the COVID-19 vaccination track count around the world and the COVID-19 Treatment and Vaccine development. Using as backend InterSystems IRIS in a multi-model schema.

Henrique Dias
Docker
0.0 (0)30 Jan, 2021 360

iris-multimodel-suite

An application using multimodel concepts with real world data featuring an interactive chart of Cryptocoins from the biggest Exchange. A graph chart of fish species from all the world where you can see the pictures of each one and a blog using globals example. All Integration to ingest data are from public APIs and a great video explaining the solution.

R
Renato Banzai
Docker
Python
4.5 (1)30 Jan, 2021 509

IRIS Publisher

This is an application to generate your online dynamic or offine static application documentation. You create XData to your classes with "text/html" or "text/markdown" mime type and the IRIS Publisher will collect all XData and create your documentation site using MkDocs.

Yuri Marx
Docker
5.0 (1)29 Jan, 2021 605

zapm-addcmd

An example of adding new commands to the zapm shell

Sergey Mikhailenko
Docker
IPM
4.0 (1)27 Jan, 2021 165 22

GeoDatas

This project contains an example of how we get to manipulate geographic data on an IRIS Intersystem platform.

D
Davi Massaru Teixeira Muta
Docker
3.5 (1)25 Jan, 2021 384

qewd-jsdb-kit-iris

This kit allows you to find out about, explore and try out the unique QEWD-JSdb "persistent JavaScript Objects", made possible by IRIS Globals. For simplicity of use and speed and ease of installation, the kit is designed for use with the IRIS Community Edition Docker Container: you can be up and running in a matter of a few minutes. However, QEWD-JSdb and the Node.js-based QEWD framework can be easily installed on any IRIS (or Cache) system. Layered on top of QEWD-JSdb's persistent JavaScript objects are several examples of the multi-model capability it provides: Lists, key/object store and XML DOM. The latter is a great example of the persistent Objects concept: it includes XPath query capability, provided by the standard, unmodified Node.js XPath module. This module is designed to work with an in-memory XML DOM, and does not know or care that the DOM object provided by QEWD-JSdb is actually on-disk (in IRIS Globals)! The kit includes tutorials for QEWD-JSdb itself and the three layered database models. You can try out the tutorial examples interactively using the Node.js REPL. Also included are web-based "explorer" applications that allow you to watch the database models in action. Finally, using the QEWD Monitor application's graphical QEWD-JSdb Inspector option, you can explore the underlying hierarchical storage of the IRIS Globals created and maintained in the tutorials and explorer applications.

R
Rob Tweed
0.0 (0)25 Jan, 2021 291

BeI-MultiModel

We've used a IRIS backend that is called via a REST-API from a react frontend application.

i
ivo Ver Eecke
Docker
IPM
4.0 (3)25 Jan, 2021 336

ha-iris-k8s

Highly available IRIS deployment on Kubernetes without mirroring

A
Anton Umnikov
0.0 (0)22 Jan, 2021 570

IRISDocDBRESTAPIPostmanCollectionSample

A Postman Collection of REST API calls to demonstrate InterSystems IRIS DocDB basic calls

N
Netanel Frankel
5.0 (1)20 Jan, 2021 306

FirstLook-Globals

Firstlook example of InterSystems Globals

Evgeny Shvarov
Docker
5.0 (1)15 Jan, 2021 173

iris-multi-model-api-template

a simple demo of InterSystems IRIS multi-model data management via REST API

Evgeny Shvarov
Docker
IPM
5.0 (1)11 Jan, 2021 457 13

RESTFileTransfer

Example of how to transfer files using RESTful services

I
Iryna Mykhailova
Docker
5.0 (1)04 Jan, 2021 573

iris-pygw-blueprint

Short blueprint example of the connection between python and iris via new python gateway available in InterSystems IRIS Data Platform 2020.3+

A
Aleksandar Kovacevic
Docker
Python
4.5 (1)27 Dec, 2020 204

website-analyzer

InterSystems IRIS NLP Analyzer to websites. Extract all website content with the app crawler and analyze into Text Analytics Domain Explorer and in the BI User Portal.

Yuri Marx
Docker
AI
5.0 (1)24 Dec, 2020 549

dataking-server

A simple and fast way to send data from your application to the IRIS database for further processing and search for insights.

Alexey Nechaev
2.0 (1)20 Dec, 2020 197

objectscript-json-patch

An implementation of JSON-Path in ObjectScript.

G
Guillaume Rongier
IPM
4.5 (2)08 Dec, 2020 256 15

CaloryHelper

Service for establishing amount of calory in product

D
Daniil Gorokhov
Docker
Python
0.5 (1)30 Nov, 2020 173

OCR Service

OCR Interoperability Service. This app get an image or pdf, extract text using OCR from Tesseract, send to the NLP index and returns to the user. The app uses a PEX Business Operation in ObjectScript consuming a Java class thats uses Tesseract. This app has NLP to the OCR extracted text too. Enjoy OCR + NLP!!

Yuri Marx
Docker
5.0 (2)20 Nov, 2020 1.1k

iris-container-recipes

Examples of InterSystems IRIS container scripts

E
Eduard Lebedyuk
Docker
5.0 (1)20 Nov, 2020 166

isc-generate-db

Creating a new database, namespace, CSP/REST Application never been so easy.

Henrique Dias
Docker
IPM
5.0 (1)18 Nov, 2020 394 17