InterSystemsDev via @like
⚡️(Webinar in #Russian, November 6) Monitoring using #Grafana and #Prometheus 🔛 #InterSystems #Webinar #InterSystemsIRIS #Caché #Ensemble
http://ow.ly/XFOT30mvsf3
http://ow.ly/XFOT30mvsf3
InterSystemsDev via @like
🎞 New #Video on #DeveloperCommunity YouTube: Unit Test Coverage in InterSystems #ObjectScript 🔛 #GlobalSummit2018 #ContinuousIntegration #RapidDevelopment #Containers #DevOps
https://youtu.be/nUSeGHwN5pc
https://youtu.be/nUSeGHwN5pc
YouTube
Unit Test Coverage in InterSystems ObjectScript
InterSystems is sharing a tool they use for measuring test coverage. Watch this session recording and learn how you can measure the effectiveness of your exi...
InterSystemsDev via @like
💥 New Tool on #OpenExchange: Adding tools in InterSystems #Caché Studio #Testing #UnitTest #Studio
http://ow.ly/R1eX30mwu5u
http://ow.ly/R1eX30mwu5u
InterSystemsDev via @like
Execute Server Commands from InterSystems Caché / Ensemble / IRIS #CodeSnippet #Caché #Ensemble #InterSystemsIRIS
http://ow.ly/IBej30mwVqn
http://ow.ly/IBej30mwVqn
InterSystems Developer Community
Execute Server Commands from Caché / Ensemble / IRIS
The question has come up several times and I saw mixed answers and no quick exampleMy personal preference is using CPIPE device as you get back exactly the output you will get at the command
InterSystemsDev via @like
How to make an #HTTP adapter wait a certain number of seconds? #HowTo #CachéObjects #Ensemble
http://ow.ly/vedV30mwVd5
http://ow.ly/vedV30mwVd5
InterSystems Developer Community
Is their a way to make an http adapter wait a certain number of seconds?
I have an http adapter that calls out to a web service and is looking for a "Completed" response. I want the adapter to wait a certain number of seconds before calling out again to get a response
InterSystemsDev via @like
💡 InterSystems IRIS Example Reference Architectures for Google Cloud Platform (#GCP) #InterSystemsIRIS #Cloud #Containerization #Architect #HighAvailability #SysAdmin
http://ow.ly/lWRm30mwVP3
http://ow.ly/lWRm30mwVP3
InterSystems Developer Community
InterSystems IRIS Example Reference Architectures for Google Cloud Platform (GCP)
Google Cloud Platform (GCP) provides a feature rich environment for Infrastructure-as-a-Service (IaaS) as a cloud offering fully capable of supporting all of InterSystems products including the latest
InterSystemsDev via @like
🎞 New #Video from #GlobalSummit18: Using #Blockchain with #InterSystemsIRIS ✅ #FinancialServices #DataModeling #Ethereum
https://youtu.be/hoYJA6T802s
https://youtu.be/hoYJA6T802s
YouTube
Using Blockchain with InterSystems IRIS
This video will cover the applicability of blockchain technology to address current business challenges, and will present a live application using InterSyste...
InterSystemsDev via @like
How to check for a null property when reading an object? #HowTo #Caché #CachéObjects
http://ow.ly/Plpu30mxZqR
http://ow.ly/Plpu30mxZqR
InterSystems Developer Community
Cache Objects -How to check for a null property when reading an object?
You have a global ^CODE("TNO","BIO",291,"AKI") that may or may not exist. On the data side of the global ref it can have a boolean value of 0 (false) or 1 (true) and this global is wrapped up in
InterSystemsDev via @like
💡 How to Publish an Application on InterSystems #OpenExchange? #HowTo #DataPlatforms #Solutions #InterSystemsIRIS #Caché #Ensemble →
http://ow.ly/Pd2R30my1qe
http://ow.ly/Pd2R30my1qe
InterSystems Developer Community
How to Publish an Application on InterSystems Open Exchange?
Hi Community!As you know we launched the InterSystems Open Exchange — the marketplace for solutions and tools on InterSystems Data Platforms!But how to publish your application on OE?Before we st
InterSystemsDev via @like
How to import #JSON formatted data from my #API to my docDB? #HowTo #InterSystemsIRIS #Databases #DocumentDataModel #NoSQL
http://ow.ly/C5ej30mAK2N
http://ow.ly/C5ej30mAK2N
InterSystems Developer Community
How can i import my JSON formatted data from my API to my docDB?
Hello everyone,i want to create an iris document database with Atelier with some properties, where i can import my JSON formatted data from an API to the database which i created. Right now i know how
InterSystemsDev via @like
Pass ? parameters to %ZEN.Auxiliary.jsonSQLProvider #CodeSnippet #InterSystemsIRIS #ObjectScript
http://ow.ly/FUDQ30mAKn0
http://ow.ly/FUDQ30mAKn0
InterSystems Developer Community
Pass ? parameters to %ZEN.Auxiliary.jsonSQLProvider
This code snippet uses %ZEN.Auxiliary.jsonSQLProvider. The namespace and string of SQL can be edited for different situations. The class method "test" runs the code:
Class eduardlebedyuk.passQuesti
Class eduardlebedyuk.passQuesti
InterSystemsDev via @like
🔛 Now the #Webinar "Monitoring using #Grafana and #Prometheus" is available on #DeveloperCommunity YouTube Channel in “Webinars in Russian” playlist #InterSystemsIRIS #Caché #Ensemble
http://ow.ly/AEqz30mAfBb
http://ow.ly/AEqz30mAfBb
YouTube
Вебинар "Мониторинг с Grafana и Prometheus"
Мониторинг работы инстансов InterSystems IRIS/Caché/Ensemble и приложений разработанных на их основе дает разработчикам и администраторам факты, позволяющие ...
InterSystemsDev via @like
Newbie Looking For Any Examples of SMS Text Triggered Out of HealthShare #InterSystems #HealthShare
http://ow.ly/YX8x30mBcFR
http://ow.ly/YX8x30mBcFR
InterSystems Developer Community
Newbie Looking For Any Examples of SMS Text Triggered Out of HealthShare
I looking to gain insight on if I can trigger a SMS text to a ClinicianNew to HealthShare and trying to get the process for setting up a message.Simple use caseAlert a Clinician if a patient meets spe
InterSystemsDev via @like
⚡️ [BIG ANNOUNCEMENT] InterSystems IRIS 2018.2 Prerelease available in preview #InterSystemsIRIS #DataPlatform #Container #Release
http://ow.ly/gDKX30mBbnA
http://ow.ly/gDKX30mBbnA
InterSystemsDev via @like
Can you perform Kills or Sets directly on #Globals within .NET without #ObjectScript classes or generated proxy classes? #Caché #CachéObjects
http://ow.ly/wUwH30mCdDb
http://ow.ly/wUwH30mCdDb
InterSystems Developer Community
Can you perform Kills or Sets directly on globals within .NET without ObjectScript classes or generated proxy classes ?
I think I already know the answer to this but I thought I'd ask anyway. So the Node.js adapter allows you to perform operations directly on Globals. Does the InterSystems.Data.CacheClient.dll or