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 185 of 346

Use of package management systems

There is no way at the moment to install any driver to IRIS for any suppoorted programming language. Java drivers not available on Maven (even https://mvnrepository.com/artifact/com.intersystems/intersystems-jdbc, just fake empty files) Python dri...
Dmitry Maslennikov almost 2 years ago in InterSystems IRIS 1 Future consideration

LIMIT OFFSET support for IRIS SQL

LIMIT OFFSET feature is widely used by other databases. And it is a real pain at the moment to achieve something similar on IRIS SQL. Django ORM for instance requires this for pagination, and there is no way to make it some other way
Dmitry Maslennikov almost 2 years ago in InterSystems IRIS 3 Planned or In Progress

Set password through environment variable

In a continious integration processes, for some applications, for testing purposes, it's useful to run vanilla IRIS and run integration tests, for Python applications for instance And the best way to do it, is to use services feature in popular CI...
Dmitry Maslennikov about 1 year ago in InterSystems IRIS 5 Future consideration

Create front-end package based on CSS and JS to be used in NodeJS and Angular projects

It would be great to create a specific package with styles and custom html components based on the brand image of the company, like an "ISC bootstrap", so any developer of the community could get it and use it for any development based on NodeJS o...
Luis Angel Pérez Ramos over 1 year ago in InterSystems IRIS 4 Community Opportunity

Implement or incorporate a mocking framework to complement %UnitTest class

Interoperability components often have dependencies such as external connections or callouts to external packages/libraries. In order to create UnitTests, we need to mock those components with something like Mockito so we aren't required to write ...
Chi Nguyen-Rettig 2 months ago in InterSystems IRIS 0 Planned or In Progress

Bare minimum start of IRIS for docker build

During docker build, it's useless to start full functional IRIS, it would be enough to start just bare minimally, do not start the internal web server, ECP, and so on. Just only staff enough to build a code and make some changes in settings.
Dmitry Maslennikov over 1 year ago in InterSystems IRIS 0 Future consideration

IRIS support for Amazon Linux

Amazon Linux is the default OS for virtual machine instances in AWS. While production customers will likely use and pay for RHEL, and Ubuntu is fully supported, Amazon Linux support should be straightforward, since it's based on RHEL. [ec2-user@...
Cliff Mason almost 2 years ago in InterSystems IRIS 0 Needs review

Global->JSON->Global converter

Introduce a package which can:export arbitrary Global (or part of global) into file.jsonimport file.json into Global expose global in JSON into device and vice versa
Evgeny Shvarov over 2 years ago in InterSystems IRIS 2 Done by Community

Jupyter Notebook

with the addition of embedded Python, offer a Jupyter Notebook integration that can interact with the IRIS DB, rules engine, etc.
Guest over 2 years ago in InterSystems IRIS 2 Done by Community

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