Search

Clear filter
Article
Vadim Aniskin · Jan 31, 2024

Implemented Ideas: Examples to work with IRIS from Django

In his application Django-iris, @Dmitry.Maslennikov introduced a new driver for Django for IRIS based on Python DB-API.
Question
Scott Roth · Jun 16, 2023

Web Terminal - HTTP ERROR 401

connection (rather straight CSP)with less comfort Hi @Scott.Roth, when 2023.2 is released VS Code will support an integrated WebSocket-based terminal that's implemented as a new Atelier API
Article
Mikhail Khomenko · Jan 13, 2020

Automating GKE creation on CircleCI builds

We want Terraform to perform certain actions (use certain APIs) in our GCP account.
Article
Yuri Marx · Apr 4, 2022

Store Mindmaps using Globals

Frontend Mind-elixir and React were used for render and edit the mindmap, consuming API backend built using IRIS.
Question
Oliver Wilms · Apr 19

Problem with ollama container in langchain-iris-tool

I get this error when I try Iris Classes Chat: ValueError: Error raised by inference endpoint: HTTPConnectionPool(host='ollama', port=11434): Max retries exceeded with url: /api/embeddings
Article
José Pereira · May 2, 2022

gRPC - what is it and a hello world

* Contract-first API design.
Article
Daniel Kutac · Feb 11, 2019

Using Oauth2 with SOAP (Web)Services

ago, a customer approached me with the wish to enhance their existing legacy application, that uses SOAP (Web)Services so it shares the same authorization with their new application API
Article
Iryna Mykhailova · Jul 22, 2024

My take on the course Getting Started with InterSystems IRIS for Coders on InterSystems Learning Portal

The first video, "Using the Native API for Python", briefly explains what is Native API for Python and how to use it.
Question
Evgeny Shvarov · Jun 9, 2023

How can I change a production setting programmatically?

I have a production that is a solution that uses some api-keys, which are the parameters of Business Operations but of course cannot be hard-coded into the source code.
Article
Carter Tiernan · Dec 22, 2016

The Polymetric Dashboard

Equipped with over one hundred sensors that monitor key system metrics, a robust REST API, and a modular AngularJS user interface, the Polymetric Dashboard is fully functional out of
Article
Nikita Savchenko · Jan 5, 2019

Explore Text Data with InterSystems iKnow Entity Browser

this API to visualize the processed data in a form of a tree of concepts and relations.
Article
Istvan Hahn · Sep 23, 2016

Creating a RESTful Service using Ensemble

I am also looking to authenticate restful API with oAuth2. I have configured my ensemble instance to act as a authorisation server, but not sure how to integrate it with the api.
Article
Yuri Marx · Jun 10, 2020

Mapping Intersystems IRIS documentation to a Corporate Data Architecture

KEY=GDOCDB API and Web Services: https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GREST, https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?
Question
Parameshwaran Muthaiyan · Aug 7, 2023

How to connect InterSystems with Quarkus 3.0 version

Have a look at this project https://github.com/daimor/realworld-api-quarkus-irisI've migrated Realworld application made on Quarkus, to work with IRIS, it even uses CI to test it, and
Question
prashanth ponugoti · Oct 23, 2023

import jar file and call one of public class public method in objectscript

so I have found one java utill using pdfbox api. Now I have created jar and want to register into iris and want to make a call to mymethod to read pdf text.