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 apiPubautomatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard | Docker IPM | 4.8 (4) | 26 Nov, 2024 | 1.5k | 486 | |
CPIPEExample of using CPIPE programmatically | Docker | 5.0 (2) | 26 Nov, 2024 | 372 | ||
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 | ||||||
IRIS REST API Explorer for VS CodeA VS Code extension for browsing IRIS server REST API endpoints | 0.0 (0) | 18 Nov, 2024 | 41 | |||
InterSystems Testing Manager for VS CodeIntegrate the %UnitTest framework with VS Code | 4.5 (2) | 15 Nov, 2024 | 365 | |||
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 10 Nov, 2024 | 2.3k | 21.3k | |
IRIS-API-TemplateThis is a REST template that can send REST messages to productio | S | Docker IPM | 2.5 (1) | 23 Sep, 2024 | 98 | |
IOP REST Client FrameworkFramework for creating REST API clients in python with IOP | A | Docker Python IPM | 4.5 (1) | 22 Sep, 2024 | 92 | |
isc-perf-uiSimple REST APIs and Angular UI for the line-by-line monitor | Python IPM | 4.0 (1) | 16 Aug, 2024 | 340 | 41 | |
IRIS-production-chat-robotCreate a service through chat | S | Docker Python IPM AI | 4.5 (1) | 28 Jul, 2024 | 117 | |
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 | 887 | 21.1k |
iris-fastapi-templateIris python first experience with fastapi | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | 143 | |
iris-flask-templateIris python first experience flask template | G | Docker Python | 3.5 (1) | 25 Jun, 2024 | 185 | |
iris-angular-templateA template for RESTful IRIS applications using Angular | E | Docker IPM | 4.0 (1) | 04 Jun, 2024 | 164 | 2 |
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 | 236 | |
companies-searchFind a company based on Glassdoor with Vector Search and GPT. | L | Docker Python IPM AI | 5.0 (1) | 11 May, 2024 | 229 | 2 |
sql-rest-apiSimple REST API web app which accepts SQL and returns the result in JSON | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 529 | 34 | |
iris-analytics-notebookA notebook approach to use IRIS analytics capabilities. | Docker IPM | 4.0 (1) | 25 Mar, 2024 | 327 | 26 | |
function-ISJSONA function to check if string is JSON object | Docker IPM | 4.0 (1) | 25 Mar, 2024 | 325 | 39 | |
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 | 917 | 51 | |
realworld-intersystems-irisInterSystems IRIS Starter kit for new RealWorld framework implementations | Docker IPM | 0.0 (0) | 25 Mar, 2024 | 490 | 34 | |
iris-rest-api-templateThe simplest template with REST CRUD for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | 1.2k | 54 | |
RESTForms2Forms adapter for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | 721 | 964 | |
JSON-FilterObjectScript server side JSON filter. | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 407 | 121 | |
Production ManagerREST API to manage IRIS Interoperability Productions. | N | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 305 | 124 |
RestFormsUI2Client for restforms2 | Docker IPM | 0.0 (0) | 25 Mar, 2024 | 266 | 430 | |
EnsembleWorkflowRestful web API for InterSystems Ensemble / InterSystems IRIS Workflow | E | Docker IPM | 4.3 (2) | 25 Mar, 2024 | 592 | 2.7k |
iris-fhir-templateFHIR Server template for InterSystems IRIS for Health | Docker IPM | 5.0 (2) | 01 Feb, 2024 | 1.4k | 90 | |
iris-healthtoolkit-serviceConvert HL7 to FHIR, CDA to FHIR, FHIR to HL7 as a Service | G | Docker IPM | 5.0 (3) | 23 Jan, 2024 | 992 | 8 |
WidgetsDirectorA sample IRIS Backend app to implement a REST API for a helpdesk | C | Docker IPM | 3.8 (3) | 23 Jan, 2024 | 139 | 22 |
POST HL7 Message to REST API EndpointPOST an HL7 message converted to JSON to a REST API Endpoint | A | 0.0 (0) | 15 Dec, 2023 | 259 |