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.
Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
iris-rest-api-templateThe simplest template with REST CRUD for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
objectscript-package-templateTemplate for InterSystems ObjectScript classes published to Package Manager ZPM | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
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 | ||||||
RESTForms2Forms adapter for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
sql-builderA flexible and powerful SQL query string builder for InterSystems IRIS | Docker IPM | 3.0 (1) | 25 Mar, 2024 | |||
irishealth-ensdemoInterSystems IRIS for Health ENSDEMO | R | Docker IPM | 4.5 (1) | 25 Mar, 2024 | ||
objectscript-starter-pack-exampleObjectScript starter pack | M | Docker IPM | 3.0 (1) | 25 Mar, 2024 | ||
ssl-clientadds ssl client configuration to your InterSystems IRIS server | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
![]() covid-19 analyticsanalytics for covid-19 | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
JSON-FilterObjectScript server side JSON filter. | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
IRIS External TableIRIS External Table allows you to access files in the local filesystem and cloud BLOB storage such as AWS S3 and Azure BLOB Storage as regular IRIS SQL tables. | A | Docker IPM | 4.3 (2) | 25 Mar, 2024 | ||
Production ManagerREST API to manage IRIS Interoperability Productions. | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
posts-and-tags-datasetRepository with Post data from community.intersystems.com data to solve posts and tags issue in InterSystems AI programming Contest | S | Docker IPM ML ML | 5.0 (1) | 25 Mar, 2024 | ||
![]() Multi-Line-Command-EditorTerminal Multi-Line Input + Editor | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
RestFormsUI2Client for restforms2 | Docker IPM | 0.0 (0) | 25 Mar, 2024 | |||
![]() interfaces-diskspace-validationA tool for estimating interfaces disk space and purge validation | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
WebTerminalWeb-based terminal for InterSystems products. WebTerminal is a flexible tool that can be easily embedded into any other projects, used on mobile devices and vastly enhance the terminal experience with autocomplete, syntax highlighting and more. | Docker IPM | 4.8 (11) | 25 Mar, 2024 | |||
EnsembleWorkflowRestful web API for InterSystems Ensemble / InterSystems IRIS Workflow | E | Docker IPM | 4.3 (2) | 25 Mar, 2024 | ||
![]() delete-helperA Super class for adding a code-generator %OnDelete method | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
dsw-mapIt is map examples of different regions to render in DeepSeeWeb | S | Docker IPM | 3.0 (1) | 25 Mar, 2024 | ||
Vector-inside-IRISrun vector search inside IRIS | Docker Python IPM | 5.0 (1) | 21 Mar, 2024 | |||
googlesheets-adapterInbound and Outbound adapters for Google Sheets | N | Docker | 0.0 (0) | 17 Mar, 2024 | ||
![]() iris-teams-adapterAdapter to connect your IRIS producction with Microsoft Teams | Docker IPM | 4.6 (5) | 14 Mar, 2024 | |||
bg-openaiThe BG-OpenAI project is example of using OpenAi in iris | Docker IPM AI | 4.5 (1) | 13 Mar, 2024 | |||
![]() CosNumberTranslateThe function also allows to treat the numbers of 10^9 (millards) in English-speaking countries format. | Docker | 4.7 (3) | 06 Mar, 2024 | |||
![]() Row Storage vs. Columnar in IRIS nativeperformance check with COS inside IRIS | Docker IPM | 5.0 (2) | 05 Mar, 2024 | |||
![]() iris-cloudsql-exporterPull Observability Metrics from your Cloud Based IRIS Cloud SQL Deployment | Docker Python | 0.0 (0) | 05 Mar, 2024 | |||
formation-fhir-pythonTraining on FHIR and Python based on IRIS for Health. | G | Docker Python | 0.0 (0) | 29 Feb, 2024 | ||
workshop-py-columnarWorkshop for columnar storage purpose | Docker | 4.5 (2) | 29 Feb, 2024 | |||
JsonTraceViewerDisplay trace as JSON | G | Docker IPM | 4.8 (4) | 26 Feb, 2024 | ||
Docker Demo Directoryoffer a list of demo repos | Docker | 0.0 (0) | 25 Feb, 2024 |