Search

Clear filter
Article
Zhong Li · Apr 12, 2019

Build HealthShare Docker Images for Demo Purposes on a Windows Laptop

There is no other prerequisite than you have to be familiar with Intersystems HealthShare products, their installation and configurations on common Linux platforms.
Question
Flávio Lúcio Naves Júnior · Oct 21, 2019

What do you prefer use abbreviation or normal commands?

From <https://what.thedailywtf.com/topic/508/intersystems-cach-233-gateway-to-hell/21> "cautionary M tales" is really ages old and outdated.
Article
Rizmaan Marikar · Dec 25, 2021

Generating EXCEL documents with Caché ObjectScript

Next request to publish it on Open Exchange too to let it be visible to all the InterSystems Developers Ecosystem) Here is how. Great Article!!
Article
Fabian Haupt · Feb 12, 2016

Asynchronous Websockets -- a quick tutorial

requirements, but the goal here is to demonstrate basic Websocket programming and not to replace IRC ;) You'll find the code we are about to discuss in the repository (https://github.com/intersystems
Article
Vicky Li · Nov 14, 2016

Mastering the JDBC SQL Gateway

The driver log, however, corresponds to using the InterSystems' JDBC driver to access a Caché database from an external application, which means Caché _the server_.
Article
Mark Bolinsky · Mar 18, 2016

Database Mirroring without a Virtual IP Address

++ Update: August 1, 2018 The use of the InterSystems Virtual IP (VIP) address built-in to Caché database mirroring has certain limitations.
Question
Alexey Maslov · Jun 10

Yet Another Performance Puzzle

Starting with InterSystems IRIS 2023.3, this symbol table is built lazily, only adding public variables upon their first reference.
Article
Eduard Lebedyuk · Jan 28, 2019

Iterate over dynamic object

💡 This article is considered as InterSystems Data Platform Best Practice.
Question
Evgeny Shvarov · Mar 15, 2018

Deployment Strategies: Do You Compile ObjectScript on a Production Site?

Not had a problem since, but if Intersystems knows this, then why not make that the default ?
Article
Lucas Enard · Aug 17, 2022

Train and tune a machine learning model using IRIS and Python

module, or Python dependence, open a terminal inside the container and enter for example : "pip install new-module" To open a terminal there are many ways, If you use the InterSystems
Article
Gevorg Arutiunian · Nov 1, 2018

Utility to compare class and include file definitions between builds

set $piece(cst,"|",2)=$piece(cst,"|",2)+crc set $piece(cst,"|",3)=$piece(cst,"|",3)+crc quit cst } } Here's a link to the code on GitHub: https://github.com/intersystems-community
Question
Stuart Strickland · Nov 8, 2023

The secret of $LIST?

You may use $LISTFIND $LISTFIND | InterSystems IRIS Data Platform 2023.2 $list is a binary format, quite complex actually.
Article
Sergei Sarkisian · Jun 30, 2022

What's new in Angular 14

My name is Sergei Sarkisian and I’m creating Angular frontend for more than 7 years working in InterSystems.
Article
Evgeny Shvarov · Feb 11, 2023

Using IRIS Interoperability and Data Transformation to Change Data in CSV

Want to share with you an exercise I tried with InterSystems IRIS Interoperability.
Article
Robbie Luman · Jan 12, 2024

Textual Similarity Comparison using IRIS, Python, and Sentence Transformers

💡 This article is considered InterSystems Data Platform Best Practice.