Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
IRIS-Test-Data-GeneratorUsed to generate test data | D | Docker IPM | 3.0 (1) | 22 Sep, 2024 | 102 | |
BridgeWorks VDMBridgeWorks VDM is an ad hoc reporting and graphical SQL query application. | 0.0 (0) | 26 Aug, 2024 | 460 | |||
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 | ||||||
SQL DATA LENSDB Tool with special features for IRIS & Caché | A | 5.0 (1) | 10 Aug, 2024 | 960 | ||
geo-vector-searchmathematical use of vector search | Docker IPM | 5.0 (3) | 26 Apr, 2024 | 246 | ||
ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker IPM | 4.5 (1) | 25 Mar, 2024 | 341 | 18 | |
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 | |
The adopted BitmapHow to enable Bitmaps for nonstandard IDs | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 217 | 33 | |
SQL-for-ERRORS-GlobalMap ^ERRORS Global and have a custom query for full content | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 339 | 69 | |
Global-Scan-to-SQLAnalyze Globals by Subscript-Level | Docker IPM | 4.5 (1) | 25 Mar, 2024 | 346 | 24 | |
Global-dump-to-SQLShow Global by SQL SELECT | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 518 | 24 | |
sql-builderA flexible and powerful SQL query string builder for InterSystems IRIS | Docker IPM | 3.0 (1) | 25 Mar, 2024 | 515 | 22 | |
IRIS External TableIRIS External Table allows you to access files in the local filesystem and cloud BLOB storage such as AWS S3 and Azure BLOB Storage as regular IRIS SQL tables. | A | Docker IPM | 4.3 (2) | 25 Mar, 2024 | 529 | 22 |
Collection-Indexing-and-QueryHow to get correct index for SQL query generator | Docker IPM | 4.0 (2) | 03 Feb, 2024 | 248 | 29 | |
HL7-FHIR-Cohort-PopulationHL7 to FHIR Cohort Population | M | 5.0 (1) | 25 Jan, 2024 | 181 | ||
bdb-sql-utilsVarious utilities from the SQL cookbook | B | Docker IPM | 4.5 (2) | 17 Jan, 2024 | 611 | 74 |
openflights_datasetOpenflights demo dataset, datamodel for InterSystems IRIS | A | 3.0 (1) | 18 Sep, 2023 | 590 | ||
password-app-iris-dbApplication for storing passwords | O | Docker Python | 4.5 (2) | 17 Sep, 2023 | 298 | |
DBeaverUniversal Database Manager and SQL Client | S | 4.9 (15) | 29 May, 2023 | 2.4k | ||
Sheep’s GalaxyExample of using InterSystems IRIS Cloud SQL and IntegratedML | M | Docker Python ML ML | 2.0 (1) | 21 Apr, 2023 | 416 | |
isc-cloud-sql-python-demoA simple python and flask app with IRIS Cloud SQL on back | Python | 5.0 (1) | 23 Mar, 2023 | 239 | ||
NY Taxi DemoA simple guide to NY taxi business, leveraging Columnar Storage | B | Docker Python IPM | 5.0 (1) | 10 Jan, 2023 | 285 | 38 |
GoSelectorSee Column Selectivity Vs Ratio of Distinct Values | A | IPM | 4.0 (1) | 13 Oct, 2022 | 152 | 5 |
CoffeeCo Full Stack TutorialIRIS Coffee Company tutorial | R | Python | 3.0 (1) | 12 Aug, 2022 | 265 | |
Python IRIS SQL Procedures SampleSamples of python running inside SQL InterSystems IRIS Database | Docker IPM | 5.0 (1) | 20 Jul, 2022 | 253 | 7 | |
csv2tableExample on how to import CSV to any existing table | Docker IPM | 4.5 (1) | 29 Sep, 2021 | 225 | 11 | |
irisdemo-demo-restsqlSimple demo of IRIS exposing REST APIs created based on Swagger that have a SQL database as the backend. | A | Docker | 4.3 (2) | 04 May, 2021 | 460 | |
Create a unified hospital data extraction scheme based on IRIS for HealthCreate a unified hospital data extraction scheme based on IRIS for Health | D | 0.0 (0) | 04 Mar, 2021 | 341 | ||
Integration scheme for heterogeneous messages in heterogeneous systemsIntegration scheme for heterogeneous messages in heterogeneous systems | D | 0.0 (0) | 28 Feb, 2021 | 178 | ||
HealthInfoQueryLayerThe application use generic interface to perform query on data schema and used globals as configuration. At run time, the program will implement the query referring to configurations. It's working as a prototype ObjectScript MyBatis Template. | B | 0.0 (0) | 24 Jan, 2021 | 512 | ||
iris-multi-model-api-templatea simple demo of InterSystems IRIS multi-model data management via REST API | Docker IPM | 5.0 (1) | 11 Jan, 2021 | 346 | 13 |