Search

Clear filter
Question
Sam Duncan · Jul 12, 2023

Is there a good existing way to export all derived classes of a given class

option will show such a list, but I'm not aware of a built-in API for programmatically exporting their source code. Yesterday I wrote some code for exporting derived classes
Article
Dmitry Maslennikov · Jul 2, 2023

Profile ObjectScript with more power

. Worked in terminal. But I was not able to capture any useful profiling data when calling ##class(caretdev.zprofile.main).Trace() from within REST API (using postman). Also "job
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
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
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
David Hockenbroch · Feb 19, 2024

Reserving a License

.” If you heard that comment at your favorite restaurant, you would think the person saying it was being ridiculous. However, in the context of your API, it makes perfect sense. Just
Article
Yuri Marx · 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
Yuri Marx · 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
Article
Luis Angel Pérez Ramos · Aug 25, 2023

QuinielaML - Working with JWT Authentication

: { "/api/*": { "target": "http://iris:52773", "secure": false, "logLevel": "debug" } } All my requests to the server are using localhost:4200
Question
Sylvain Guilbaud · Mar 7

Dynamic SQL Queries with a ROUTINE (CODE) database mounted in read-only mode: ERROR #5002: ObjectScript error: <UNDEFINED>ShowPlan+6^%apiSQL *sqlOrig

Using IRIS 2024.1.2 when I mount the routine database as read-only I get an error when executing dynamic SQL queries. What globals need to be mapped in a read-write database
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
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
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

useful 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
Question
Dmitry Maslennikov · Sep 21, 2020

%JSON.Adaptor export to %DynamicObject aka native JSON

know that I can do %FromJSON, but it looks like overhead, here. Look at this article, you can generate API implementation just from swagger specification. It generates a bunch