Search

Clear filter
Article
Alex Alcivar · Jul 28, 2024

Using Django and Vue.js to create a web application on IRIS: Peeking into the Django framework

to define the URL where that API endpoint is available.
Question
Yone Moreno · Nov 28, 2019

Iterate over object properties which name contains underscore _ ‽‽‽

Hello, I would like to learn how to iterate over object's properties which name contains underscore _ For example, the API gives to us the following message: [ { "cod_cias
Announcement
Evgeny Shvarov · Nov 13, 2023

Technology Bonuses for InterSystems Java Programming Contest 2023

Java Native API - 2 points InterSystems IRIS introduces a Java Native API library that helps to interact with InterSystems IRIS from java.
Article
Guillaume Rongier · Oct 28, 2022

Yet Another Implementation of $lb() // iris-dollar-list

* The native API version do not support embedded $list in $list. This is a work in progress. For now, it only support embedded $list in $list, int and string.
Question
Michael Davidovich · May 12

Error Handling Server to Client Side - Best Practices

A use case: We are implementing an API that tends to have intermittent availability errors and we also call it using a session token that expires.
Article
sween · Nov 7, 2019

Export InterSystems IRIS Data to BigQuery on Google Cloud Platform

actually running it will: Google Cloud Setup You can do this anyway you want, here are a few options for you, but all you have to do in GCP is: Create a Project Enable the API's
Question
Arya S · Jan 5, 2018

UPS - SOAP WebServices Not Working

That said, I was able to implement the UPS API for the Tracking API and was able to execute without issue. To get it to work you will need to do the following. 1.
Article
Renato Banzai · Jan 30, 2021

Making a blog using Python + IRIS Globals

To integrate python and Iris I have used the IRISNative API. ## Database Model Key-Value My engine works in a way that I cant imagine more simple than that.
Question
Bharath Nunepalli · Sep 16, 2020

Command shortcuts for getting Caché database details

Perhaps the Config.Journal and Config.Databases APIs would be useful to you.
Question
Hannes Postl OEID · Sep 25, 2020

Kerberos WebGateway

Also Apache Websites are working with GSS-API and negotiation. But how can I get a SSO kerberos login form the Web Browser credentials to iris. I don't find any documentation.
Question
Warren Baldock · May 26, 2020

JSONStreamtoObject - accessing item in JSON response

Hello All, I am compiling a REST Operation to call our hospital Administration system, following tutorials around the REST API's etc.
Announcement
Rob Tweed · Jun 11, 2020

Building an Interactive WebSocket-based CRUD Application, using Node.js and IRIS Natively on Windows

use of WebSockets between the browser and the Node.js back-end - integration of Node.js and IRIS (or Cache) on a Windows platform, using the Open Source, high-performance mg-dbx APIs
Question
CM Wang · Jun 26, 2017

How to execute external unix/windows commands from COS

I would like to invoke some unix/windows commands from COS, any API could do that?
Question
Larry Pinsky · Apr 26, 2023

Custom Dashboard

I am hoping there are API calls that can be made from a web page to bring in and display this data. Anyone have experience doing this or something similar?
Article
Tomoko Furuzono · Nov 16, 2023

How to run online backup from command

InterSystems FAQ rubric To run an online backup from a command you can use the API BACKUP^DBACK routine.An example of performing a full backup is as follows.