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 |
---|---|---|---|---|---|---|
![]() hackupcHACKUPC 2024 edition | M | Python AI ML ML | 0.0 (0) | 07 May, 2024 | ||
ImageSearchVideoAn image search corresponds to a video application | R | Docker IPM | 4.5 (1) | 07 May, 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 | ||||||
![]() Hackupc24_interText-to-video application based on user photos. | J | Python AI | 0.0 (0) | 05 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 | |||
![]() workshop-workflowExample of workflow management an UI | Docker | 5.0 (1) | 26 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 | |||
![]() llama-irisSupport for IRIS for Llama-index | Docker Python | 0.0 (0) | 16 Apr, 2024 | |||
![]() langchain-irisSupport for IRIS for Langchain | Python | 0.0 (0) | 16 Apr, 2024 | |||
foreign-tablesexample for using Foreign Tables with CSV | Docker IPM | 5.0 (1) | 09 Apr, 2024 | |||
fhirproSupports the profiling of FHIR resources in HealthShare ODS | B | 5.0 (2) | 04 Apr, 2024 | |||
mini-dockerBasic template for InterSystems IRIS development environment with Docker, VSCode and ZPM | Docker | 5.0 (1) | 31 Mar, 2024 | |||
iris-fhirsqlbuilder-dbt-integratedmlDemonstration of building predictive models trained on FHIR data | Docker Python AI ML ML | 0.0 (0) | 29 Mar, 2024 | |||
workshop-vector-faceFace recognition using vectors and vector search. | Docker AI | 4.8 (2) | 27 Mar, 2024 | |||
iris-xml-sampleIRIS sample for interoperate XML files | Docker | 5.0 (1) | 27 Mar, 2024 | |||
iris-csv-anonymizerVersion: store/intersystems/iris-community:2020.3.0.221.0 | R | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
iris-analytics-notebookA notebook approach to use IRIS analytics capabilities. | Docker IPM | 4.0 (1) | 25 Mar, 2024 | |||
iris-image-index-demoA demo on how to build a custom SQL index for images data type. | Docker Python IPM | 3.0 (1) | 25 Mar, 2024 | |||
BardPythonSampleAn Embedded Python Calling Bard Example | x | Python IPM AI | 0.0 (0) | 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 | |||
![]() iris-analytics-packageThis project has the intention to show a basic approach using the Analytics capabilities of InterSystems IRIS | Docker IPM | 5.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 | |||
![]() Wsock-EmbeddedPySimple WebSocket Client with Embedded Python in IRIS | Docker Python IPM | 4.5 (1) | 25 Mar, 2024 | |||
![]() try_embedded_pythonAn early attempt to use embedded Python in IRIS 2020.3 | Docker Python IPM | 4.8 (2) | 25 Mar, 2024 | |||
iris-fullstack-templateThis template shows you how to build, test and deploy a simple full-stack application using InterSystems IRIS REST API | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
workflowUI-ngxWorkflow UI implementation with Angular, Bulma and PrimeNG | S | Docker IPM | 3.5 (2) | 25 Mar, 2024 | ||
![]() Sync-Data-with-DSTIMESynchronizing your data to some external DB | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
![]() SPOOL-mappingSPOOL as SQL tabel | Docker IPM | 4.5 (1) | 25 Mar, 2024 |