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 |
---|---|---|---|---|---|---|
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 10 Nov, 2024 | 2.3k | 21.4k | |
Samples-AviationProvides sample data for use in exploring InterSystems IRIS Text Analytics capabilities. Also includes sample analytics model elements. | Docker IPM | 4.5 (2) | 11 Sep, 2024 | 371 | 116 | |
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 4Votes3Comments | ||||||
BridgeWorks VDMBridgeWorks VDM is an ad hoc reporting and graphical SQL query application. | 0.0 (0) | 26 Aug, 2024 | 460 | |||
iris-bi-utilsImport, export, autocheck | E | Docker IPM | 5.0 (1) | 20 Aug, 2024 | 74 | 850 |
iris-analytics-templateBasic template for IRIS Analytics solutions | Docker IPM | 5.0 (2) | 13 Aug, 2024 | 933 | 86 | |
SQL DATA LENSDB Tool with special features for IRIS & Caché | A | 5.0 (1) | 10 Aug, 2024 | 960 | ||
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) | 12 Jul, 2024 | 887 | 21.3k |
AdvancedIRISBISamplesAdvanced samples for InterSystems IRIS BI | P | 0.0 (0) | 10 Jun, 2024 | 61 | ||
Demo-Pandas-AnalyticsDemo application to demonstrate how to use the analytics power of IRIS Embedded Python | E | Docker Python IPM | 5.0 (1) | 03 May, 2024 | 78 | 3 |
iris-analytics-notebookA notebook approach to use IRIS analytics capabilities. | Docker IPM | 4.0 (1) | 25 Mar, 2024 | 327 | 26 | |
iris-analytics-packageThis project has the intention to show a basic approach using the Analytics capabilities of InterSystems IRIS | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 369 | 28 | |
ISC DEVExport/Import InterSystems Data Platform development artefacts | G | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 1.8k | 1.9k |
Samples-BIProvides sample data for use with InterSystems IRIS Business Intelligence, as well as fully developed sample BI models and dashboards. | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 731 | 692 | |
covid-19 analyticsanalytics for covid-19 | Docker IPM | 5.0 (2) | 25 Mar, 2024 | 588 | 15 | |
dsw-mapIt is map examples of different regions to render in DeepSeeWeb | S | Docker IPM | 3.0 (1) | 25 Mar, 2024 | 312 | 10 |
CubeEventMonitorTool for monitoring BI cube events and build errors | S | Docker IPM | 4.0 (1) | 29 Jan, 2024 | 379 | 40 |
WidgetsDirectorA sample IRIS Backend app to implement a REST API for a helpdesk | C | Docker IPM | 3.8 (3) | 23 Jan, 2024 | 140 | 22 |
IntegratedMLandDashboardSampleA simple example of generating machine learning prediction data | IPM ML ML | 0.0 (0) | 04 Jul, 2023 | 325 | 3 | |
generate-datesGenerate a CSV file containing dates with additional information | Python | 3.5 (1) | 04 May, 2023 | 114 | ||
workshop-smart-data-fabricLearn the main ideas involved in developing a Smart Data Fabric using InterSystems IRIS | A | Docker Python | 5.0 (1) | 26 Apr, 2023 | 238 | |
Dexcom BoardReal-time data glucose values monitoring | D | 0.0 (0) | 27 Nov, 2022 | 205 | ||
DC AnalyticsInterSystems Developer Community analytics. | E | Docker IPM | 4.5 (2) | 06 Sep, 2022 | 613 | |
atscale-backupsAtScale backup tool | E | Docker Python IPM | 0.0 (0) | 12 Aug, 2022 | 162 | 6 |
Water Conditions in EuropeWater Conditions with Prediction, Dashboards and more | E | Docker Python ML ML | 5.0 (2) | 03 Jun, 2022 | 329 | |
blockchain - [ IRIS python ]Save your logs in a blockchain structure | D | Docker | 4.5 (1) | 21 Feb, 2022 | 489 | |
ApacheLog-DatasetDataset from a real Apache webserver | E | Docker IPM | 0.0 (0) | 15 Jan, 2022 | 353 | 11 |
analyze-dataset-financeAnalytics companion to dataset-finance | O | Docker | 5.0 (1) | 14 Jan, 2022 | 175 | |
TimeTracking-workersTimeTracking-workers | E | Docker | 5.0 (1) | 28 Nov, 2021 | 636 | |
iris-crypto-trackerTracking Crypto currency levels and alerts about ups and downs. | E | Docker | 4.5 (1) | 23 Oct, 2021 | 349 | |
iris-analytics-for-moneyIRIS Analytics solution for money (not yet) | O | Docker IPM | 5.0 (1) | 12 Sep, 2021 | 217 | 27 |