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 |
---|---|---|---|---|---|---|
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 | 893 | |
iris-presto-sampleSample for iris-presto package (using IRIS and PrestoDB ) | Docker Python | 5.0 (1) | 17 Nov, 2024 | 15 | ||
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 | ||||||
recomendacao-filmes-intersystemsExample of using Vector Search for movie recommendations | D | Docker Python | 5.0 (1) | 16 Nov, 2024 | 12 | |
DNA sequence Gene finderFind certain genes in DNA sequences | F | Python AI ML ML | 0.0 (0) | 10 Nov, 2024 | 18 | |
character-slice-indexIndexing text by characters | Docker IPM | 5.0 (1) | 27 Oct, 2024 | 134 | ||
WebSocketIRIS.jsusing IRIS Native API for Node.js | Docker | 5.0 (1) | 24 Oct, 2024 | 274 | ||
iris-dataset-countriesInterSystems IRIS image and ZPM module with dataset on countries and its population | Docker IPM | 4.2 (3) | 22 Oct, 2024 | 481 | 296 | |
iris-globals-contestapp to use globals to count financial transactions | O | Docker Python IPM | 5.0 (1) | 20 Oct, 2024 | 321 | 22 |
Light-weight-EXCEL-downloadLight weight Excel export over CSP | Docker IPM | 5.0 (1) | 15 Oct, 2024 | 452 | 28 | |
FHIRValidationTest cases validating FHIR payload against custom FHIR IG on InterSystems IRIS FHIR Server | L | Docker | 0.0 (0) | 10 Oct, 2024 | 58 | |
workshop-llmPython application to demo RAG application using IRIS vector DB | Docker Python AI | 4.0 (1) | 08 Oct, 2024 | 75 | ||
db-management-toolThis project is a web-based database management tool | A | Docker IPM | 3.0 (1) | 29 Sep, 2024 | 158 | |
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Python IPM | 4.5 (3) | 27 Sep, 2024 | 886 | 1.2k | |
VectorSearchOnPatientSimilarityA Patient similarity comparison demo running on IRIS for Health | L | Docker | 4.5 (1) | 23 Sep, 2024 | 54 | |
iris-api-interface-generatorAn app to generate interfaces to query APIs | A | Docker Python | 5.0 (1) | 22 Sep, 2024 | 71 | |
smart-day-hands-onA hands-on workshop sample with detailed exercise instructions | N | Docker | 0.0 (0) | 22 Sep, 2024 | 68 | |
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 | 370 | 116 | |
UtilsVarious code snippets for InterSystems IRIS | E | Docker IPM | 5.0 (1) | 29 Aug, 2024 | 376 | 27 |
First-Vector-Search-on-IRISPlay Vector Search with only one IRIS class file. | 0.0 (0) | 16 Aug, 2024 | 79 | |||
objectscript-package-exampleObjectScript Package example with simplified folder structure | Docker IPM | 5.0 (1) | 12 Aug, 2024 | 502 | 45 | |
IRIS RAG AppIris python first experience django template | A | Docker Python AI ML ML | 4.5 (1) | 06 Aug, 2024 | 272 | |
iris-RAG-GenRAG Personal ChatGPT app leverages IRIS Vector Search func. | Docker Python IPM AI | 5.0 (1) | 31 Jul, 2024 | 283 | 1 | |
ServiceInspectionA simple application for monitoring Iris service information | W | Docker Python IPM | 5.0 (1) | 26 Jul, 2024 | 154 | |
Game Of Throne AnalyticsGame of Throne deaths analytics | Docker IPM | 4.3 (2) | 19 Jul, 2024 | 474 | 7 | |
samples-bi-demoDemo of InterSystems IRIS BI cubes, pivots and dashboards in DSW | Docker IPM | 4.5 (1) | 14 Jun, 2024 | 239 | 12 | |
Metrics exampleSimple example of collating database and license metrics | D | Docker | 3.5 (2) | 10 Jun, 2024 | 182 | |
iris-pkcs7-utilAn util to create CMS/pkcs7 object | G | Docker Python IPM | 3.5 (1) | 27 May, 2024 | 159 | 7 |
iris-VectorLabThe application demonstrates the functionality of Vector Search. | Docker Python IPM AI | 5.0 (1) | 15 May, 2024 | 204 | 19 | |
BG-AppealAIAppeals against insurance company denials | Docker IPM AI | 4.0 (1) | 15 May, 2024 | 445 | 1 | |
iris-health-coachLLM Health Coach using InterSystems Vector DB | Z | IPM AI ML ML | 4.5 (1) | 13 May, 2024 | 240 | 7 |