Search

Clear filter
Question
Andy Stobirski · Nov 23, 2021

Not all XML child items are loaded into a class list when using XML.Reader correlate

Hi David, That's interesting, however, the XML file I am receiving is outputted from a web API and so I can't change it. Thanks for taking the time to reply, though.
Question
Kevin McGinn · Feb 26, 2020

Using python to select from persistent class INFORMATION.SCHEMA.TABLES fails

I can recommend you to: Contact the WRC Upgrade to InterSystems IRIS which would allow you to use new Native API for Python Use PythonGateway Use PyODBC or JayDeBeAapi packages
Announcement
Olga Zavrazhnova · May 22

Look what’s coming to the Tech Exchange @ InterSystems READY 2025

🐍 Topics: Interoperability on Python (IoP) Remote debugging Deep Dive in low level APIs Best practices How to start with Python and IRIS Virtual
Announcement
Anastasia Dyubaylo · Sep 11, 2024

InterSystems Developer Ecosystem Summer News 2024

of your InterSystems solution using GitLab - Part XII: Dynamic Inactivity Timeouts Application Metrics for HealthShare Data Tagging in IRIS Using Embedded Python and the OpenAI API
Announcement
Bob Kuszewski · Dec 2, 2024

InterSystems Platforms Update Q4-2024

MacOS Upcoming Changes Apple has released MacOS 15 and we are planning support for it in IRIS 2025.1 InterSystems Components Previous Updates InterSystems API
Article
Harshitha · Oct 22

Tips on handling Large data

From migrating millions of patient records to building APIs that handle quite large datasets, these approaches have made a real difference in performance and maintainability.
Article
Muhammad Waseem · Apr 1

Iris-AgenticAI: Enterprise Automation Powered by OpenAI’s Agentic SDK for Intelligent Multi-Agent Workflows

import shutil import subprocess import time from typing import Any from dotenv import load_dotenv load_dotenv() #Get OPENAI Key, if not fond in .env then get the GEIMINI API
Article
Robert Cemper · Jun 20, 2022

Working with Globals in Embedded Python

Even IRIS Native API for Python is more detailed.To be clear about what I expect: SET, GET, KILL of a Global node Native API: Fundamental Node Operations and Navigation with
Article
Benjamin De Boe · Aug 4, 2016

Creating a domain with the iKnow Domain Architect

While you can access these tables directly, we provide the APIs on top to help you answer typical questions more easily, rather than having to write lengthy SQL queries.
Question
Craig Regester · Oct 16, 2017

Proper Role Permissions for Executing Queries via REST

Is there documentation I'm missing in the API reference or elsewhere that indicates the necessary permissions needed to make certain calls?
Question
Scott Roth · Oct 11, 2022

Community Edition Linux Setup

# /csp allow to the webgateway to redirect all request starting by /csp to the iris instance # You can specify a list separate by a space : "IRIS_WEBAPPS=/csp/sys /api /isc
Question
Justin Millette · Jul 8

Enabling Delegated Authentication with IPM via module.xml

It is possible to give a specific application Delegated Authentication: <WebApplication Name="/${namespaceLower}/api" NameSpace="${namespace}" DispatchClass
Article
Sergei Sarkisian · Jul 18, 2022

Angular. Container and presentational components (aka smart-dumb)

This refactoring allowed us to simplify the whole component tree design and APIs and logic of our two components up the component tree.
Article
Yuri Marx · May 29

Use Mako Python template engine to generate dynamic content

Mako's syntax and API borrows from the best ideas of many others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi.
Article
Rubens Silva · Sep 19, 2017

Frontier: An abstraction layer for rapid REST development - Part 2 - Handling payloads

​​Creating a simple dynamic query Overwriting the default container property Using cached queries Passing parameters to queries Sharing data across router methods Forcing API