Search

Clear filter
Article
Bernd Mueller · Jan 30, 2018

A story from support - how the quest for a raw DEFLATE compression/decompression function leads to a Node callout server by REST

Caché API/functions currently. So what can we do to add it? "We need to access the Zlib library somehow." Can we make Zlib available from within Caché by a callout? "Yes, we can
Article
Henrique Dias · Aug 20, 2019

Dashboard IRIS History Monitor

thank you very much. Hi @Henrique.GonçalvesDias! JFYI we have a new API in 2019.4 for IRIS monitoring. Is it possible to introduce its data into your module? Hi @Evgeny.Shvarov
Article
Yuri Marx Pereira Gomes · Jan 31, 2022

Object Detection using Embedded Python and IRIS

networking) models and algorithms and makes them useful by way of a common metaphor. It uses Python to provide a convenient front-end API for building applications with the framework
Article
Lucas Enard · Aug 24, 2022

Web Scraping in IRIS using only Python

of scraping, it can be easily used by anyone and is implemented on IRIS, this means that with just a few tweaks you can connect this Operation [to a CRUD API](https://github.com
Article
Yuri Marx Pereira Gomes · Jan 9, 2023

Generate and read QR Codes and Barcodes with Python and IRIS

process. A wide range of platforms and Python versions is supported with wheel packages. It includes helper classes to simplify common use cases, while the raw PDFium/ctypes API
Question
Timur Safin · Jun 15, 2016

Cluster deployment recipes

. It will simplify things a lot if we could configure ECP mapping at the runtime via some set of API calls, and not statucally via editing cache.cpf. Something like it's done in MongoDB
Article
Mark Bolinsky · Oct 12, 2018

InterSystems IRIS Example Reference Architectures for Google Cloud Platform (GCP

. GCP client libraries expose APIs for two main purposes: App APIs provide access to services. App APIs are optimized for supported languages, such as Node.js and Python
Announcement
Angelo Bruno Braga · Mar 11, 2022

1st InterSystems Portuguese Tech Article Contest

decisions based on longitudinal patient information? 15 IAM – InterSystems API Manager Using API Manager to improve service publishing Note: Articles on the same
Article
Henrique Dias · Mar 29, 2020

[isc-utils] Weather, Exchange Rate, Temperature, Length in a snap

Swedish krona 10.081 Parameters: Amount Base Currency Eg. JPY Exchange rates ALL - for all currencies available in the API Request specific exchange rates. Eg
Article
David Crawford · Jul 26, 2019

Dynamic SQL to Dynamic Object

for my needs. Most of the time I will say %ToJSON() on these returned values and it's good to go for an api call response.I'll say that one thing I'm most disgusted
Article
Daniel Kutac · Apr 13, 2017

Binding a "regular" Cache object to %DynamicObject and vice versa

the data to be serialized by dynamic object API before you call %ToJSON() method. An example of using %Expose method: suppose your regular class is MyApp.Person extends
Article
Luis Angel Pérez Ramos · Apr 1

d[IA]gnosis: searching for similarities in our vector database and using LLM to extract diagnoses

, which provides us with an API to send our questions to a LLM model of our choice. If you take a look at our docker-compose.yml file, you'll see the Ollama container declaration
Article
Lucas Enard · May 3, 2022

Formation on InterSystems' interoperability framework using ONLY Python

and txt files, insert and get inside the **IRIS database** and a **distant database** using Postgres or how to use a FLASK API, all of that using the Interoperability framework using
Question
João Carlos Azevedo · Dec 21, 2022

Generate object from %XML.Reader's Next method

XML file is used as a template to generate a PDF report through the JasperSoft Report API. I checked the file consistency, and it's all right. We are able to generate the PDF file
Article
Zhong Li · Jan 27, 2020

Python JDBC connection into IRIS database - a quick note

? Spark: How about the PySpark and SQL? Python Native API for IRIS: beyond the previous Python Binding for Cache? IPtyhon Magic SQL %%sql? Could it work with IRIS yet