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

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

iris-analytics-template

Basic template for IRIS Analytics solutions

Evgeny Shvarov
Docker
IPM
5.0 (2)13 Aug, 2024 997 88

objectscript-package-example

ObjectScript Package example with simplified folder structure

Evgeny Shvarov
Docker
IPM
5.0 (1)12 Aug, 2024 586 45

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

iris-RAG-Gen

RAG Personal ChatGPT app leverages IRIS Vector Search func.

Muhammad Waseem
Docker
Python
IPM
AI
5.0 (1)31 Jul, 2024 402 1

iris-errors-analysis-graph

Analyze errors on the IRIS portal generate statistical graphs.

L
Lucas Fernandes
Docker
Python
IPM
AI
1.8 (2)28 Jul, 2024 216

irisfirebase

Firebase module for InterSystems IRIS

D
Daniel Aguilar
Docker
Python
IPM
5.0 (1)27 Jul, 2024 204 3

iris-email-analyzer-app

Iris Email Analyzer for suspicious or confidential content.

E
Eric Mariasis
Docker
Python
IPM
AI
4.5 (1)23 Jul, 2024 217

Game Of Throne Analytics

Game of Throne deaths analytics

Evgeny Shvarov
Docker
IPM
4.3 (2)19 Jul, 2024 520 7

MDX2JSON

RESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems Caché. Also provides information about DeepSee objects.

E
Eduard Lebedyuk
IPM
4.5 (2)12 Jul, 2024 1.0k 34.0k

OPNLib-Timer

Timers Generator Tool. Allows whatever application process to easily orchestrate taks, defining its own timers that will wake it up to make actions.

J
Jose Tomas Salvador
Docker
IPM
5.0 (1)10 Jul, 2024 192 14

samples-bi-demo

Demo of InterSystems IRIS BI cubes, pivots and dashboards in DSW

Evgeny Shvarov
Docker
IPM
4.5 (1)14 Jun, 2024 306 14

iris-angular-template

A template for RESTful IRIS applications using Angular

E
Elijah Tamarchenko
Docker
IPM
4.0 (1)07 Jun, 2024 237 2

iris-pkcs7-util

An util to create CMS/pkcs7 object

G
Guillaume Rongier
Docker
Python
IPM
3.5 (1)27 May, 2024 189 7

iris-medicopilot

MediCopilot uses AI to assist healthcare professionals

Henry Pereira
Docker
Python
IPM
AI
4.5 (1)19 May, 2024 476 7

iris-health-coach

LLM Health Coach using InterSystems Vector DB

Z
Zacchaeus Chok
IPM
AI
ML
ML
4.5 (1)18 May, 2024 307 7

companies-search

Find a company based on Glassdoor with Vector Search and GPT.

L
Lucas Fernandes
Docker
Python
IPM
AI
5.0 (1)17 May, 2024 309 2

iris-VectorLab

The application demonstrates the functionality of Vector Search.

Muhammad Waseem
Docker
Python
IPM
AI
5.0 (1)15 May, 2024 282 19

BG-AppealAI

Appeals against insurance company denials

Katsiaryna Shaustruk
Docker
IPM
AI
4.0 (1)15 May, 2024 547 2

iris-image-vector-search

Using IRIS vector search to achieve image retrieval

s
shan yue
Docker
Python
IPM
4.5 (1)15 May, 2024 217 1

AutoML Churn Predict Showroom

InterSystems IRIS AutoML Showroom

Yuri Marx
Docker
IPM
ML
ML
5.0 (1)12 May, 2024 126

AriticleSimilarity

Comparing article similarity through vector search

x
xuanyou du
Docker
IPM
3.5 (1)09 May, 2024 232

ImageSearchVideo

An image search corresponds to a video application

R
Rebecca Deng
Docker
IPM
4.5 (1)07 May, 2024 145

Demo-Pandas-Analytics

Demo application to demonstrate how to use the analytics power of IRIS Embedded Python

E
Evgeniy Potapov
Docker
Python
IPM
5.0 (1)03 May, 2024 117 10

hl7v2-to-kafka

A simple IRIS interoperability application - transform HL7 and send it to Kafka

S
Sylvain Guilbaud
Docker
IPM
5.0 (1)01 May, 2024 246

geo-vector-search

mathematical use of vector search

Robert Cemper
Docker
IPM
5.0 (3)27 Apr, 2024 302

deployed-code-template

An example of how to deploy ObjectScript without source via IPM

Evgeny Shvarov
Docker
IPM
5.0 (2)22 Apr, 2024 154 9

iris-openai

Library for use Open AI

Kurro Lopez
Docker
IPM
AI
5.0 (5)18 Apr, 2024 913 41

foreign-tables

example for using Foreign Tables with CSV

Robert Cemper
Docker
IPM
5.0 (1)09 Apr, 2024 125

iris-analytics-notebook

A notebook approach to use IRIS analytics capabilities.

José Pereira
Docker
IPM
4.0 (1)25 Mar, 2024 379 26

sql-rest-api

Simple REST API web app which accepts SQL and returns the result in JSON

Evgeny Shvarov
Docker
IPM
5.0 (1)25 Mar, 2024 591 34

cpipe-for-AoC2020

A practical example to consume external modules as solutions using cpipe

Robert Cemper
Docker
Python
IPM
5.0 (1)25 Mar, 2024 274 26