52 Application(s) results for #embedded python
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

workshop-firebase

Firebase adaptor

Luis Angel Pérez Ramos
Docker
IPM
0.0 (0)31 Jan, 2024 136

iris-rag-demo

IRIS with RAG (Retrieval Augmented Generation) example

G
Guillaume Rongier
Docker
Python
AI
0.0 (0)15 Dec, 2023 680

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

AoC2021-rcc

An Embedded Python based view of Advent of Code

Robert Cemper
Docker
IPM
5.0 (1)05 Nov, 2023 191 9

iris-recorder-helper

The simplest app for records transcribe to text on python

Alexey Nechaev
IPM
AI
4.5 (1)22 Sep, 2023 314

Webinar-Leveraging-Embedded-Python

Follow along the Leveraging Embedded Python Webinar!

A
Ariel Glikman
Docker
Python
4.3 (2)18 Sep, 2023 165

Globals-ePy-vs-ISOS

Compare writing Globals in ePy vs. ISOS/COS

Robert Cemper
Docker
IPM
5.0 (1)16 Sep, 2023 391 6

GlobalToJSON-ePython-pure

JSON Object from Global using embedded Python only

Robert Cemper
Docker
Python
IPM
4.5 (1)16 Sep, 2023 294 13

GlobalToJSON-embeddedPython

Export a Global into a JSON file and re-create using embedded Py

Robert Cemper
Docker
IPM
5.0 (1)16 Sep, 2023 387 9

native-api-command-line-py-client

Python Client for NativeAPI CommandLine Extension

Robert Cemper
Docker
Python
IPM
4.8 (2)13 Sep, 2023 316 4

iris-fhir-generative-ai

An experiment to use generative AI and FHIR

José Pereira
Docker
Python
IPM
AI
0.0 (0)16 Jul, 2023 541 25

IRIS FHIR Transcribe Summarize Export

OpenAI Transcribe & Summarize. Google Docs & Sheets Integration

Ikram Shah
Docker
Python
IPM
AI
0.0 (0)06 Jul, 2023 554

Nomenclator

Face recognition using Embedded Python and IRIS in Docker

Luis Angel Pérez Ramos
Docker
Python
4.5 (1)01 Jul, 2023 185

irissqlcli

A REPL for InterSystems IRIS SQL

Dmitry Maslennikov
Docker
Python
5.0 (2)23 Mar, 2023 716

iris-geo-map

App to provide Interactive visualization of Geographic data

Muhammad Waseem
Docker
Python
IPM
5.0 (1)09 Feb, 2023 566 31

ipython-iris-magic

%%iris magic for IPython, can run ObjectScript command in Notebooks

G
Guillaume Rongier
Docker
Python
0.0 (0)02 Dec, 2022 193

iris-qr-barcode-utils

Read and write QR and Barcodes using InterSystems IRIS and Python

Yuri Marx
Docker
Python
IPM
5.0 (1)14 Nov, 2022 255 6

iris-grpc-example

A hello world example adapted from the officials examples, presenting how to use gRPC with IRIS.

José Pereira
Docker
Python
IPM
4.0 (1)02 Nov, 2022 277 8

iris-dollar-list

Interpretor of $list for python

G
Guillaume Rongier
Python
5.0 (1)28 Oct, 2022 367

zpip

Python pip extension for InterSystems Products

N
Nicholai Mitchko
Docker
IPM
4.8 (2)28 Oct, 2022 351 98

formation-template-python

Formation to learn InterSystems' interoperability framework using python

L
Lucas Enard
Docker
Python
5.0 (1)17 Aug, 2022 599

Python IRIS SQL Procedures Sample

Samples of python running inside SQL InterSystems IRIS Database

Yuri Marx
Docker
IPM
5.0 (1)20 Jul, 2022 294 7

iris-climate-change

IRIS Climate Change, Data Sciences, Plotting and Visualization

Muhammad Waseem
Docker
Python
5.0 (1)15 Jul, 2022 546