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 259

Run IRIS BI from Streamlit

Support to run IRIS BI analyses and dashboards into Streamlit apps
Yuri Marx 3 months ago in InterSystems IRIS 0 Ideas Contest

Introduce support of Open API 3.1.0

Currently IRIS supports export of Open API(swagger) specification of the REST API version 2.0 The latest version is 3.1.0 which Better support for modern RESTful practices More expressive API definitions, especially with request bodies and content...
Evgeny Shvarov 3 months ago in InterSystems IRIS 0 Planned or In Progress

Dapper support in IRIS

It would be nice to have a Dapper support in IRIS, not only EntityFramework
Vadim Cherdak 4 months ago in InterSystems IRIS 0 Community Opportunity

Allow overriding of the class method call for routing within %CSP.REST.DispatchRequest

I would like the process of calling the destination class method within the DispatchRequest method of the %CSP.REST class to be an overridable method. Currently, I am manually creating REST APIs using ObjectScript. When there are cross-cutting con...
Shun Kondo 4 months ago in InterSystems IRIS 0 Ideas Contest

Add polling for changes to the VSCode extension(s)

Currently, if you edit code client-side in VSCode the local copy of any routines/classes remain static.If someone else makes a change, via Studio or another VSCode session etc..., then that change doesn't update my local client copy or flag that a...
David Underhill 5 months ago in InterSystems IRIS 1 Will not implement

add support for SQL Host Variables

a simulation of host variables is actually only Available with Embedded SQL only.you know the famous (and horrible to me) :varnam syntax.I propose to take some workaround to allow similar functionality as in other SQL dialects.For good reasons the...
Robert Cemper 5 months ago in InterSystems IRIS 1 Done by Community

Introduce Flyway Support in IRIS

Flyway is an opensource db migration tool. Here is the related discussion: https://community.intersystems.com/post/flyway-support-intersystems-iris It'd be great to have IRIS support. There is an attempt dated 3 years ago: https://github.com/flywa...
Evgeny Shvarov 6 months ago in InterSystems IRIS 0 Community Opportunity

Add InterSystems wrapper for Supabase

Supabase.com is a backend as a service platform. By default, it provides Postgres as a backend, but there is a wrapper mechanism that allows to add different data vendors. https://supabase.com/blog/postgres-foreign-data-wrappers-with-wasm https://...
Evgeny Shvarov 6 months ago in InterSystems IRIS 0 Community Opportunity

Add a tool to Import routine to an InterSystems IRIS Server

Currently there is no way to import a routine (MAC, INT, INC) from file to a given IRIS Server. At least I haven't found a handy one. Management portal allows to import classes but not routines from disc to IRIS. It'd be great to add a UI package ...
Evgeny Shvarov 7 months ago in InterSystems IRIS 2 Already exists

Configuration Merge: Configure NLS Settings

To me NLS settings sounds a perfect Configuration Merge candidate. Currently we're running: do ##class(Config.NLS.Locales).Install("finw")set ^SYS("NLS", "Config", "Collation")="Finnish3" with iris terminal.
Jani Hurskainen 8 months ago in InterSystems IRIS 0 Future consideration