InterSystemsDev via @like
⏯ Worth watching #video! Tips for Hyper-Converged Infrastructures: https://youtu.be/NQe0t7QtIkk
#InterSystems #GlobalSummit18 #InterSystemsIRIS #HCI #Scalability
#InterSystems #GlobalSummit18 #InterSystemsIRIS #HCI #Scalability
YouTube
Tips for Hyper-Converged Infrastructures
What is a hyper-converged infrastructure (HCI) and should I use one for my high-transaction applications? What are the best practices for virtualized and HC...
InterSystemsDev via @like
Check the new #OpenExchange App: Nested Set Model for InterSystems IRIS >> http://ow.ly/OwyY50wTZ05
#InterSystemsIRIS #ObjectScript #SQL #DevTools
#InterSystemsIRIS #ObjectScript #SQL #DevTools
InterSystemsDev via @like
InterSystemsDev via @like
What do You Use For Static Array Management in ObjectScript: List vs Global vs Local vs PPG? #InterSystemsIRIS #ObjectScript #Globals
Discussion: http://ow.ly/pNhm50wVvyD
Discussion: http://ow.ly/pNhm50wVvyD
InterSystemsDev via @like
Please welcome the #video recording of the InterSystems Developers Meetup at #GlobalSummit19!
⏯ https://youtu.be/PUnZwDxqEZM
Our developers met to discuss solutions development on #InterSystemsIRIS. Big applause to all speakers! 👏🏼
⏯ https://youtu.be/PUnZwDxqEZM
Our developers met to discuss solutions development on #InterSystemsIRIS. Big applause to all speakers! 👏🏼
YouTube
InterSystems Developers Meetup - Global Summit 2019
InterSystems Developers meet to discuss solutions development on InterSystems IRIS. 0:29 - "Python Gateway" by Eduard Lebedyuk, InterSystems ➡️ PythonGateway...
InterSystemsDev via @like
📣 Don't miss! Preview releases are now available for the 2019.4 version of #InterSystemsIRIS, #IRISforHealth, and IRIS Studio!
Learn more: http://ow.ly/1iZt50wVyOX
Learn more: http://ow.ly/1iZt50wVyOX
InterSystemsDev via @like
❔ How to extract data from a list property? #HowTo #InterSystems #InterSystemsIRIS #SQL #Code
💬 Answer: http://ow.ly/c9s650wXlfW
💬 Answer: http://ow.ly/c9s650wXlfW
InterSystems Developer Community
How to extract data from a list property
Say I have a property in a persistent class that stores list of colours and I would like to query that field and return a list and be able to loop that list to get individual colours how w
InterSystemsDev via @like
A way to create a holding queue in Ensemble: http://ow.ly/k9d250wXpFa
#HealthShare #HL7 #FHIR #Healthcare #HealthIT
#HealthShare #HL7 #FHIR #Healthcare #HealthIT
InterSystemsDev via @like
💡 It's finally time for the next release of VSCode ObjectScript extension! Learn more what's new in this release on #OpenExchange: http://ow.ly/NxqK50wXm97
#InterSystemsIRIS #HealthShare #VSCode #ObjectScript #DevTools
#InterSystemsIRIS #HealthShare #VSCode #ObjectScript #DevTools
InterSystemsDev via @like
New #GlobalSummit19 video: Adopting InterSystems IRIS
⏯ https://youtu.be/UrI0JMkm1h0
Watch and learn about:
✅ The InterSystems IRIS Adoption Guide
✅ The process of moving from #Caché and/or #Ensemble to #InterSystemsIRIS
⏯ https://youtu.be/UrI0JMkm1h0
Watch and learn about:
✅ The InterSystems IRIS Adoption Guide
✅ The process of moving from #Caché and/or #Ensemble to #InterSystemsIRIS
YouTube
Adopting InterSystems IRIS
In this video, we will introduce the InterSystems IRIS Adoption Guide, and describe the process of moving from Caché and/or Ensemble to InterSystems IRIS. We will also briefly touch on the conversion process for existing installations of Caché/Ensemble-based…
InterSystemsDev via @like
📣 Join the InterSystems DACH Symposium 2019 on November 11-12, 2019 in Frankfurt am Main! More details here: http://ow.ly/TAGp50wXql6
This year, we will focus on best practices and use cases for #AI, #ML as well as API management, #microservices and the use of #containers for #DevOps
This year, we will focus on best practices and use cases for #AI, #ML as well as API management, #microservices and the use of #containers for #DevOps
InterSystemsDev via @like
Parsing JSON objects: Can Dynamic Objects be saved in persistent classes? #InterSystems #InterSystemsIRIS #Parsing #JSON #SQL
💬 http://ow.ly/C2Yv50wYvjF
💬 http://ow.ly/C2Yv50wYvjF
InterSystemsDev via @like
Do you have #Zabbix templates you use for #InterSystemsIRIS? Please share!
Here is a Zabbix memory template for monitoring InterSystems IRIS on #Linux servers: http://ow.ly/f4xa50wYx4H
Here is a Zabbix memory template for monitoring InterSystems IRIS on #Linux servers: http://ow.ly/f4xa50wYx4H
InterSystemsDev via @like
💡 Remote Server Control on #OpenExchange: http://ow.ly/wwNR50wYxSc
The purpose is to have simple #monitoring of several servers at a rather primitive level. #InterSystemsIRIS #DevOps #DevTools #Marketplace
The purpose is to have simple #monitoring of several servers at a rather primitive level. #InterSystemsIRIS #DevOps #DevTools #Marketplace
InterSystemsDev via @like
📣 If you're around #Herzelia on November 21st, meet us at the InterSystems Israel Meetup! Learn more & register for FREE here: http://bit.ly/2q9BhzV
Agenda is out an packed with really cool stuff! #InterSystemsIRIS #RESTful #APIManagement #Events
Agenda is out an packed with really cool stuff! #InterSystemsIRIS #RESTful #APIManagement #Events
InterSystemsDev via @like
❔ How to set environment variable from terminal? #InterSystemsIRIS #Linux #RHEL #RedHat #SUSE #SysAdmin
💬 Discuss it here: http://ow.ly/XnlT50x2uZI
💬 Discuss it here: http://ow.ly/XnlT50x2uZI
InterSystems Developer Community
Set environment variable from terminal
How do I set environment variable for current process?
set env = "MYVAR"
set s = $ZF(-1,"export " _ env _ "=2048m")
set val = $system.Util.GetEnviron(env)
zw val
Returns val="" because $zf(-1)
set env = "MYVAR"
set s = $ZF(-1,"export " _ env _ "=2048m")
set val = $system.Util.GetEnviron(env)
zw val
Returns val="" because $zf(-1)
InterSystemsDev via @like
💡 Introducing InterSystems ObjectScript Package Manager on #OpenExchange: http://ow.ly/JkzX50x2wv3
#InterSystemsIRIS #ObjectScript #PackageManager #OpenSource #DevTools
#InterSystemsIRIS #ObjectScript #PackageManager #OpenSource #DevTools
InterSystemsDev via @like
Watch this #video and learn the benefits of using #Intel's #Optane technology with #InterSystemsIRIS:
⏯ InterSystems IRIS and Intel Optane Memory: https://youtu.be/6h-krzT2CHw
#InterSystems #GlobalSummit19 #DevOps #Infrastructure
⏯ InterSystems IRIS and Intel Optane Memory: https://youtu.be/6h-krzT2CHw
#InterSystems #GlobalSummit19 #DevOps #Infrastructure
YouTube
InterSystems IRIS and Intel Optane Memory
Optane is a new class of memory from Intel that can accelerate the performance of hard drives. In this video, we will review the performance benefits and show high-level cost comparisons of using Intel Optane memory with InterSystems IRIS. We will also outline…
InterSystemsDev via @like
📣 Don't miss! The 2019.3 versions of #InterSystemsIRIS, #IRISforHealth, and IRIS Studio are now Generally Available!
Learn more: http://ow.ly/Xu9C50x2y9Z
#Release #FHIR #Interoperability #HealthIT #Docker #SQL #Java #dotNet
Learn more: http://ow.ly/Xu9C50x2y9Z
#Release #FHIR #Interoperability #HealthIT #Docker #SQL #Java #dotNet
InterSystemsDev via @like
❔ Question: How to generate a PDF file from an XLFO in Ensemble? #InterSystemsIRIS #Integration #Java #RESTAPI #RESTful #API #Frontend
💬 Answer: http://ow.ly/YGYt50x3A9M
💬 Answer: http://ow.ly/YGYt50x3A9M
InterSystems Developer Community
How to generate a pdf file from an XLFO in Ensemble
In my production I receive an XLFO stream and I would like to pass that to the FOP pdf rendering engine to produce pdf files .So far in my research that can be achieved through ZEN .I would like
InterSystemsDev via @like
TOMORROW! Join the "AI Robotization (Python, R, Interoperability) for #InterSystemsIRIS" webinar in English!
⏰ Time: November 7, 11:00 EST
➡️ More details & register for FREE here: http://ow.ly/9bkB50wFFkV
#AI #MachineLearning #Python #Interoperability
⏰ Time: November 7, 11:00 EST
➡️ More details & register for FREE here: http://ow.ly/9bkB50wFFkV
#AI #MachineLearning #Python #Interoperability