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

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

Advent of Code ObjectScript Docker Template

Simple template to craft Advent of Code with ObjectScript in InterSystems IRIS

Evgeny Shvarov
Docker
5.0 (1)25 Jan, 2020 255

eXTreme for IRIS / Caché Example

A console .NET application which shows how to access, create and store globals from a .NET application using eXTreme.

I
Iryna Mykhailova
0.0 (0)13 Jan, 2020 173

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

PortletSamples

Sample DeepSee Portlets showing different ways to implement custom widgets

P
Peter Steiwer
5.0 (1)30 Dec, 2020 154

JSONExportManyToMany

Sample for %JSONExport against a class with Many to Many Relationship

P
Peter Steiwer
Docker
0.0 (0)30 Dec, 2020 163

iris-explorer

Angular Application that use the standard API discovery in InterSystems IRIS in order to inspect existing APIs and create new APIs using Swagger 2.0 OpenAPI specification

D
David Reche
Docker
4.3 (3)21 Dec, 2019 432

DeepSeeButtons

Tool for analyzing your DeepSee Environment

P
Peter Steiwer
4.0 (1)12 Dec, 2019 389

DSW Reports

Addon for DeepSee Web which provides online reports and PDF emailing reports from InterSystems DeepSee dashboards

S
Semion Makarov
0.0 (0)11 Dec, 2019 204

John Conway's Game of Life

With this class you could simulate Game of Life world that John Conway invented in 1970. We can see how John Conway universe evolves in our terminal

J
Jose Tomas Salvador
Docker
5.0 (1)11 Dec, 2019 219

Financial Fraud Prevention with ML and IRIS

Demo of how to apply Machine Learning and Business Rules to prevent frauds on financial transactions.

A
Amir Samary
Docker
ML
ML
5.0 (1)12 Nov, 2019 453

Twitter Sentiment Analysis with IRIS

Use IRIS Natural Language Processing and its interoperability capabilities to fetch realtime tweets and analyze their sentiment as well as their metadata.

A
Amir Samary
Docker
AI
0.0 (0)24 Oct, 2019 552

Frontier

%CSP.REST on steroids

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

iris-datatransform-unittest

IRIS Data Transform UnitTest Sample

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

msgpack

https://msgpack.org

M
Maks Atygaev
Docker
3.0 (1)23 Oct, 2019 198

DocumentTemplate

DocumentTemplate allows you to use ODT and DOCX files as templates for rendering reports or letters.

Z
Zenkov Artem
Docker
0.0 (0)17 Oct, 2019 287

HL7 and SMS Interoperability Demo

This application requires you to have Docker installed on your PC.

A
Amir Samary
Docker
5.0 (1)17 Oct, 2019 1.0k

RabbitMQ adapter

InterSystems IRIS adapter for RabbitMQ

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

Apache POI

ObjectScript part for apache-poi integration

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

SetEnv

Set Environment Variables

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

PythonGateway

Python Gateway for InterSystems Data Platforms.

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

simplemirror

Super SIMPLE mirroring solution with dockers

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

IRIS OAuth example

IRIS OAuth 2.0 simple example.

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

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 911

angular-material-iris-starter

IRIS with REST, Angular, Angular Angular Material Starter Project

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

ObjectScript-Foreach

Foreach function equivalent for ObjectScript

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

web HERALD

web HERALD is a Highly Extensible Rapid Application Development framework

M
Martin Weber
0.0 (0)23 Sep, 2019 232

Output-Capture

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

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

IRIS OData Client

Simple OData client for IRIS with TripPinWS examples

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

iris-webgateway-example

Example of containerised IRIS with separate Apache and WebGateway

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

iris-mirror-with-docker

Docker compose environment with demo IRIS configured with Mirroring

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

Https-Proxy-IRIS-Docker

Sample of an Https proxy for Intersystems Iris with docker

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