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 |
---|---|---|---|---|---|---|
![]() 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 | ||
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 | ||||||
![]() Game Of Throne AnalyticsGame of Throne deaths analytics | Docker IPM | 4.3 (2) | 19 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 | ||
iris-fastapi-templateIris python first experience with fastapi | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | ||
iris-flask-templateIris python first experience flask template | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | ||
iris-django-templateIris python first experience django template | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | ||
samples-bi-demoDemo of InterSystems IRIS BI cubes, pivots and dashboards in DSW | Docker IPM | 4.5 (1) | 14 Jun, 2024 | |||
AdvancedIRISBISamplesAdvanced samples for InterSystems IRIS BI | P | 0.0 (0) | 10 Jun, 2024 | |||
Metrics exampleSimple example of collating database and license metrics | D | Docker | 3.5 (2) | 10 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 | ||
yaspeyet another SystemPerformance extractor | M | Docker Python | 0.0 (0) | 21 May, 2024 | ||
Document ConverterConvert documents from InterSystems Cache easily | E | Docker | 5.0 (1) | 19 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 | ||
Perftools IO Test SuiteTools to exercise and measure the IO capacity of hardware | P | 4.0 (1) | 17 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 AI StudioAI Studio to load and retrieve vector embeddings from your files | Python AI | 0.0 (0) | 16 May, 2024 | |||
![]() iris-VectorLabThe application demonstrates the functionality of Vector Search. | Docker Python IPM AI | 5.0 (1) | 15 May, 2024 | |||
![]() HackUPC24_KlìnicSymptoms Clinical Trial Search Tool using Knowledge Graphs | T | AI ML ML | 0.0 (0) | 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 | ||
document_vector_search_unifiaiApplication for document summarisation and question and answer | P | AI ML ML | 0.0 (0) | 14 May, 2024 | ||
![]() WALL-MA Platform for Retrieval Augmented Generation (RAG) for Question-Answering of E-Mails | S | Python AI ML ML | 0.0 (0) | 13 May, 2024 | ||
![]() potatoes_patatasTravel Planning 2.0: Uniting similar people in similar layovers! | B | Python AI ML ML | 0.0 (0) | 13 May, 2024 | ||
![]() DNA-similarity-and-classifyClassify gene family find similar DNAs with Vector Search and ML | D | Docker Python AI ML ML | 5.0 (1) | 12 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 | ||
Job Advertisement GeneratorRAG tool to assist HR in creating job advertisements quickly | S | AI | 0.0 (0) | 09 May, 2024 |