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

711 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Applications with Docker
Clear filters
Application NameDeveloperMade withRatingLast updatedViewsInstalls

iris-rest-api-template

The simplest template with REST CRUD for InterSystems IRIS

Evgeny Shvarov
Docker
IPM
5.0 (2)25 Mar, 2024 1.4k 59

objectscript-package-template

Template for InterSystems ObjectScript classes published to Package Manager ZPM

Evgeny Shvarov
Docker
IPM
5.0 (1)25 Mar, 2024 543 50

InterSystems Ideas Waiting to be Implemented

Programmatic reports

The report creation is a tedious and non-productive task. You need an IDE, create a connection, create a SQL query, define report bands, drag-and-drop/design report columns, fields, labels, summarizations, margins, charts and prepare perfect pixel reports for print. To create a tradicional report the effort takes 4 to 12 hours. The idea is to define reports using object script instructions. With some minutes and with writing a few object script lines you can get a report equivalent to a tradicional report, with the benefit to create dynamic content for the reports (productivity). The idea includes yet the feature to allows to the developer set print restrictions for the PDF report generated (reduce carbon emission, not allowing print, only read). Benefits of this idea: 1 - Productivity - develop a report in minutes not in hours 2 - Reduce carbon emission - is possible restrict the PDF print 3 - Create dynamic reports using ObjectScript 4 - No need to install a report server, saving processor and memory resources (decreasing emissions) To create a report using source code, see this sample with Java, but could be in ObjectScript too: TextColumnBuilder<String> itemColumn = col.column("Item", "item", type.stringType()); TextColumnBuilder<Date> orderDateColumn = col.column("Order date", "orderdate", type.dateType()); TextColumnBuilder<Integer> quantityColumn = col.column("Quantity", "quantity", type.integerType()).setFixedWidth(50); TextColumnBuilder<BigDecimal> unitPriceColumn = col.column("Unit price", "unitprice", type.bigDecimalType()); ColumnTitleGroupBuilder titleGroup2 = grid.titleGroup("Group 2", quantityColumn, unitPriceColumn); ColumnTitleGroupBuilder titleGroup1 = grid.titleGroup("Group 1", orderDateColumn, titleGroup2).setTitleFixedWidth(450); report() .setTemplate(Templates.reportTemplate) .columnGrid(itemColumn, titleGroup1) .columns(itemColumn, orderDateColumn, quantityColumn, unitPriceColumn) .title(Templates.createTitleComponent("ColumnTitleGroup")) .pageFooter(Templates.footerComponent) .setDataSource(createDataSource()) .setSecurityRule(PrintRule.READ_ONLY) //if you want restrict print .printPDF();

Y
by Yuri Marx

5

Votes

3

Comments
Vote

RESTForms2

Forms adapter for InterSystems IRIS

Henry Pereira
Docker
IPM
5.0 (2)25 Mar, 2024 791 1.3k

sql-builder

A flexible and powerful SQL query string builder for InterSystems IRIS

Henry Pereira
Docker
IPM
3.0 (1)25 Mar, 2024 571 22

irishealth-ensdemo

InterSystems IRIS for Health ENSDEMO

R
Renan Lourenco
Docker
IPM
4.5 (1)25 Mar, 2024 539 158

objectscript-starter-pack-example

ObjectScript starter pack

M
Maks Atygaev
Docker
IPM
3.0 (1)25 Mar, 2024 151 23

ssl-client

adds ssl client configuration to your InterSystems IRIS server

Evgeny Shvarov
Docker
IPM
5.0 (1)25 Mar, 2024 426 12.3k

covid-19 analytics

analytics for covid-19

Evgeny Shvarov
Docker
IPM
5.0 (2)25 Mar, 2024 655 21

JSON-Filter

ObjectScript server side JSON filter.

Lorenzo Scalese
Docker
IPM
5.0 (1)25 Mar, 2024 486 121

IRIS External Table

IRIS External Table allows you to access files in the local filesystem and cloud BLOB storage such as AWS S3 and Azure BLOB Storage as regular IRIS SQL tables.

A
Anton Umnikov
Docker
IPM
4.3 (2)25 Mar, 2024 608 22

Production Manager

REST API to manage IRIS Interoperability Productions.

N
Nikolay Solovyev
Docker
IPM
5.0 (1)25 Mar, 2024 351 124

posts-and-tags-dataset

Repository with Post data from community.intersystems.com data to solve posts and tags issue in InterSystems AI programming Contest

S
Semion Makarov
Docker
IPM
ML
ML
5.0 (1)25 Mar, 2024 300 28

Multi-Line-Command-Editor

Terminal Multi-Line Input + Editor

Robert Cemper
Docker
IPM
5.0 (1)25 Mar, 2024 432 33

RestFormsUI2

Client for restforms2

Anton Gnibeda
Docker
IPM
0.0 (0)25 Mar, 2024 305 431

interfaces-diskspace-validation

A tool for estimating interfaces disk space and purge validation

N
Netanel Frankel
Docker
IPM
5.0 (1)25 Mar, 2024 276 19

WebTerminal

Web-based terminal for InterSystems products. WebTerminal is a flexible tool that can be easily embedded into any other projects, used on mobile devices and vastly enhance the terminal experience with autocomplete, syntax highlighting and more.

Nikita Savchenko
Docker
IPM
4.8 (11)25 Mar, 2024 4.6k 22.9k

EnsembleWorkflow

Restful web API for InterSystems Ensemble / InterSystems IRIS Workflow

E
Eduard Lebedyuk
Docker
IPM
4.3 (2)25 Mar, 2024 662 2.8k

delete-helper

A Super class for adding a code-generator %OnDelete method

N
Netanel Frankel
Docker
IPM
5.0 (1)25 Mar, 2024 352 19

dsw-map

It is map examples of different regions to render in DeepSeeWeb

S
Semion Makarov
Docker
IPM
3.0 (1)25 Mar, 2024 337 11

Vector-inside-IRIS

run vector search inside IRIS

Robert Cemper
Docker
Python
IPM
5.0 (1)21 Mar, 2024 235 1

googlesheets-adapter

Inbound and Outbound adapters for Google Sheets

N
Nikolay Solovyev
Docker
0.0 (0)17 Mar, 2024 114

iris-teams-adapter

Adapter to connect your IRIS producction with Microsoft Teams

Kurro Lopez
Docker
IPM
4.6 (5)14 Mar, 2024 364 9

bg-openai

The BG-OpenAI project is example of using OpenAi in iris

Maria Nesterenko
Docker
IPM
AI
4.5 (1)13 Mar, 2024 242 10

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 302

Row Storage vs. Columnar in IRIS native

performance check with COS inside IRIS

Robert Cemper
Docker
IPM
5.0 (2)05 Mar, 2024 146 1

iris-cloudsql-exporter

Pull Observability Metrics from your Cloud Based IRIS Cloud SQL Deployment

Ron Sweeney
Docker
Python
0.0 (0)05 Mar, 2024 102

formation-fhir-python

Training on FHIR and Python based on IRIS for Health.

G
Guillaume Rongier
Docker
Python
0.0 (0)29 Feb, 2024 442

workshop-py-columnar

Workshop for columnar storage purpose

Luis Angel Pérez Ramos
Docker
4.5 (2)29 Feb, 2024 134

JsonTraceViewer

Display trace as JSON

G
Guillaume Rongier
Docker
IPM
4.8 (4)26 Feb, 2024 672 582

Docker Demo Directory

offer a list of demo repos

Robert Cemper
Docker
0.0 (0)25 Feb, 2024 194