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-errors-analysis-graphAnalyze errors on the IRIS portal generate statistical graphs. | L | Docker Python IPM AI | 1.8 (2) | 28 Jul, 2024 | ||
iris-django-templateIris python first experience django template | G | Docker Python | 3.5 (1) | 25 Jun, 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-flask-templateIris python first experience flask template | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | ||
iris-fastapi-templateIris python first experience with fastapi | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | ||
AdvancedIRISBISamplesAdvanced samples for InterSystems IRIS BI | P | 0.0 (0) | 10 Jun, 2024 | |||
![]() sheltershareProof of Concept application for Volunteers and Victims of natural disasters utilizing IRIS by Intersystems | Z | Docker Python | 5.0 (1) | 27 Jul, 2024 | ||
![]() d[IA]gnosisWeb application to find out diagnoses and suggest ICD-10 codes | Docker Python AI | 0.0 (0) | 23 Dec, 2024 | |||
irislabIRIS Lab - Management Portal in the form of VSCode | Docker Python IPM | 5.0 (1) | 27 Aug, 2024 | |||
![]() itermTerminal in web with all features of original iris session tool | Python IPM | 5.0 (1) | 22 Sep, 2024 | |||
![]() iris-dev-codeinspectorValidates packages and classes, returning a report with issues. | Docker IPM | 4.0 (1) | 25 Sep, 2024 | |||
VectorSearchOnPatientSimilarityA Patient similarity comparison demo running on IRIS for Health | L | Docker | 4.5 (1) | 23 Sep, 2024 | ||
DNA sequence Gene finderFind certain genes in DNA sequences | F | Python AI ML ML | 0.0 (0) | 10 Nov, 2024 | ||
![]() recomendacao-filmes-intersystemsExample of using Vector Search for movie recommendations | D | Docker Python | 5.0 (1) | 16 Nov, 2024 | ||
iris-graphql-demoExample of using GraphQL with InterSystems IRIS with Graphene, S | A | Docker Python | 5.0 (1) | 27 Nov, 2024 | ||
![]() AoC2024_test2 test data sets for AOC2024 | 0.0 (0) | 04 Dec, 2024 | ||||
![]() IRIS MQTT for HealthFirst-ever IRIS-integrated MQTT Broker - no middleware needed! | A | 0.0 (0) | 04 Oct, 2024 | |||
![]() IRIS-MQTT for ManufacturingFirst-ever IRIS-integrated MQTT Broker - no middleware needed! | A | 0.0 (0) | 08 Oct, 2024 | |||
IRIS REST API Explorer for VS CodeA VS Code extension for browsing IRIS server REST API endpoints | 0.0 (0) | 18 Nov, 2024 | ||||
iris-presto-sampleSample for iris-presto package (using IRIS and PrestoDB ) | Docker Python | 5.0 (1) | 17 Nov, 2024 | |||
FHIRValidationTest cases validating FHIR payload against custom FHIR IG on InterSystems IRIS FHIR Server | L | Docker | 0.0 (0) | 10 Oct, 2024 | ||
EduVerseAccessible Learning Assistant | R | Python AI | 0.0 (0) | 11 Nov, 2024 | ||
![]() irisGoogleChatSend messages powered by AI to Google Chat | D | Docker AI | 3.5 (1) | 12 Nov, 2024 | ||
pxw-debugLog debug output | P | Docker IPM | 5.0 (1) | 17 May, 2025 | ||
workshop-llmPython application to demo RAG application using IRIS vector DB | Docker Python AI | 4.0 (1) | 08 Oct, 2024 | |||
iris-fhir-io-demoCreate FHIR Binary response with interoperability | L | 0.0 (0) | 23 Feb, 2025 | |||
objectscript-copilot-demoAn ObjectScript App completely (almost) written with AI Copilot | Docker AI | 5.0 (1) | 25 Feb, 2025 | |||
![]() rabbit-iris-sampleSample of using RabbitMQ and InterSystems IRIS | Docker IPM | 5.0 (1) | 27 Feb, 2025 | |||
![]() 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) | 21 Apr, 2025 | |||
iris-iop-dtl-demoIop demo with dtl | G | Docker Python | 0.0 (0) | 10 Jan, 2025 | ||
![]() iris-HL7v2GenDynamically Generate HL7 Test Messages | Docker Python IPM | 5.0 (1) | 23 Dec, 2024 |