Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
interoperability-for-moneyInteroperability solution with two IRIS containers | O | Docker IPM | 4.5 (1) | 23 Oct, 2021 | ||
vscode-intersystems-irisPOC of VSCode extension which provides some control over InterSystems IRIS with direct native access, without utilizing AtelierAPI. Provides access to Interoperability and Globals. | 5.0 (1) | 03 Mar, 2021 | ||||
InterSystems Ideas Waiting to be ImplementedProgrammatic reportsThe 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 5Votes3Comments | ||||||
workshop-pexWorkshop: InterSystems IRIS Interoperability + PEX using Java | A | Docker | 5.0 (1) | 24 Feb, 2021 | ||
![]() IRIS-Smart-Mining-Starter-PackSmart Mining Starter Pack | A | Docker | 0.0 (0) | 24 Feb, 2021 | ||
iris-pygw-blueprintShort blueprint example of the connection between python and iris via new python gateway available in InterSystems IRIS Data Platform 2020.3+ | A | Docker Python | 4.5 (1) | 27 Dec, 2020 | ||
![]() OCR ServiceOCR Interoperability Service. This app get an image or pdf, extract text using OCR from Tesseract, send to the NLP index and returns to the user. The app uses a PEX Business Operation in ObjectScript consuming a Java class thats uses Tesseract. This app has NLP to the OCR extracted text too. Enjoy O | Docker | 5.0 (2) | 20 Nov, 2020 | |||
Message BankMessage Bank for IRIS Interoperability that can automatically resend messages | O | IPM | 5.0 (2) | 15 Nov, 2020 | ||
upload-adapterIntersystems IRIS interoperability Custom Upload Adapter to multipart file requests | Docker | 5.0 (1) | 10 Nov, 2020 | |||
dynapoolThis is an experimental project adding dynamic poolsize allocation functionality into productions. | D | 4.0 (1) | 21 Aug, 2020 | |||
![]() pex-demoDemo showcasing InterSystems IRIS integration with Kafka via PEX (java, .net) | E | Docker Python | 5.0 (2) | 16 Jul, 2020 | ||
Reducing Readmission Risks with Realtime MLPatient Readmissions are said to be the Hello World of Machine Learning in Healthcare. We use this problem to show how IRIS can be used to safely build and operationalize ML models for real time predictions and how this can be integrated into a random application. | A | Docker ML ML | 3.5 (1) | 29 Jan, 2020 | ||
iris-datatransform-unittestIRIS Data Transform UnitTest Sample | A | Docker | 4.0 (1) | 23 Oct, 2019 | ||
![]() HL7 and SMS Interoperability DemoThis application requires you to have Docker installed on your PC. | A | Docker | 5.0 (1) | 17 Oct, 2019 | ||
![]() PythonGatewayPython Gateway for InterSystems Data Platforms. | E | Docker Python | 0.0 (0) | 10 Oct, 2019 | ||
Ethereum Interoperability AdapterInteroperability adapter to work with Ethereum transactions and smart-contracts from InterSystems IRIS application : read, write, signed and unsigned | N | 0.0 (0) | 06 Mar, 2019 | |||
COS-MQTTClientMQTT Client implemented in Caché Object Script | A | 3.0 (2) | 01 Jun, 2018 |