InterSystemsDev via @like
💡 [#BestPractice on #DeveloperCommunity] Terminal tip: Running OS-level commands #Caché #Terminal #TipsAndTricks
> > http://ow.ly/qeDC30n74S8 < <
> > http://ow.ly/qeDC30n74S8 < <
InterSystems Developer Community
Terminal tip: Running OS-level commands
When working at the Caché command prompt I sometimes want to run an operating system command on the server host. By prefixing my command line with ! or $ I can do this with ease. The following example
InterSystemsDev via @like
💡 New Best Practice on #DeveloperCommunity: Language Extensions #Caché #BestPractice
>> http://ow.ly/gkLK30nh7l1 <<
>> http://ow.ly/gkLK30nh7l1 <<
InterSystems Developer Community
Language Extensions
This is a posting about a particular feature of Caché which I find useful but is probably not well known or used. I am referring to the feature of Language Extensions.This feature allows you to e
InterSystemsDev via @like
💡 Check the new #BestPractice on #DeveloperCommunity: SQL Performance Resources #InterSystemsIRIS #Performance #SQL
>> http://ow.ly/b70A30nmtbp <<
>> http://ow.ly/b70A30nmtbp <<
InterSystems Developer Community
SQL Performance Resources
There are three things most important to any SQL performance conversation: Indices, TuneTable, and Show Plan. The attached PDFs includes historical presentations on these topics that cover
InterSystemsDev via @like
Check the new #BestPractice on #DeveloperCommunity: Improve #SQL Performance for Date Range Queries
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
InterSystems Developer Community
Improve SQL Performance for Date Range Queries
Date range queries going too slow for you? SQL Performance got you down? I have one weird trick that might just help you out! (SQL Developers hate this!)*If you have a class that records t
InterSystemsDev via @like
The One Query Performance Trick You NEED to Know? Tune Table! #Caché #InterSystemsIRIS #Performance #SQL #BestPractice
>> http://ow.ly/McCp30nELNu <<
>> http://ow.ly/McCp30nELNu <<
InterSystemsDev via @like
How to install and use #TFS in Atelier ❔
>> http://ow.ly/ovc230nIe0L <<
#Atelier #ChangeManagement #Tool #Tutorial #BestPractice
>> http://ow.ly/ovc230nIe0L <<
#Atelier #ChangeManagement #Tool #Tutorial #BestPractice
InterSystemsDev via @like
💡 [#BestPractice on #DeveloperCommunity] DeepSee: Setting up security - Part 1 of 5 💡
>> http://ow.ly/sWZl30nNwxf <<
#DeepSee #Security #Resources #Users #Roles
>> http://ow.ly/sWZl30nNwxf <<
#DeepSee #Security #Resources #Users #Roles
InterSystemsDev via @like
💡 [#BestPractice on #DeveloperCommunity] Determine programmatically if unit tests failed #Caché #CodeSnippet #Testing 💡
>> http://ow.ly/VPzI50q03WH <<
>> http://ow.ly/VPzI50q03WH <<
InterSystems Developer Community
Determine programmatically if unit tests failed
I needed to know programmatically if last ran failed or not.After some exploring, here's the code:
ClassMethod isLastTestOk() As %Boolean
{
set in = ##class(%UnitTest.Result.TestInstance).%OpenId
ClassMethod isLastTestOk() As %Boolean
{
set in = ##class(%UnitTest.Result.TestInstance).%OpenId
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Using InterSystems IRIS Containers with Docker for Windows >> http://ow.ly/sXki50qT0xL
#InterSystemsIRIS #Containerization #Docker #Cloud #Containers #Deployment #Windows
#InterSystemsIRIS #Containerization #Docker #Cloud #Containers #Deployment #Windows
InterSystems Developer Community
Using InterSystems IRIS Containers with Docker for Windows
InterSystems supports use of the InterSystems IRIS Docker images it provides on Linux only. Rather than executing containers as native processes, as on Linux platforms, Docker for Windows creates a Li
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] A Containerized Machine Learning Playground with InterSystems IRIS Community Edition, #Spark, and #Zeppelin >> http://ow.ly/nRV250u1PLi
#InterSystemsIRIS #Caché #Containerization #MachineLearning #ApacheSpark #Docker #Python #Java #Hadoop
#InterSystemsIRIS #Caché #Containerization #MachineLearning #ApacheSpark #Docker #Python #Java #Hadoop
InterSystems Developer Community
A Containerized Machine Learning Playground with InterSystems IRIS Community Edition, Spark, and Zeppelin
The last time that I created a playground for experimenting with machine learning using Apache Spark and an InterSystems data platform, see Machine Learning with Spark and Caché, I installe
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You! >> http://ow.ly/nsm950u6Ycf
#Caché #ObjectScript #iFind #Indexing #ObjectDataModel #SQL
#Caché #ObjectScript #iFind #Indexing #ObjectDataModel #SQL
InterSystems Developer Community
Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You!*
Have some free text fields in your application that you wish you could search efficiently? Tried using some methods before but found out that they just cannot match the performance needs of your
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Using InterSystems Caché and Apache Zeppelin >> http://ow.ly/OBYz50uoJgw
#Caché #Apache #ApacheZeppelin #Analytics #Tools #UI #UIDevelopment
#Caché #Apache #ApacheZeppelin #Analytics #Tools #UI #UIDevelopment
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Using Regular Expressions in Caché >> http://ow.ly/rc7J50uAw5a
#Caché #ObjectScript #Tutorial #InterSystemsIRIS #DataPlatform #MultiModel #Performance #BigData
#Caché #ObjectScript #Tutorial #InterSystemsIRIS #DataPlatform #MultiModel #Performance #BigData
InterSystems Developer Community
Using Regular Expressions in Caché
1.About this articleJust like Caché pattern matching, Regular Expressions can be used in Caché to identify patterns in text data – only with a much higher expressive power. This article provides a bri
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Useful auto-generated methods >> http://ow.ly/RN3d50uU7m7
#InterSystemsIRIS #Caché #CodeSnippet #DataModel #ObjectDataModel
#InterSystemsIRIS #Caché #CodeSnippet #DataModel #ObjectDataModel
InterSystems Developer Community
Useful auto-generated methods
For each defined property, query or an index, several corresponding methods would be automatically generated on a class compilation. These methods can be very useful. In this article, I would describe