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 |
---|---|---|---|---|---|---|
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Python IPM | 4.5 (3) | 28 Jan, 2025 | 988 | 1.4k | |
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 27 Jan, 2025 | 2.4k | 26.0k | |
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 | ||||||
isc-ipm-jsBuild/deploy JavaScript in the InterSystems Package Manager | IPM | 0.0 (0) | 23 Jan, 2025 | 366 | 810 | |
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) | 21 Jan, 2025 | 1.6k | 586 | |
iris-salesforceAn interoperability sample between InterSystems IRIS and Salesforce | Docker | 0.0 (0) | 16 Jan, 2025 | 31 | ||
iris-datapipeDataPipe an interoperability framework to ingest data in InterSystems IRIS in a flexible way | A | Docker Python IPM | 5.0 (1) | 15 Jan, 2025 | 500 | 70 |
demo-dbs-irisThis project provides a Docker container running an InterSystems IRIS database. The database includes multiple namespaces, each featuring demo datasets designed for exploring various scenarios, including data analysis, application prototyping, and testing. | A | 5.0 (1) | 12 Jan, 2025 | 62 | ||
iris-iop-dtl-demoIop demo with dtl | G | Docker Python | 0.0 (0) | 10 Jan, 2025 | 34 | |
Git for Shared Development EnvironmentsServer-side Git source control hooks for shared dev environments | IPM | 5.0 (2) | 09 Jan, 2025 | 3.3k | 4.2k | |
Samples-AviationProvides sample data for use in exploring InterSystems IRIS Text Analytics capabilities. Also includes sample analytics model elements. | Docker IPM | 4.5 (2) | 03 Jan, 2025 | 411 | 122 | |
Jupyter Server Proxy for VS CodeVS Code extension to provide a local Jupyter server acting as a proxy for IRIS servers defined in Server Manager | Docker | 5.0 (1) | 02 Jan, 2025 | 283 | ||
d[IA]gnosisWeb application to find out diagnoses and suggest ICD-10 codes | Docker Python AI | 0.0 (0) | 23 Dec, 2024 | 209 | ||
iris-HL7v2GenDynamically Generate HL7 Test Messages | Docker Python IPM | 5.0 (1) | 23 Dec, 2024 | 138 | 12 | |
mongoCDCA sample of using embedded python with interoperability | N | Docker | 5.0 (1) | 22 Dec, 2024 | 33 | |
iris-http-callsInteroperability Adapter and Service for making HTTP calls | O | Docker IPM | 5.0 (1) | 22 Dec, 2024 | 158 | |
pyiris-icebergDemonstrates copying IRIS tables into Apache Iceberg tables | P | Docker Python | 0.0 (0) | 20 Dec, 2024 | 22 | |
InterSystems Package ManagerInterSystems Package Manager | R | Docker Python | 4.8 (22) | 20 Dec, 2024 | 6.9k | |
Database-Size-MonitoringMonitor database size growth and issue alerts | s | Docker IPM | 4.0 (1) | 20 Dec, 2024 | 116 | |
DoxygenerateUse Doxygen to build static documentation pages for your classes | Docker IPM | 0.0 (0) | 20 Dec, 2024 | 102 | 6 | |
ObjectScript-To-XMLExporting InterSystems Object Scripts in XML | 0.0 (0) | 20 Dec, 2024 | 34 | |||
vault-linkVault-Link is a security solution designed to safeguard sensitive information on InterSystems IRIS environments. | Docker Python IPM | 5.0 (1) | 19 Dec, 2024 | 170 | ||
tz - ObjectScript Time Zone Conversion LibraryObjectScript Time Zone Conversion Library | E | Docker IPM | 5.0 (1) | 19 Dec, 2024 | 130 | 5 |
IRIS Global VSCode EditorCRUD operations on IRIS Globals using VSCode Treeview and YAML | 0.0 (0) | 19 Dec, 2024 | 159 | |||
iris-unit-test-dashboardA user-friendly dashboard to run & view unit tests | Docker IPM | 5.0 (1) | 19 Dec, 2024 | 142 | 2 | |
docs-intersystemsGenerated InterSystems Class reference | 0.0 (0) | 16 Dec, 2024 | 106 | |||
ISCLauncherHotkey macro app for quick access to InterSystems resources | B | 0.0 (0) | 15 Dec, 2024 | 24 | ||
IRIS WHIZ - HL7v2 Browser ExtensionBrowser extension created to extend the HL7v2 capabilities of Intersystems Iris/Ensemble. | 4.7 (3) | 15 Dec, 2024 | 935 | |||
iris-global-yamlInterSystems IRIS Global Data as YAML content | Docker IPM | 4.5 (1) | 15 Dec, 2024 | 30 | 3 | |
ks-fhir-genIRIS Health FHIR based HL7 message generator | Docker | 4.5 (1) | 13 Dec, 2024 | 70 | ||
SharePoint Online SPO REST APISharepoint API template | M | 0.0 (0) | 13 Dec, 2024 | 79 |