Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
ADD A NEW IDEA

InterSystems IRIS

Showing 190 of 359

Import classes with ES6 syntax

Being able to import classes into another class for example using ES6 syntax, this way you could reduce the use of ##class(Sample). throughout the document when it is needed repeatedly in more than one place. A possible example would be to be a...
Joan Pérez 10 months ago in InterSystems IRIS 0 Future consideration

Example of Flask application with SQLAlchemy IRIS

It would be good to have an example of an application made on Python Flask, which works with IRIS through SQLAlchemy
Dmitry Maslennikov 10 months ago in InterSystems IRIS 4 Done by Community

List OEX business services, operations and processes on Interoperability wizards

Today only official business services, operations and processes are presented as options on Interoperability wizards, but could be great allows to the developer choose community adapters, business services, operations and processes from IPM registry
Yuri Marx 10 months ago in InterSystems IRIS 4 Needs review

use Python Class Definition Syntax to create IRIS classes

Now that IRIS support Python, UDL syntax should not be the only way with SQL DDL to define/create classes in IRIS.
Sylvain Guilbaud 11 months ago in InterSystems IRIS 4 Future consideration

Transient data

When modeling a new table or persistent class, allows to mark the table or persistent class as transient. The transient attribute will set how many time the data will exists in the database. Transient data is useful to persist temporal data, like ...
Yuri Marx 11 months ago in InterSystems IRIS 2 Future consideration

Make Every Operation and Service Expose its message classes

Every Interoperability Business Service sends a message of a certain type. Every Operation receives a request message of a certain type and then sends back a response message of a certain class type. Currently it is not clear which are the these c...
Evgeny Shvarov 11 months ago in InterSystems IRIS 0 Future consideration

Introduce InterSystems IRIS support for Apache Airflow

Apache Airflow is an open-source data-pipelines orchestration and workflow management software built with python. It'd be great to introduce InterSystems IRIS operator to enable building Airflow orchestrations using InterSystems IRIS
Evgeny Shvarov 11 months ago in InterSystems IRIS 0 Community Opportunity

Introduce an Interoperability module (adapter, operation) for pdf.co

pdf.co is an online service to deal with pdf files. e.g. it can provide a text information inside pdf it'd be great to use it in interoperability scenarios to analyze different pdf files
Evgeny Shvarov 11 months ago in InterSystems IRIS 0 Community Opportunity

Specific cache buffers per DB

Today, if we want to make sure a specific database is more in-memory than others, we can built is as a 16K or 32K block size (while all others are the default 8K block size) and then assign an amount of "cache buffers" to 16K block DBs. I would li...
Yaron Munz 12 months ago in InterSystems IRIS 5 Will not implement

Envrionment variable support in System Default Settings

Docker commonly passes settings via environment variables. It could be useful if when resolving settings for production configuration this could also evaluate environment variables instead of deployed static values. Thus the container drives the b...
Alex Woodhead 12 months ago in InterSystems IRIS 4 Needs review