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

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

fhir-openapi-gen

A code base for the processing and formulation of the openapi spec for fhir resources and profiles

C
Cesar Duran
Docker
Python
IPM
3.0 (1)12 Aug, 2021 708 16

iris_satellite_plantation

Detection of plantations remotely in satellite images.

R
Renato Banzai
Python
0.0 (0)19 Jul, 2021 287

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

iKnow

The iKnow Natural Language Processing technology was originally developed in Belgium and then acquired by InterSystems in 2010. In February 2020, InterSystems published the technology to open source, expanding the possible use cases for it beyond embedded use from the InterSystems IRIS Data Platform

B
Benjamin De Boe
Python
AI
0.0 (0)05 Jul, 2021 731

ansible-cache-python-mg

Ansible role to install the necessary Python libraries to allow connection to an Intersystems Cache database via M-Gateway's connection service

Raman Sailopal
Python
1.0 (1)30 Apr, 2021 113

Ansible-cache-python

Ansible role for the installation of Python libraries to allow connection with Intersystems Cache databases.

Raman Sailopal
Python
2.5 (1)23 Apr, 2021 173

irismysql

Linux command line utility to migrate tables from Mysql/Mariadb to Intersystems IRIS

Raman Sailopal
Python
2.0 (1)09 Apr, 2021 115

mg-dbx

A Node.js Extension for InterSystems Caché/IRIS. The focus and rationale for this solution is high-performance NoSQL-based access to the database, though access to InterSystems SQL, Objects and Functions is also supported.

C
Chris Munt
Python
0.0 (0)25 Mar, 2021 336

mg_python

A Python Extension for InterSystems Caché/IRIS.

C
Chris Munt
Python
4.0 (1)24 Mar, 2021 410

IRIS-Smart-Factory-Starter-Pack

An Application Starter Pack (ASP) is a code base built by an InterSystems partner using InterSystems IRIS Data Platform that shortens the time to develop a complete application that addresses a specific industry or technology challenge. It is not a completed application. Rather, it is a starter code

A
Amir Samary
Python
0.0 (0)16 Feb, 2021 1.2k

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

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

iris-image-index-demo

A demo on how to build a custom SQL index for images data type.

José Pereira
Docker
Python
IPM
3.0 (1)24 Jan, 2021 510 19

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 133

CaloryHelper

Service for establishing amount of calory in product

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

iris-battleship

Why not a game in contest?

R
Renato Banzai
Docker
Python
5.0 (1)11 Oct, 2020 149

objectscriptQuality for VSCode

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (Object

D
Daniel
Docker
Python
4.5 (1)14 Sep, 2020 385

covid-ai-demo-deployment

"Covid-19 AI demo in Docker" deployment including dockerised Flask, FastAPI, Tensorflow Serving and HA Proxy etc etc.

Z
Zhong Li
Docker
Python
ML
ML
0.0 (0)07 Sep, 2020 413

iris-ml-suite

A suite to use IRIS as Machine Learning Environment. Helping the development community to classify the posts with tags.

R
Renato Banzai
Docker
Python
ML
ML
4.5 (1)18 Jul, 2020 318

pex-demo

Demo showcasing InterSystems IRIS integration with Kafka via PEX (java, .net)

E
Eduard Lebedyuk
Docker
Python
5.0 (2)16 Jul, 2020 807

iris-python-suite

A suite of tools and examples to show how powerful InterSystems IRIS can be when combined with Python by the API Python Native API. Including: - A machine learning chatbot - A chart to show any global as a graph - A COVID-19 analysis

R
Renato Banzai
Docker
Python
0.5 (1)06 Jun, 2020 464

Perfomance comparison of IRIS Native API and EAV-approach

Browser view and cli script available.

S
Sergey Kamenev
Docker
Python
5.0 (1)03 Jun, 2020 280

native-api-contest-template

Template to get participants in the InterSystems Native API programming contest started

R
Robert Kuszewski
Docker
Python
5.0 (1)07 May, 2020 414

CloudWatch-IRIS

Configuring AWS CloudWatch with InterSystems IRIS

A
Anton Umnikov
Python
0.0 (0)02 Apr, 2020 398

PythonGateway

Python Gateway for InterSystems Data Platforms.

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

yape

Tool to visualize pbuttons(/SystemPerformance) data

F
Fabian Haupt
Docker
Python
4.5 (1)16 Nov, 2018 738

Cache Native Access (CNA)

CNA is a wrapper for libffi.

G
Gevorg Arutiunian
Python
0.0 (0)01 Jun, 2018 106