Search

Clear filter
Article
Dmitrii Kuznetsov · Oct 7, 2019

OAuth Authorization and InterSystems IRIS: Taming Trust Protocols

devices in IoT (Internet of Things) systems using the OAuth 2.0 Internet of Things (IoT) Client Credentials Grant. A New Venn Of Access Control For The API Economy Above all, do
Article
Evgeny Shvarov · Aug 29, 2019

Introducing InterSystems ObjectScript Package Manager

API for ZPM clients to deploy and list packages. Today we have a Developers Community Package Manager server available at pm.community.intersystems.com. You can install any
Article
Mikhail Khomenko · Jan 21, 2021

InterSystems Kubernetes Operator Deep Dive: Part 2

I1212 17:10:38.122306 1 operator.go:77] Starting Iris operator Custom Resource Definition irisclusters.intersystems.com was created during IKO deployment. You can look at the API
Article
José Pereira · Feb 2, 2021

A custom SQL index with Python features

searched, the custom index calls the query method from ball tree object in Python. You can also note the use of IRIS Native API in order to access index global RGB values for ball
Article
Nikita Savchenko · Apr 1, 2016

ObjectScript Class Explorer - Exploring ObjectScript Classes in the UML Notation

api call. I tried running one of the method from terminal, it works from there. Just tried the installation on Cache for UNIX (Apple Mac OS X for x86-64) 2017.2 (Build 744U
Article
Maks Atygaev · Dec 11, 2016

Declarative development in Caché

of programming" is originating from Scheme, which is debatable at best...) As long as there's an abstract API for parsing, lexing, transpiling and serializing. It would be possible to even
Article
Chris Stewart · Apr 17, 2017

Let's write an Angular 1.x app with a Caché REST backend - Part 1 of Many

?? What if I want to have a webapp totally out of Cache , with cache just being the data provider via sql or rest. Thanks Hi Neerav! Use REST-API with data in JSON format
Article
Константин Ерёмин · Sep 18, 2017

Search InterSystems documentation using iKnow and iFind technologies

words, exceptions. Fields can be filled one by one, or all at once. For example, let's find articles containing the word “iknow”, the combination “rest api” and those that contain
Discussion
Evgeny Shvarov · Apr 22, 2018

Class vs Routine in ObjectScript. What Do You Use And Why

doing RESTful API development without classes.Having human-readable, intuitively named class packages rather than hundreds of obscurely named .int routines and globals makes life
Article
Murray Oldfield · May 25, 2023

AWS Capacity planning review example

be monitored closely if reads are throttled for an extended period. The database disk IOPS and throughput provisioning can be adjusted via AWS APIs or interactively via the AWS
Question
Michael Davidovich · Apr 1, 2019

Use Cache to Write Excel Files

ZEN reportsProduce CSV and use LibreOffice to convert CSV to XLSX. Article about this approach.Use Apache POI to generate XLSX. Here's Apache POI JGW wrapper and ObjectScript API
Article
Mikhail Khomenko · May 15, 2017

Making Prometheus Monitoring for InterSystems IRIS and Caché

. To get the latter, we will use the API of the SYS.Stats.Dashboard class. These metrics are used by Caché itself for displaying the System toolbar: Example of the same in the Terminal
Discussion
Sebastian Mueller · Aug 8, 2017

Your Workflow: Issue Tracking, Version Control etc

modern API wrappers instead of re-writting it. Do you use an issue tracking / collaboration system? If so which one. Any you would recommend or immediately dismiss based on personal
Article
Eduard Lebedyuk · Mar 20, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part IV: CD configuration

: Application Our application consists of two parts: REST API developed on InterSystems platform Client JavaScript web application Stages From the plan above we can determine
Article
David E Nelson · Apr 26, 2019

A Containerized Machine Learning Playground with InterSystems IRIS Community Edition, Spark, and Zeppelin

. We can create such a model very easily using Spark. Here is some code that uses Spark's linear regression API to train a regression model. The code does the following: Creates