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 357

Make a module which will let to use IRIS and Firebase framework

There is the Google Firebase project which gives you the way to create data instances and the CRUD UI for these instances. So it is the way to make a mock-up project with the backend and frontend very fast.
Evgeny Shvarov over 2 years ago in InterSystems IRIS 2 Done by Community

copy/sync system configurations and user accounts between IRIS instances

To simplify user and configurations management
Evgeny Shvarov over 2 years ago in InterSystems IRIS 3 Planned or In Progress

Introduce AS2 Interoperability Adapter

There is a need for the file exchange implementation of AS2 protocol in a form of an Interoperability (integration) adapter With the upcoming release of Embedded python, it is possible to create an adapter with this python library: https://pypi.or...
Evgeny Shvarov over 2 years ago in InterSystems IRIS 0 Community Opportunity

Vector search support for llama-index with metadata

Llama-index is a super useful and performant tool for creating the vector store within iris, however the current integration between iris and llama-index doesn't support metadata (a capability of newer versions of llama-index). This would be a ver...
Somesh Mehra 4 days ago in InterSystems IRIS 0 Needs review

Add Python linting to vscode when writing method in Python.

When you write a method using python you do not get any linting of the python code. This is slows down development in Python. One common mistake is bad or missing indentation which is critical in Python. While we know that there is an error the na...
Rich Taylor 13 days ago in InterSystems IRIS 0 Needs review

Expand Vector Arithmetics

Enhance Vectore calculation beyond VECTOR_COSINE(),TO_VECTOR(),VECTOR_DOT_PRODUCT() I especially miss these functions: FROM_VECTOR to get the content of $ZV into a variable (JSON ?) ADD_VECTOR() for transformation. For INT and DOUBLE DiFF_VECTOR()...
Robert Cemper 19 days ago in InterSystems IRIS 6 Needs review

Remember Preferred language selection for Management Portal "forever"

Everytime that the session of the Management Portal is closed the preferred language selected is lost, forcing to the user to change it the next time that log in. Using cookies would fix this problem, keeping the language selection at any time.
Luis Angel Pérez Ramos 25 days ago in InterSystems IRIS 1 Needs review

Time in Queue of Messages

It's importantent to have an information of messages (Ens.MessageHeader) logging the time of it in Queue. For example: When you call some BO and your message keep in queue fro a little, after it is processed. you have ONLY TimeCreated and TimeProc...
Luis Petkovicz about 2 months ago in InterSystems IRIS 0 Needs review

Adding Process Start Date and Time

As part of various type of monitoring. It is good to have process start date and time in process details in SMP and in the system process table.
Sundara Moorthy Jeganathan about 2 months ago in InterSystems IRIS 0 Future consideration

Date format in LOAD DATA to indicate a date/datetime format other than 'yyyy-mm-dd hh:mm:ss'

Provide an option in LOAD DATA to indicate a date/datetime format other than 'yyyy-mm-dd hh:mm:ss' i.e : LOAD DATA .../...USING{ "from": { "file": { "dateformat": "DD/MM/YYYY" } }}
Sylvain Guilbaud 4 months ago in InterSystems IRIS 0 Planned or In Progress