Search

Clear filter
Article
Chris Stewart · Apr 21, 2017

Let's write an Angular 1.x app with a Caché REST backend - start here

The possible options related to InterSystems technology can be found here.Thanks again! Hi Evgeny, I'll contact you offline about pt1.
Question
Nicki Vallentgoed · Jun 2, 2017

Collection vs parent child vs Reference vs One to many

InterSystems stores persistent data in a sparse tree structure that we call Globals.
Discussion
Vadim Aniskin · Aug 15, 2023

New rules for ObjectScriptQuality

Note: You can submit it as an idea on the InterSystems Ideas for the 2nd Idea-A-Thon contest.
Article
Iryna Mykhailova · Aug 15

A beginner's guide to creating SQL tables and seeing them as classes

First of all, InterSystems IRIS boasts a unified data model. This means that when you work with data, you are not locked into a single paradigm.
Discussion
Evgeny Shvarov · Feb 11, 2019

Tools and Framework Development and Deployment Guidelines . What is The Best Approach?

Suppose you developed a tool, framework, library on InterSystems ObjectScript for InterSystems Data Platform, share it via Open Exchange and want people to install it.
Question
omer · Jan 14

INSERT OR UPDATE WITH A COUNTER

Prior to incrementing the property, InterSystems IRIS compares its in-memory value to its stored value.
Article
Ben Schlanger · May 7

Long Running SQL Queries: a sample exploration

Here at InterSystems, we often deal with massive datasets of structured data.
Article
Victoria Castillo · Mar 19, 2024

How to create Data Lookup Tables using the SQL Data Import Wizard

Now we have a nicely tab-delimited text file ready to be imported into InterSystems!
Question
Robert Cemper · May 7, 2020

Docker vs. Durability

https://community.intersystems.com/post/using-intersystems-iris-containers-docker-windows For your Durable %SYS directory, try a named volume instead of a bind mount (use docker volume
Question
Thiago Zenaro · Jun 12, 2018

Extending method keywords

// @AutoGenerated ClassMethod TestTwoDoSomethingElse() { Write "util.Test||TestTwoDoSomethingElse" } but if you see the source, It is not compiled ;util.Test.1 ;(C)InterSystems
Question
Mathew Lambert · Oct 22, 2021

Trouble working with different timezones

Is there any method in intersystems to convert a timestamp from a timezone, to UTC or local?
Article
Vladimir Prushkovskiy · Feb 26, 2024

Bridge AI/ML with your Adaptive Analytics solution

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Guillaume Rongier · Jul 7, 2023

Iris FHIR Python Strategy

## Description With InterSystems IRIS FHIR Server you can build a Strategy to customize the behavior of the server (see [documentation](https://docs.intersystems.com/irisforhealth20231
Question
Robert Cemper · Jun 2, 2020

Local editing in WebTeminal ?

InterSystems itself does not have to support access via ssh, it's just a task for OS. Could you have a look at Theia-IDE?
Question
Hansel Rudy Stange Gaete · Jun 30, 2020

Iris & Buckets

https://github.com/intersystems-community/IRIS-ExternalTable#using-cloud-adapters-outside-of-externaltable - would give you an idea on how to use adapters directly.