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-analytics-templateBasic template for IRIS Analytics solutions | Docker IPM | 5.0 (2) | 13 Aug, 2024 | |||
objectscript-package-exampleObjectScript Package example with simplified folder structure | Docker IPM | 5.0 (1) | 12 Aug, 2024 | |||
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 | ||||||
![]() iris-RAG-GenRAG Personal ChatGPT app leverages IRIS Vector Search func. | Docker Python IPM AI | 5.0 (1) | 31 Jul, 2024 | |||
![]() iris-errors-analysis-graphAnalyze errors on the IRIS portal generate statistical graphs. | L | Docker Python IPM AI | 1.8 (2) | 28 Jul, 2024 | ||
![]() irisfirebaseFirebase module for InterSystems IRIS | D | Docker Python IPM | 5.0 (1) | 27 Jul, 2024 | ||
iris-email-analyzer-appIris Email Analyzer for suspicious or confidential content. | E | Docker Python IPM AI | 4.5 (1) | 23 Jul, 2024 | ||
![]() Game Of Throne AnalyticsGame of Throne deaths analytics | Docker IPM | 4.3 (2) | 19 Jul, 2024 | |||
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 | ||
OPNLib-TimerTimers Generator Tool. Allows whatever application process to easily orchestrate taks, defining its own timers that will wake it up to make actions. | J | Docker IPM | 5.0 (1) | 10 Jul, 2024 | ||
samples-bi-demoDemo of InterSystems IRIS BI cubes, pivots and dashboards in DSW | Docker IPM | 4.5 (1) | 14 Jun, 2024 | |||
iris-angular-templateA template for RESTful IRIS applications using Angular | E | Docker IPM | 4.0 (1) | 07 Jun, 2024 | ||
iris-pkcs7-utilAn util to create CMS/pkcs7 object | G | Docker Python IPM | 3.5 (1) | 27 May, 2024 | ||
![]() iris-medicopilotMediCopilot uses AI to assist healthcare professionals | Docker Python IPM AI | 4.5 (1) | 19 May, 2024 | |||
iris-health-coachLLM Health Coach using InterSystems Vector DB | Z | IPM AI ML ML | 4.5 (1) | 18 May, 2024 | ||
![]() companies-searchFind a company based on Glassdoor with Vector Search and GPT. | L | Docker Python IPM AI | 5.0 (1) | 17 May, 2024 | ||
![]() iris-VectorLabThe application demonstrates the functionality of Vector Search. | Docker Python IPM AI | 5.0 (1) | 15 May, 2024 | |||
![]() BG-AppealAIAppeals against insurance company denials | Docker IPM AI | 4.0 (1) | 15 May, 2024 | |||
iris-image-vector-searchUsing IRIS vector search to achieve image retrieval | s | Docker Python IPM | 4.5 (1) | 15 May, 2024 | ||
![]() AutoML Churn Predict ShowroomInterSystems IRIS AutoML Showroom | Docker IPM ML ML | 5.0 (1) | 12 May, 2024 | |||
AriticleSimilarityComparing article similarity through vector search | x | Docker IPM | 3.5 (1) | 09 May, 2024 | ||
ImageSearchVideoAn image search corresponds to a video application | R | Docker IPM | 4.5 (1) | 07 May, 2024 | ||
![]() 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 | ||
![]() hl7v2-to-kafkaA simple IRIS interoperability application - transform HL7 and send it to Kafka | S | Docker IPM | 5.0 (1) | 01 May, 2024 | ||
![]() geo-vector-searchmathematical use of vector search | Docker IPM | 5.0 (3) | 27 Apr, 2024 | |||
deployed-code-templateAn example of how to deploy ObjectScript without source via IPM | Docker IPM | 5.0 (2) | 22 Apr, 2024 | |||
![]() iris-openaiLibrary for use Open AI | Docker IPM AI | 5.0 (5) | 18 Apr, 2024 | |||
foreign-tablesexample for using Foreign Tables with CSV | Docker IPM | 5.0 (1) | 09 Apr, 2024 | |||
iris-analytics-notebookA notebook approach to use IRIS analytics capabilities. | Docker IPM | 4.0 (1) | 25 Mar, 2024 | |||
sql-rest-apiSimple REST API web app which accepts SQL and returns the result in JSON | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
![]() cpipe-for-AoC2020A practical example to consume external modules as solutions using cpipe | Docker Python IPM | 5.0 (1) | 25 Mar, 2024 |