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 276 of 592

YamlAdaptor objectscript class

The YML Adaptor is a means for mapping ObjectScript objects (registered, serial or persistent) to YAML text or dynamic entities. When a class extends YmlAdaptor it will be able to: YMLExport() serializes a YAML enabled class as a YMAL document a...
Yuri Marx 2 months ago in Developer Experience / InterSystems IRIS 1 Done by Community

Break down IRIS in microservices

The objective is to decompose the IRIS monolith into independently scalable microservices within a cloud-native architecture. For instance, the OAuth2 server could be scaled independently without deploying additional full IRIS instances. These mic...
Dorian Tetu 5 months ago in InterSystems IRIS 1 Will not implement

See globals size in Management Portal.

In System > Globals it would be helpful to see the globals sizes, and be able to sort them by this new column.
Sylvain Guilbaud over 1 year ago in InterSystems IRIS 3 Will not implement

Simplify classnames calls in ObjectScript

Currently everyone use ##class(classname).methodname() to call it. e.g. do ##class(Sample).ClassMethod() This is one of the painful moments about ObjectScript for developers. Can we introduce a parallel support of more simplified way, as: #classna...
Evgeny Shvarov about 3 years ago in Developer Experience / InterSystems IRIS 0 Ideas Contest

Move users, roles, resources, user tasks, Mappings (etc) to a seperate Database, other than %SYS, so these items can be mirrored

There's nothing worse than failing over to find that many of your users are expired or don't exist or that your tasks do not exist. While mirroring is tried and true, the non-mirrorable items, as previously listed, are needed for true redundancy.
Sean O'Connor about 3 years ago in InterSystems IRIS 2 In Progress

Add interface binding to FTP adapters

Current implementation of FTP adapters (EnsLib.FTP.InboundAdapter, EnsLib.FTP.OutboundAdapter) lack a property to force binding with a specific TCP interface, similar to EnsLib.TCP.Common.LocalInterface. Being able to select a specific interface s...
Robert Barbiaux 9 months ago in InterSystems IRIS 0 Future consideration

IRIS for Health Blockchain connector

To develop a Connector enabling the seamless export of health data from Intersystems IRIS for Health to a blockchain repository, empowering patients with control over their own health data. This solution ensures data integrity, transparency, and s...
Johni Fisher about 1 year ago in Developer Experience / InterSystems IRIS 2 Community Opportunity

Integrate InterSystems IRIS with SQLancer for Automated SQL Testing and Validation

SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has fou...
Dmitry Maslennikov 5 months ago in Developer Experience / InterSystems IRIS 0 Community Opportunity

Desktop SQL Explorer for InterSystems IRIS

For developers and analysts who prefer desktop GUI, build a cross-platform(Windows, macOS, Linux)desktop SQL Explorer for InterSystems IRIS — like DBeaver, MySQL Workbench and SSMS but tailored to IRIS.
Fan Ji 5 months ago in InterSystems IRIS 1 Already exists

Universal Global Exchange Utility

1) Description of the idea We have the %GOF/%GIF (IRIS block format) utilities, which are fast but quite limited in functionality: They don't support exporting subglobals. It's not possible to export an entire global mapped across multiple databas...
Alexey Maslov 5 months ago in InterSystems IRIS 3 Future consideration