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 |
---|---|---|---|---|---|---|
![]() typeorm-irisIRIS support for TypeORM | Docker | 5.0 (1) | 02 Aug, 2025 | |||
![]() InterSystems Testing Manager for VS CodeUse %UnitTest framework and Test Coverage Tool in VS Code | 4.5 (2) | 01 Aug, 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 | ||||||
PyObjectscript GenObjectscript class code generation library for Python | A | Python | 3.0 (1) | 01 Aug, 2025 | ||
![]() native-api-command-line-py-clientPython Client for NativeAPI CommandLine Extension | Docker Python IPM | 4.8 (2) | 31 Jul, 2025 | |||
![]() native-api-command-line-extensionObjectScript Commad Extension for IRIS NativeAPI | Docker IPM | 5.0 (1) | 31 Jul, 2025 | |||
![]() Native-API-for-ObjectScriptA small demo on how to use it | Docker IPM | 5.0 (1) | 31 Jul, 2025 | |||
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 31 Jul, 2025 | |||
![]() SSH-for-IRIS-containerExample how you can add SSH server to a standard IRIS docker image | Docker IPM | 4.0 (1) | 31 Jul, 2025 | |||
![]() Wsock-EmbeddedPySimple WebSocket Client with Embedded Python in IRIS | Docker Python IPM | 4.5 (1) | 31 Jul, 2025 | |||
![]() Object-based-M-N-to-JSONSample for object method %JSON.Export for M:N Relationship | Docker IPM | 5.0 (1) | 31 Jul, 2025 | |||
![]() dc-artisanPrompt & RAG Pipeline Toolkit for Developers | Docker IPM AI | 5.0 (1) | 31 Jul, 2025 | |||
![]() M-N-external-JSONExport M:N Relationship with JSON using SQL | Docker IPM | 5.0 (1) | 31 Jul, 2025 | |||
![]() Light-weight-EXCEL-downloadLight weight Excel export over CSP | Docker IPM | 5.0 (1) | 31 Jul, 2025 | |||
![]() testcontainers-iris-nodeTestcontainers for NodeJS | 0.0 (0) | 30 Jul, 2025 | ||||
interoperability-embedded-pythonHack of PEX Python but for Embedded Python | G | Docker Python IPM | 5.0 (15) | 30 Jul, 2025 | ||
![]() iris4wordDeveloper tool to easily create Word documents in InterSystems IRIS | Docker IPM | 5.0 (1) | 30 Jul, 2025 | |||
![]() templated_emailInterSystems IRIS module for sending Jinja2-based emails | Docker IPM | 5.0 (1) | 29 Jul, 2025 | |||
![]() wsgi-to-zpmGenerate InterSystems ZPM/IPM module.xml from an existing WSGI project. | E | Python | 5.0 (1) | 29 Jul, 2025 | ||
![]() iris-mock-serverSimulate REST and SOAP easily with zerocode and fast web control | Docker IPM | 0.0 (0) | 28 Jul, 2025 | |||
![]() toolqaThis API testing tool helps development and QA teams ensure that APIs are functioning as expected, meet business requirements, and are robust against incorrect input or edge cases. | Docker | 4.3 (2) | 28 Jul, 2025 | |||
dataset-sample-splitA method to get random samples to estimate ML models | L | ML ML | 0.0 (0) | 27 Jul, 2025 | ||
snipforgeVisual Studio Code - Extension SnipForge | G | 0.0 (0) | 27 Jul, 2025 | |||
foreign-tablesexample for using Foreign Tables with CSV | IPM | 5.0 (1) | 27 Jul, 2025 | |||
![]() geo-vector-searchmathematical use of vector search | Docker IPM | 5.0 (3) | 27 Jul, 2025 | |||
Vector-inside-IRISrun vector search inside IRIS | Docker Python IPM | 5.0 (1) | 27 Jul, 2025 | |||
![]() IrisTestIrisTest is a light weight, powerful, user-friendly tool design | Docker IPM | 5.0 (1) | 27 Jul, 2025 | |||
![]() Code-ScannerFind Strings in any kind of ObjectScript | Docker IPM | 5.0 (2) | 26 Jul, 2025 | |||
![]() Row Storage vs. Columnar in IRIS nativeperformance check with COS inside IRIS | Docker IPM | 5.0 (2) | 26 Jul, 2025 | |||
![]() Collection-Indexing-and-QueryHow to get correct index for SQL query generator | Docker IPM | 4.0 (2) | 26 Jul, 2025 | |||
![]() character-slice-indexIndexing text by characters | Docker IPM | 5.0 (1) | 26 Jul, 2025 |