Search

Clear filter
Announcement
Anastasia Dyubaylo · Jul 12, 2021

InterSystems Tech Article Contest

Connect An example that shows how to set up Kafka Connect and export&import SQL data via the Kafal Connect JDBC connector. 9 Applying analytics / ML to the SQL Statement Index
Question
Ephraim Malane · Oct 6, 2022

How to find and extract a substring from a string

uploads/2021/02/sa_icd-10morbiditycodingstandards.pdf">DOWNLOAD</a> </td> </tr> <tr class="row-16 even"> <td class="column-1">Alphabetical Index
Article
Sergey Mikhailenko · Jan 24, 2023

Some aspects of migrating JDBC settings between IRIS instances.

FROM city”,”postgres”,”^tmpPG”) ``` The structure of the array is: ^tmpPG(0)=$lb("NameField1",...,"NameFieldn") ^tmpPG(-1) Field names ^tmpPG(-3) Request and timing ^tmpPG(-4) Indexes
Article
Heloisa Paiva · Jul 4, 2023

A portal to manage storage made with Django - Part 1

We already know that the view home is responsible to render the index.
Article
Yuri Marx · Aug 8

Tracing InterSystems IRIS Applications Using Jaeger

Collector: Receives traces from Jaeger agents and runs them through a processing pipeline, which currently validates traces, indexes them, performs any necessary transformations, and
Article
Murray Oldfield · Oct 1, 2016

Data Platforms and Performance - Part 7 ECP for performance, scalability and availability

KEY=GHA_ecp) [A list of other posts in this series is here](https://community.intersystems.com/post/capacity-planning-and-performance-series-index) # ECP Architecture Basics
Question
Maks Atygaev · Sep 13, 2017

New Programming Language - Discussion

//filter out all numbersset bar : array = foo.filter( value, index => { if 'value.IsNumber() return value})From here you can then introduce method chaining which would make code
Question
Graham Hartley · May 10, 2018

Linked Stored Procedure Query in Ensemble 2017.2.1

The call to $$setStream^%apiGTW(QHandle,RawData,0,1) Is roughly equal to: #dim gc As %SQLGatewayConnection #dim RawData As %Stream.Object //set sc = gc.ParamData(hstmt, .index
Article
Thomas Daniels · Sep 3, 2019

IRIS Native API for Python

iter = iris.iterator("stops").items() stop_id = None for item in iter: iris.set(item[0], "stopnames", item[1]) Having the global of stopnames, where index is name and
Article
Zhong Li · Mar 28, 2023

Perceived gaps to GPT assisted COS development automation

imagine such a scenario: that a clinician just types in a clinical query into a chat in her natural language, and automatically a clinical dashboard is generated, highlighting those patients
Question
Stuart Byrne · May 23, 2017

Unable to Parse CSV from Business Service to Business Process

Please could you advise: Business Service: /// Collects CSV from Epic FTP, looking for ENH patient /// antiobitic sensitivities to be passed on to ENH Infection control /// Patch
Article
John Murray · Mar 3, 2016

Class Projections and Projection Classes

Projections are indeed very powerful.
Discussion
Eduard Lebedyuk · Mar 11, 2024

Code Golf: Length Order

r):1:a{s w=$tr(a(j)," "),p=$f(w,",")-2 f i=2:1:$l(w,",") s c=$l($p(w,",",i)),r=$s(p=c:r,p<c&(r<3):2,r#2:3,1:4),p=c} q $p("Constant7Increasing7Decreasing7Unsorted",7,r)} Indeed
Article
Joel Solon · Dec 30, 2021

Did you know that IRIS Terminal could do this?!?! History and Aliases!

Display help :alias Create/display aliases :clear Clear history buffer :history Display command history :unalias Remove aliases Note how indeed we don't have :sql
Article
Evgeny Shvarov · Feb 26

How Do You Display %Status Error in Terminal Or Let's Have a New Helpful Terminal Alias!

Ah, it is more readable indeed! There is another popular one which I sometimes hate to use: $$$ThrowOnError(something())