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.
The traditional acronym, COS (=Caché ObjectScript) is not really up-to-dateand appears to be rather unwelcome in an official context ISOS for InterSystems ObjectScript seems to be more appropriate
Robert Cemper
3 months ago
in InterSystems IRIS
3
Community Opportunity
Provide a single page view of free space in IRIS DBs
Actually, the information on free space in IRIS DBs requires many clicksand manual drilldown for each DB. There is no summary view for quasi-permanentobservations. E.g, for various *TEMP.DBs and other quick-moving content.
Introduce generated unittests for REST API calls generated by ^%REST vs Open API spec
^%REST can generate REST API classes that handle calls listed in Open API spec. It'd be great if the lib could also generate unittests for all the implementation methods. Tests could leverage approach, provided by David Hockenbroch here, which hel...
Enable Schema Validation for REST APIs Using Swagger Definitions
Enforce Automatic schema validation for Spec-First REST implementations
1️⃣ Description of the idea Enable automatic schema validation of incoming request bodies in REST APIs defined using Swagger/OpenAPI 2.0 when the request body is declared in ...
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...
Automatically Expose Interactive API Documentation
Enable interactive API documentation automatically for web applications. 1️⃣ Description of the idea Automatically enable a default API documentation endpoint—such as /docs or /apidocs—when a new %CSP.REST-based dispatch class is created. This end...
Extract IRIS configuration information and use it to generate diagrams showing aspects such as:
How ECP is being used to connect application servers and data servers.
The relationships between namespaces and databases, including where mappings...
John Murray
2 months ago
in InterSystems IRIS
1
Community Opportunity
Include an option in HealthShare (UCR) to support natively a vectorized database of patients' clinical data, enabling retrieval-augmented generation (RAG) for communication with market-available large language models (LLMs).
This feature would provide substantial added value to the product, particularly in the AI-driven era. Additionally, the vector search capability will support a wide variety of other use cases.
Integrate InterSystems IRIS with SQLancer for Automated SQL Testing and Validation
SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has fou...
Native JSON schema validator classes in IRIS 1️⃣ Description of the idea Introduce native JSON Schema validator classes in IRIS that allow developers to validate JSON data against a predefined JSON Schema. This would enable built-in support for st...