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 Products

Showing 257 of 349

Implement samples of $system.external interface (aka "InterSystems External Servers")

The new $system.external interface (aka "InterSystems External Servers") is used to call/integrate with external language code/libraries, it replace the old gateways (for example Java gateway) that required the import of proxy objects. For the old...
Enrico Parisi 6 months ago in InterSystems IRIS 1 Implemented

Load Datasets from Hugging Face into IRIS

Hugging Face is one of the most popular AI models community. It also has a lot of datasets. It'd be great to add a one-click/one-line-of-code way to import huggingface data into IRIS
Evgeny Shvarov about 1 month ago in InterSystems IRIS 0 Community Opportunity

Code snippets library

The Studio has a tab where you can add code snippets on your local machine (with a very small amount of code snippets already present). It would be nice to build a library of code snippets on the community site to perform a variety of tasks like u...
Danny Wijnschenk over 1 year ago in InterSystems IRIS 14 Community Opportunity

IRIS Based Analytics AKS Container to analyse Azure Infrastructure Cost

Use of IRIS Analytics on Azure FinOps Build an AI/ML based analytics engine in IRIS, which will keep on analysing azure infra cost and provide meaningful chronological analytics for business and engineering to provide recommendation to take action...
Tirthankar Bachhar 19 days ago in InterSystems IRIS Cloud IntegratedML 0 Community Opportunity

SharePoint File Service and Operation

Like File en FTP service + operation SharePoint has become a very common file storage location. Yes, we can make our own REST implementation but I feel this feature should be an IRIS standard feature.
Ties Voskamp 7 months ago in InterSystems IRIS 0 Community Opportunity

Make IRIS a part of Spring Cloud

Many companies use Spring Cloud today. With the advent of the full cloud era, hospitals inevitably need to span multiple independent but interdependent applications or partners, and the traditional single ESB platform that only gives SOA architect...
王喆 👀 9 months ago in InterSystems IRIS 7 Will not implement

Refactoring in VsCode

In VsCode (As in old Studio) there is juste one refactoring possibility : extract in method. I think that refactoring functions are important in producing clean code, because refactoring without dedicated function is too long, so not done.
Pierre LaFay 5 months ago in InterSystems IRIS 3 Future consideration

IRIS Community with no connections limit

IRIS Community Edition without limit on connections amount instead, limit IRIS by cores and memory, i.e. limit it to 2-4 cores and 4-8GB RAM IRIS Community Edition is very useful in automated testing or some simple demos, but it's useless due to l...
Dmitry Maslennikov 9 months ago in InterSystems IRIS 0 Future consideration

Visual trace contents in JSON format

The message contents in the interoperability productions are visualized as default XML view. JSON is also a vital part of the works. So, Add JSON as an additional built in format in message viewer. If it's implemented in IRIS application It will b...
Ashok Kumar 8 months ago in InterSystems Products 1 Future consideration

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 over 1 year ago in InterSystems IRIS 0 Future consideration