Search

Clear filter
Announcement
Jacquie Clermont · Apr 19, 2023

We're Up to 77 Sessions. I'm Pasting List in This Post.

FHIR They've Ever Heard HealthShare Unified Care Record: New & Next How to Customize the InterSystems IRIS for Health FHIR Repository How UC Davis Health Uses InterSystems API
Article
Muhammad Waseem · Sep 20, 2022

Getting to know Python Flask Web Framework

Check out the final python and HTML files below: from flask import Flask,render_template import irisnative app = Flask(__name__) ### Native API connection's parameters ip =
Announcement
Anastasia Dyubaylo · Dec 13, 2021

InterSystems Datasets Contest

The project should suggest how to use data - SQL query, REST API, or both. Visualization of the data is a plus.
Article
Mihoko Iijima · Feb 23, 2024

Using an Azure bot to access IRIS

APP.router.add_post("/api/messages", messages) return APP if __name__ == "__main__": try: #web.run_app(APP, host="localhost", port=CONFIG.PORT) web.run_app
Article
Eduard Lebedyuk · Aug 7, 2020

Containerising .Net/Java Gateways (or Kafka Integration Demo)

ADD https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar .
Question
Evgeny Shvarov · Oct 30, 2017

Authentication options for Caché REST Application

Suppose If you develop a client js application which works with Caché server via REST API (CSP Gateway).What are the options for Authentication and working with Caché session then?
Article
Stefan Wittmann · Aug 9, 2018

A sneak peek of Global Summit 2018

Additionally, we will have a big surprise completely changing how you think about building modern APIs!
Article
Evgeny Shvarov · Nov 3, 2017

DeepSee Web: InterSystems Analytics Visualization with AngularJS. Part 1

use DeepSee REST API, get and build your own UI widgets and dashboards.
Question
max simpson · Mar 21, 2021

How to cache REST Responses in IRIS?

Hi All,I am implementing REST API's in IRIS using the below link as a guide.
Article
Anton Umnikov · Oct 17, 2019

Using AWS Glue with InterSystems IRIS

Glue Job contains the "Extract" portion, where data is being extracted from data sources, series of "Transformations", build using Glue API and finally the "Load" or "sink" part, where
Question
José Ademar de Oliveira Junior · Feb 4, 2022

How to set up IRIS database with Quarkus

You will find here a demo of a quarkus rest crud api with iris as a database.
Article
Steve Pisani · Mar 13, 2024

OpenTelemetry Traces from IRIS implemented SOAP Web Services

three main aspects: Metrics capture, which is the capture of quantitative measuremements about the performance and behaviour of a system, similar to what IRIS publishes via its /api
Announcement
Anastasia Dyubaylo · Feb 8, 2022

Top Open Exchange Developers and Applications for 2021

Iryna.Mykhailova 4 - 10th places:InterSystems Application of the Year 2021 HealthInfoQueryLayerby @Botai.Zhang HoleFoods Adaptive Analytics Sampleby @Peter.Steiwer RESTFUL API
Question
Fabio Goncalves · Apr 29, 2016

%Library.GlobalCharacterStream deprecated

1) Deprecated for COS means we simply do not want to encourage people to use these APIs anymore.
Article
Robert Cemper · Aug 10, 2023

Remote Global Listing using NativeAPI for ObjectScript #1

Warning: This code runs rather slowly and creates a lot of network trafficBackground As $QUERY is not supported by Native API it is a ratherlong and boring workaround with IsDefined