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.
Create a Docker image with material for InterSystems IRIS onboarding
Getting started with InterSystems IRIS is not so easy. There are so many possibilities and for a new dev it could be confusing,and the existing documentation is sparse and not exhaustive.Moreover, ObjectScript has changed a lot over the years, so ...
As there are no wizards in VSCode, it can be daunting for new programmers to write code correctly, for example, relationships. So the idea is to add to the extension some functionality to give commented-out examples of how to describe classes corr...
AI Log Analytics & Predictive Anomaly Detection for Interoperability
Problem
Operational issues (bad data, unusual traffic spikes, rising error rates) are discovered too late, after queues back up or downstream systems fail.
Current Event Log, Message Viewer, and Visual Trace are excellent for investigation, bu...
AI Digital Twin & Safe Replay Studio: One‑click production clone, anonymized traffic replay, and “what‑if” simulation
Problem
Changes to productions (new DTLs, rules, adapters, timeouts, upgrades) are risky because test environments rarely mirror real traffic, partner quirks, or peak volumes.
Reproducing an incident or validating a partner change requires man...
Add a debugger for Embedded Python in Visual Studio Code
Recently, Embedded Python was introduced as a programming language alongside ObjectScript. At the same time, the InterSystems Studio IDE has been deprecated for the newer and multilanguage Visual Studio Code (VSC), which is also equipped with a de...
Extending an open source LLM to support efficient code generation in intersystems technology
Description of the idea Currently, source code generating LLMs generate ObjectScript/BPL/DTL/PEX/SQL/MDX/CSP/XML for Productions/BI and Embedded Python code in a limited and/or inaccurate manner. InterSystems could specialize an already trained op...
Studio is a focused no-nonsense COS/CSP code editor.Although I like VS Code a lot for other programming languages, I find it overkill to just edit IRIS classes and routines. I also like the idea of a dedicated editor: for instance I use PyCharm fo...
Herman Slagman
over 2 years ago
in InterSystems IRIS
2
Will not implement
ObjectScript API to create MS Word files based on templates
Currently, IRIS doesn't have ObjectScript functionality for creating Word files. Python or Java are required. Furthermore, even using these languages, it's a complex process that requires many lines of source code. Therefore, the idea is to use an...
Create real world application by using IRIS and python Streamlit web framework
Streamlit is an open-source app framework for Machine Learning and Data Science apps. https://docs.streamlit.io/ We should have real-world application or startup template by using Streamlit and IRIS The idea fits the contest in the way that "Pytho...
Muhammad Waseem
over 2 years ago
in InterSystems IRIS
3
Done by Community
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...