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.
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.
Add an "error stats" visualizer (graph, dashboard or KPI) to production interface
We work on a process to send HL7 messages to IRIS, have them converted in FHIR and then send them to be stored on a FHIR server. During the integration and transformation processes (Business process/ business operation), we sometimes send thousand...
Auto-Scaling for Embedded Python Workloads in IRIS
Integrate native auto-scaling capabilities for embedded Python workloads within InterSystems IRIS. This feature would dynamically allocate or deallocate resources (CPU, memory) to Python processes running inside IRIS containers based on real-time ...
Enable Schema Validation for REST APIs Using Swagger Definitions
When a request body is defined in the parameters section of a Swagger (OpenAPI 2.0) specification, the REST API framework can automatically enforce schema validation on the incoming payload. By default, this validation returns a 422 Unprocessable ...
Introduce the native JSON schema validator classes in IRIS to validate JSON data against defined schemas. This feature is especially useful for REST API payload validation, ensuring data consistency and structural integrity.
1️⃣ Description of the idea A dark/light mode toggle button in the Management Portal header that swaps the entire SMP between those themes.
2️⃣ Who is the target audience? Developers and admins using our SMP day to day who love dark mode and a...
Automatically Expose Interactive API Documentation
When a new %CSP.REST-based dispatch class is created for a REST API, automatically enable a default endpoint (such as /docs or /apidocs) to serve interactive API documentation based on the OpenAPI (Swagger) schema.
This behavior should be similar...
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 databases without manually switchi...
Introduce SQL functions such as COMPRESS() and UNCOMPRESS() to facilitate data compression and decompression. These functions support the zlib and zstd algorithms, both of which are already implemented in IRIS for stream compression.
ObjectScript...