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-opentelemetryConfiguration of OpenTelemetry in IRIS instance | 0.0 (0) | 16 Jun, 2025 | ||||
MDX2JSONRESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems Caché. Also provides information about DeepSee objects. | E | IPM | 4.5 (2) | 13 Jun, 2025 | ||
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 | ||||||
ETL Interoperability AdapterExtend EnsLib.SQL.OutboundAdapter to add batch batch and fetch support on JDBC connection for Ensemble and IRIS. | G | Docker IPM | 3.5 (1) | 12 Jun, 2025 | ||
![]() AnalyzeThisEasily transform a CSV file/Table/SQL query into a personalized preview of InterSystems IRIS BI | P | Docker IPM | 5.0 (3) | 10 Jun, 2025 | ||
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 05 Jun, 2025 | |||
![]() IRIS apiPubautomatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard | Docker IPM | 4.8 (4) | 28 May, 2025 | |||
Generative AI Pattern Match WorkBenchMultilingual Generative AI assistant for Pattern Match Operator | A | AI ML ML | 0.0 (0) | 28 May, 2025 | ||
![]() iris-fhir-labA web app to display FHIR resources details dynamically | Docker Python IPM | 0.0 (0) | 19 May, 2025 | |||
pxw-debugLog debug output | P | Docker IPM | 5.0 (1) | 17 May, 2025 | ||
![]() PivotSubscriptionsSubscribe to Pivot Tables in InterSystems IRIS Business Intelligence to receive scheduled emails | P | Docker IPM | 0.0 (0) | 14 May, 2025 | ||
![]() ThirdPartyChartPortletsUse third-party charting libraries inside of Dashboards | P | Docker IPM | 4.5 (1) | 13 May, 2025 | ||
iris-web-swagger-uiInteractive Swagger docs for your REST API | S | Docker IPM | 4.7 (3) | 11 May, 2025 | ||
![]() SQL DATA LENSFast database sql tool with special features for IRIS & Caché | A | 5.0 (1) | 05 May, 2025 | |||
Github Action IRIS DeployerExample of Python Github Action to automate deploy code in IRIS | Docker Python | 0.0 (0) | 25 Apr, 2025 | |||
![]() Facilis[ˈfäkɪlʲɪs̠] Facilis – Effortless API Interoperability with AI | Docker Python AI | 5.0 (1) | 21 Apr, 2025 | |||
![]() Kano MDMKano MDM - is an efficient Master Data Management software product with a complete set of features for successful implementation of complex MDM projects. | 0.0 (0) | 14 Apr, 2025 | ||||
swagger-validator-cliClient ObjectScript for swagger validator services | Docker IPM | 0.0 (0) | 09 Apr, 2025 | |||
intersystems-objectscript-class-diagram-viewPowerful class diagram view for objectscript | 0.0 (0) | 08 Apr, 2025 | ||||
![]() Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | IPM | 4.5 (3) | 02 Apr, 2025 | |||
![]() iris-easybotA Fast, Simple, Experimental Chatbot Framework Using IRIS Vector Search. | E | Docker Python AI | 5.0 (1) | 31 Mar, 2025 | ||
iris-speed-testShow how fast InterSystems IRIS is compared to other competitors | F | Docker | 5.0 (1) | 31 Mar, 2025 | ||
pax-ai-irisHybrid Framework for Anomaly Detection: IRIS, Embd Python, AI | AI ML ML | 0.0 (0) | 28 Mar, 2025 | |||
TaskListEasy and convienient Project Manager for small groups we use. | I | AI | 0.0 (0) | 14 Mar, 2025 | ||
iris-watched-statusStatus that automatically detects and handles errors. | D | IPM | 0.0 (0) | 05 Mar, 2025 | ||
X-rAI-iris-healthInterSystems IRIS for Health Data Analytics with Explainable AI | R | Python AI ML ML | 0.0 (0) | 05 Mar, 2025 | ||
![]() memoriajust an API Accelerator for InterSystems IRIS, IRIS4H, Health Connect, etc. | 0.0 (0) | 03 Feb, 2025 | ||||
![]() Mimic-SQL-Host-VariablesAllow SQL Host Variables outside embedded SQL | Docker IPM | 5.0 (1) | 03 Feb, 2025 | |||
IKO Guaranteed QoSAchieve Guaranteed QoS on your IKO K8s Deployment | A | 0.0 (0) | 02 Feb, 2025 | |||
![]() iris-salesforceAn interoperability sample between InterSystems IRIS and Salesforce | Docker IPM | 5.0 (1) | 02 Feb, 2025 | |||
mongoCDCA sample of using embedded python with interoperability | N | Docker | 5.0 (1) | 22 Dec, 2024 |