Search

Clear filter
Article
Mikhail Khomenko · Dec 23, 2019

Deploying a Simple IRIS-Based Web Application Using Amazon EKS

organization uses AWS, you now know how to add Kubernetes to your stack. Note that the EKS API was recently extended to support managed groups. These allow you to deploy the control
Announcement
Anastasia Dyubaylo · Dec 4, 2018

Win Advent of Code 2018 and Get a Ticket to InterSystems Global Summit 2019

visualiser for the results: https://mcpower.github.io/aoc-leaderboard-viewer/ ah! I hadn't found the json api, that's neat. Thanks for pointing me towards that! I decided
Discussion
Evgeny Shvarov · May 1, 2019

How Many Parameters Should a Good Method Have

in the beginning is unnecessary.7. I mean if you develop an API all methods should accept either primitives or ByRefs or json. Not object arguments in one method, primitives
Article
Mario Sanchez Macias · Nov 15, 2021

Checking your Backups and the number of journals to keep

, trying to show something as simple as possible so anyone can look inside and adapt the code to what they need. To make it simpler I could have used the API methods and calls
Article
Rob Tweed · May 12, 2016

Announcing EWD 3: Integrating the JavaScript, Node.js and Cache communities

-xpress applications and provides the messaging APIs for communication with ewd-xpress Development Tools: ewd-xpress-react: React.js-specific client modules for ewd-xpress
Article
T Wolfe · Jan 30, 2017

Quality of Service Timeout Guide for Mirroring

the memory state as part of the VM snapshot is OK for the database as recovery never relies on information in memory (assuming the appropriate ExternalFreeze and ExternalThaw APIs
Article
David E Nelson · Mar 9, 2017

Machine Learning with Spark and Caché

an implementation of Spark's DataSource API, it's meant to go from Spark to "a data source" and not the other way round, i.e. submit a Spark job from Caché. On the other hand, that'd
Article
Eduard Lebedyuk · Feb 5, 2016

Class Queries in InterSystems IRIS

be as sophisticated as you require.If data is accessible only via API in a format that you don't want to useIf data is stored in globals (without classes)If you need
Announcement
Anastasia Dyubaylo · Nov 23, 2022

Advent of Code 2022: join ObjectScript contest to win and have fun

this year, people did not follow some uniform API pattern to solve each problem, where to grab the inputs, etc. It would be nice if we all followed some standard so no one has to go
Article
Jose-Tomas Salvador · Apr 8, 2020

Configure an environment to use Docker on Hyper-V Ubuntu virtual machines running on a Windows 10 host

Tomas Salvador) You motivated me to give it a try.And with a little bit of tweaking the scripts my contribution for the contest WebSocket Client JS with IRIS Native API as Docker
Article
Zhong Li · Mar 28, 2023

Perceived gaps to GPT assisted COS development automation

with my OpenAI API key.Then I open the Python function as mentioned above in VSCode, as below: Then I selected click "Generate Unit Test ..." menu, and it would auto-generate
Article
Yuri Marx Pereira Gomes · Apr 13, 2023

Adding Google Social Login into InterSystems Management Portal

one: 7. In the header look for credentials on the Search field and choose API credentials (third option for this image): 8. On the top of the screen, click the + CREATE
Question
Gery Gerena · Feb 4, 2017

Angular 1 or Angular 2 for new web project using Caché/Ensemble

support it), which lead to incredible level of components encapsulation and re-usage.The API of Angular is locked, so it's pretty safe to use now in real projects. In the end.I am
Question
Maks Atygaev · Sep 13, 2017

New Programming Language - Discussion

library...http://www.memcog.com/images/Nebula.pngIt's far from finished as I am working on a better way to write API code with Caché, which is what I am currently working
Question
Joshua Goldman · Mar 16, 2016

How can I pass multiple parameters to an Ensemble REST service and return an authorization token as a response JSON message

sort of authorization token or api key as part of the JSON response packet, as a way of notifying the user that his account is authenticated? Also, the key or token will be stored