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 |
---|---|---|---|---|---|---|
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 | 394 | 121 | |
iris-http-callsInteroperability Adapter and Service for making HTTP calls | O | Docker IPM | 5.0 (1) | 22 Dec, 2024 | 141 | |
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 | ||||||
mongoCDCA sample of using embedded python with interoperability | N | Docker | 5.0 (1) | 22 Dec, 2024 | 22 | |
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Python IPM | 4.5 (3) | 19 Dec, 2024 | 943 | 1.2k | |
docs-intersystemsGenerated InterSystems Class reference | 0.0 (0) | 16 Dec, 2024 | 99 | |||
iris-global-yamlInterSystems IRIS Global Data as YAML content | Docker IPM | 4.5 (1) | 15 Dec, 2024 | 22 | 1 | |
Database-Size-MonitoringMonitor database size growth and issue alerts | s | Docker IPM | 4.0 (1) | 20 Dec, 2024 | 102 | |
rest-api-contest-templateTemplate repository for InterSystems IIRS REST API Programming Contest | Docker IPM | 5.0 (1) | 13 Dec, 2024 | 448 | 29 | |
ServiceInspectionA simple application for monitoring Iris service information | W | Docker Python IPM | 5.0 (1) | 13 Dec, 2024 | 240 | |
FHIR Primitive ExtensionHow to create a FHIR primitive extension | K | 0.0 (0) | 12 Dec, 2024 | 19 | ||
DICOM Image DemoHow to create a DICOM message and how to add a JPG image to it | K | 0.0 (0) | 12 Dec, 2024 | 23 | ||
Vector Search for MPIExample of vector search applied for patient identification | Docker AI | 4.0 (1) | 11 Dec, 2024 | 36 | ||
LLM QuickStartExample codebase to match Dev Community Article | C | Docker Python AI | 0.0 (0) | 10 Dec, 2024 | 25 | |
IRIS_ISTIOCommon IKO Deployments (used with Istio Service Mesh in Article) | A | 0.0 (0) | 10 Dec, 2024 | 20 | ||
iris-python-lookup-table-utilsIRIS Python Lookup Table Utils (pylotaut is a simple CRUD API) | J | Docker Python | 5.0 (1) | 01 Dec, 2024 | 254 | |
iris-graphql-demoExample of using GraphQL with InterSystems IRIS with Graphene, S | A | Docker Python | 5.0 (1) | 27 Nov, 2024 | 41 | |
Native-API-for-ObjectScriptA small demo on how to use it | Docker IPM | 5.0 (1) | 26 Nov, 2024 | 418 | 41 | |
function-ISJSONA function to check if string is JSON object | Docker IPM | 4.0 (1) | 26 Nov, 2024 | 353 | 39 | |
SPOOL-demoDemo Code using SPOOL | Docker IPM | 4.5 (1) | 26 Nov, 2024 | 219 | 19 | |
CPIPEExample of using CPIPE programmatically | Docker | 5.0 (2) | 26 Nov, 2024 | 405 | ||
ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker IPM | 4.5 (1) | 26 Nov, 2024 | 373 | 18 | |
Global-dump-to-SQLShow Global by SQL SELECT | Docker IPM | 5.0 (1) | 26 Nov, 2024 | 544 | 24 | |
workshop-iris-oauth2Using OAuth2 framework in InterSystems IRIS. Learn how to act as Client, Authentication Server or Resource Server. | A | Docker | 4.8 (3) | 22 Nov, 2024 | 958 | |
iris-presto-sampleSample for iris-presto package (using IRIS and PrestoDB ) | Docker Python | 5.0 (1) | 17 Nov, 2024 | 38 | ||
recomendacao-filmes-intersystemsExample of using Vector Search for movie recommendations | D | Docker Python | 5.0 (1) | 16 Nov, 2024 | 30 | |
DNA sequence Gene finderFind certain genes in DNA sequences | F | Python AI ML ML | 0.0 (0) | 10 Nov, 2024 | 31 | |
character-slice-indexIndexing text by characters | Docker IPM | 5.0 (1) | 27 Oct, 2024 | 143 | ||
WebSocketIRIS.jsusing IRIS Native API for Node.js | Docker | 5.0 (1) | 24 Oct, 2024 | 282 | ||
iris-dataset-countriesInterSystems IRIS image and ZPM module with dataset on countries and its population | Docker IPM | 4.2 (3) | 22 Oct, 2024 | 495 | 338 | |
iris-globals-contestapp to use globals to count financial transactions | O | Docker Python IPM | 5.0 (1) | 20 Oct, 2024 | 326 | 22 |