InterSystemsDev via @like
Worth watching! "GitHub Flow with InterSystems IRIS: Edit with VSCode, Test with Docker, Commit, Push, Pull Request" #Coding Talk presented by Evgeny Shvarov >> https://youtu.be/1x0hC_MlRfg
#InterSystems #InterSystemsIRIS #ObjectScript #GitHub #VSCode #Docker
#InterSystems #InterSystemsIRIS #ObjectScript #GitHub #VSCode #Docker
YouTube
GitHub Flow with InterSystems IRIS: Edit with VSCode, Test with Docker, Commit, Push, Pull Request
Demo on how to use GitHub flow with InterSystems IRIS. Fork the project with InterSystems ObjectScript, make changes with Visual Studio ObjectScript, test ch...
InterSystemsDev via @like
Question on #InterSystemsDevelopers: Iterate over %List/$lb in C >> http://ow.ly/JA5O50vbqqA
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
InterSystems Developer Community
Iterate over %List/$lb in C
I'm using callin to get global values.Here's a simple function to get string value from global and return it:
int GetGlobalStr(char *global, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(st
int GetGlobalStr(char *global, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(st
InterSystemsDev via @like
Enhancements to #JSON in InterSystems IRIS 2019.1. >> http://ow.ly/vXJ350vbsVf
#InterSystems #InterSystemsIRIS #DataModel #API #XML
#InterSystems #InterSystemsIRIS #DataModel #API #XML
InterSystems Developer Community
JSON Enhancements
InterSystems IRIS 2019.1 has been out for a while and I would like to cover some enhancements for handling JSON which might have gone unnoticed. Dealing with JSON as a serialization format is an impor
InterSystemsDev via @like
New on #OpenExchange: Serenji – a unique #VisualStudio Code extension for Browsing, Editing and Debugging your ObjectScript sources >> http://ow.ly/bSV950p6Fdl
#InterSystems #InterSystemsIRIS #ObjectScript #Caché #HealthShare #VSCode #Debugger #Editor
#InterSystems #InterSystemsIRIS #ObjectScript #Caché #HealthShare #VSCode #Debugger #Editor
InterSystemsDev via @like
Best Practice on #InterSystemsDevelopers: Exploring Code Generation with Caché Method Generators >> http://ow.ly/AYp250vfeE8
#InterSystems #InterSystemsIRIS #Caché #ObjectScript #JSON #Debugging
#InterSystems #InterSystemsIRIS #Caché #ObjectScript #JSON #Debugging
InterSystems Developer Community
Exploring Code Generation with Caché Method Generators
As a developer, you have probably spent at least some time writing repetetive code. You may have even found yourself wishing you could generate the code programmatically. If this sounds familiar, this
InterSystemsDev via @like
IDC’s Jennifer Thomson shares a game plan for success in becoming a “DevOps Determined” organization in her latest blog post on Data Matters. Read it here: http://ow.ly/rpBI50vbI56
#InterSystems #DevOps #Developers #Agile #Cloud #Technology
#InterSystems #DevOps #Developers #Agile #Cloud #Technology
InterSystemsDev via @like
Meet InterSystems IRIS Data Platform 2019.3 preview release: #API Management, Node-level architecture for sharding, Polyglot extension to introduce #Java libraries in integration productions and many more >> http://ow.ly/6Nqc50vfiIt
#InterSystems #InterSystemsIRIS #IRISforHealth #FHIR #HL7 #Docker #ContinuousDelivery #SQL #Sharding #Scalability #Integration
#InterSystems #InterSystemsIRIS #IRISforHealth #FHIR #HL7 #Docker #ContinuousDelivery #SQL #Sharding #Scalability #Integration
InterSystemsDev via @like
🆕 Coding Talk on #InterSystemsDevelopers YouTube: A SOLID Design in InterSystems ObjectScript >> https://youtu.be/QjrUeCui51Q
#InterSystems #InterSystemsIRIS #Caché #ObjectScript #API #Programming #Coding
#InterSystems #InterSystemsIRIS #Caché #ObjectScript #API #Programming #Coding
YouTube
A SOLID Design in InterSystems ObjectScript
In this session, we will discussing SOLID Principle of Programming and will implement in the example. We have used Caché Object Programming Language for exam...
InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: CachéGlobalOrder example to iterate over global and get data >> http://ow.ly/Yh4p50vjYV4
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
InterSystems Developer Community
CacheGlobalOrder example to iterate over global and get data
I managed to use CacheGlobalOrder to iterate over global and return the next subscript:
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
InterSystemsDev via @like
New #OpenExchange App: Nested set model for ObjectScript >> http://ow.ly/92Pg50vjZ9Y
#InterSystems #InterSystemsIRIS #ObjectScript #SQL #Tools
#InterSystems #InterSystemsIRIS #ObjectScript #SQL #Tools
InterSystemsDev via @like
New on #OpenExchange: Japanese Calendar Converter – a #tool that helps to convert a $horolog value to #Japanese calendar format >> http://ow.ly/4dVY50p6FVR
#InterSystems #InterSystemsIRIS #Caché #Converter
#InterSystems #InterSystemsIRIS #Caché #Converter
InterSystemsDev via @like
New Video from #GlobalSummit18: Leveraging an Open Analytics Platform >> https://youtu.be/Vv3ENnaF2fE
#InterSystems #InterSystemsIRIS #MachineLearning #Analytics #Spark #Tools
#InterSystems #InterSystemsIRIS #MachineLearning #Analytics #Spark #Tools
YouTube
Leveraging an Open Analytics Platform
Native analytics technologies and open, standards-based connectivity (for Spark, PMML, UIMA, and 3rd party tools) makes InterSystems IRIS an open analytics p...
InterSystemsDev via @like
Best Practice on #InterSystemsDevelopers: On $Sequence function >> http://ow.ly/9OUy50vlAfy
#InterSystems #InterSystemsIRIS #Caché #ObjectScript #Coding #Functions #BestPractices
#InterSystems #InterSystemsIRIS #Caché #ObjectScript #Coding #Functions #BestPractices
InterSystems Developer Community
On $Sequence function
In this article we are going to compare $Increment and $Sequence functions.
First of all, a note for readers who have never heard of [$Increment](http://docs.intersystems.com/latest/csp/docbook/Do
First of all, a note for readers who have never heard of [$Increment](http://docs.intersystems.com/latest/csp/docbook/Do
InterSystemsDev via @like
New on the #OpenExchange Marketplace: Background Jobs over ECP Databases >> http://ow.ly/Ch7B50vlBoQ
#InterSystems #InterSystemsIRIS #Caché #Database #ECP #DataManagement
#InterSystems #InterSystemsIRIS #Caché #Database #ECP #DataManagement
InterSystems Developer Community
Background Jobs over ECP
Running a Background Job using JOB command is a well-known feature.Using ECP to distribute databases to several servers is also well know.But using the combination of both to run a process on a differ
InterSystemsDev via @like
Hey Followers! Here is the #digest of the best articles on #InterSystemsDevelopers in July 2019. Check what's new and cool in development with InterSystems Data Platforms: http://ow.ly/l6gJ50vlAT
#InterSystems #InterSystemsIRIS #Developers #Development #Coding
#InterSystems #InterSystemsIRIS #Developers #Development #Coding
InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: CachéGlobalOrder example to iterate over global and get data >> http://ow.ly/JRfJ50vpNDZ
#InterSystems #Caché #Cpp #Coding #Callout
#InterSystems #Caché #Cpp #Coding #Callout
InterSystems Developer Community
CacheGlobalOrder example to iterate over global and get data
I managed to use CacheGlobalOrder to iterate over global and return the next subscript:
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
InterSystemsDev via @like
[#OpenExchange] Using Interjob communication (IJC) Demo – the internal variant of a PIPE >> http://ow.ly/K9rs50vpNqM
#InterSystems #InterSystemsIRIS #Caché #Monitoring #PIPE
#InterSystems #InterSystemsIRIS #Caché #Monitoring #PIPE
InterSystems Developer Community
Using Interjob communication (IJC)
Example available on Open Exchange.Since the very beginning of Caché and most of its predecessorsthere exists a way of in-memory communication of processes.It's called InterJob Communication - IJC.I h
InterSystemsDev via @like
📣 InterSystems API Manager is now generally available! More details here: http://ow.ly/mnAX50vpO8T
#InterSystems #InterSystemsIRIS #API #RESTAPI #Interoperability #JSON #Microservices #Containers
#InterSystems #InterSystemsIRIS #API #RESTAPI #Interoperability #JSON #Microservices #Containers
InterSystemsDev via @like
Running a SQL SELECT statement in USER NAMESPACE to get data from another NAMESPACE #InterSystems #Caché #SQL
>> http://ow.ly/n3Et50vqWtB <<
>> http://ow.ly/n3Et50vqWtB <<
InterSystems Developer Community
Running a SQL SELECT statement in USER NAMESPACE to get data from another NAMESPACE
Hello,I am trying to run a simple SELECT STATEMENT in USER NAMESPACE.SELECT * FROM projectname.tableWhat is the syntax if i need to get data for a table in another namespace eg. SAMPLES., SYSSELECT *
InterSystemsDev via @like
📢 Looking for Interface Developer >> http://ow.ly/yxfG50vqWUx
#InterSystems #Caché #Ensemble #HL7 #HealthIT #Healthcare #Developer #Hiring #Job
#InterSystems #Caché #Ensemble #HL7 #HealthIT #Healthcare #Developer #Hiring #Job
InterSystemsDev via @like
Unpacking pButtons with #Yape - update notes and quick guides >> http://ow.ly/vNHa50vqX4O
#InterSystems #InterSystemsIRIS #Caché #Docker #Containers #Python #DevOps #Performance
#InterSystems #InterSystemsIRIS #Caché #Docker #Containers #Python #DevOps #Performance