Article Yuri Marx · Aug 9, 2020 2m read Deploy IRIS service The InterSystems IRIS offer many options to deploy digital services running in IRIS. Your option will depends if you use IaC (my preferred option) or no. If you use IaC, the options are: #Deployment #InterSystems IRIS 3 0 1 392
Article Yuri Marx · Aug 9, 2020 2m read Generate QRCodes and vCards to FHIR resources and any other data In the past, reading information from a bar code was limited to a simple alphanumeric code. The creation of a bar code with more than one dimension (2D), especially the QR Code, allowed to increase the amount and variety of data stored in a bar code. While conventional bar codes are capable of storing a maximum of approximately 20 digits, the QR Code is capable of handling several tens to hundreds of times more information. This revolutionized the markets. Now QR codes are everywhere and can be very useful for storing textual, numeric, alphanumeric and even binary data. #Contest #FHIR #React #InterSystems IRIS for Health Open Exchange app 4 2 3 1.4K
Article Yuri Marx · Jul 29, 2020 1m read Comparation about developer support/services I studied about developer services offered by main manufactures, and InterSystems is the leader, see: Better Developer support/services Feature InterSystems Microsoft Oracle IBM Redhat Development Community Web Portal 1 1 1 1 1 Discord or twitch developer channel 1 1 0 0 0 Linkedin, Twitter, Facebook developer channel 1 1 1 1 1 YouTube and Podcast Channel 1 1 1 1 1 Certification program 1 1 1 1 1 Developer Open IDE Tools 1 1 1 0 1 Newsletter 1 1 1 1 1 Free e-learning courses 1 0 0 0 0 Online product documentation 1 1 1 1 1 Free product community edition 1 1 1 0 1 Free product instance in the public cloud 1 1 1 1 0 Free Hands-on e-books 0 0 0 1 1 Developer Community Open source solutions portal 1 1 0 0 0 Gamified developer community portal 1 0 0 0 0 Frequent hackthon competitions 1 0 0 1 0 Redeem prizes from developer participation efforts 1 0 0 0 0 Global Developer event 1 1 1 1 1 Public recognition by developer level 1 0 1 0 0 Meetup groups 1 1 1 1 1 Open source initiatives 1 1 1 1 1 Total: 19 14 13 12 12 #Other 4 2 1 245
Discussion Yuri Marx · Jul 28, 2020 Why migrate from Caché to IRIS I'm working with clients planning migrate from Caché to IRIS and I want to summary advantages to go to IRIS. I think is: #InterSystems Business Solutions and Architectures #Caché #InterSystems IRIS 4 12 2 788
Article Yuri Marx · Jul 26, 2020 1m read Machine Learning Architecture to massive data IRIS is an excellent option for machine learning projects with massive data operation scenarios, because the following reasons: #InterSystems Business Solutions and Architectures #Machine Learning (ML) #InterSystems IRIS 10 7 2 919
Article Yuri Marx · Jul 25, 2020 1m read Develop integration service The InterSystems IRIS has an integration engine with these core elements: 1. Adapters: are inbound (data/message input/request) and outbound (data/message output/response) integration logic specialized in the type of data or message protocol (file, http, etc.). They are the interface to allows connect with source or target data repositories or systems. 2. DTL: is a component to mapping and transform data between two components in the flow orchestration. #Interoperability #InterSystems Business Solutions and Architectures #InterSystems IRIS 2 3 3 638
Question Yuri Marx · Jul 24, 2020 IRIS for health creates FHIR database? Iris for health has a wizard or procedure to create a fhir database and expose as rest service? #FHIR #InterSystems IRIS for Health 1 1 1 218
Discussion Yuri Marx · Jul 19, 2020 Next Sapphire feature Sapphire has CSV import, create and train IntegratedML model and I will create more features. See the pool. Check sapphire in https://openexchange.intersystems.com/package/SAPPHIRE #Artificial Intelligence (AI) #CSV #Data Import and Export #IntegratedML #Open Exchange 2 0 1 227
Article Yuri Marx · Jul 18, 2020 1m read Load your CSV to InterSystems IRIS using Sapphire - Auto ML UI Now Sapphire enable you load CSV to IRIS. See the steps: 1) Create a sample CSV file using Excel (save file as CSV): 2) Follow these instructions to install Sapphire into your enviroment: https://openexchange.intersystems.com/package/SAPPHIRE 3) Access Sapphire web page. Go to top menu Import > Load CSV #Data Import and Export #IntegratedML #InterSystems IRIS Open Exchange app 1 1 2 552
Question Yuri Marx · Jul 18, 2020 Execute create table in the Management Portal Is it possible execute create table from management portal? I tried this: CREATE TABLE SQLUser.Teste(ID INT NOT NULL, coluna1 VARCHAR(255), coluna2 VARCHAR(255), coluna3 VARCHAR(255), coluna4 VARCHAR(255)CONSTRAINT TestePK PRIMARY KEY (ID)) Error message: #SQL #InterSystems IRIS 1 3 2 270
Article Yuri Marx · Jul 13, 2020 2m read Machine Learning with IntegratedML and Sapphire Currently, the process of using machine learning is difficult and requires excessive consumption of data scientist services. AutoML technology was created to assist organizations in reducing this complexity and the dependence on specialized ML personnel. AutoML allows the user to point to a data set, select the subject of interest (feature) and set the variables that affect the subject (labels). From there, the user informs the model name and then creates his predictive or data classification model based on machine learning. #Contest #IntegratedML #Machine Learning (ML) #InterSystems IRIS Open Exchange app 4 4 5 464
Announcement Yuri Marx · Jul 13, 2020 Sapphire - Auto ML UI to IntegratedML released Hi guys, I released the Sapphire - Auto ML UI to IntegratedML in first version. This week we will release more features. At moment you can create your models. New features to the next 3 days: model training, csv import, model validate and model performance report. Enjoy! #Contest #Machine Learning (ML) #InterSystems IRIS Open Exchange app 2 0 2 188
Question Yuri Marx · Jul 10, 2020 Best option to consume RSS What is the best option to consume rss data and store in the DocDB? #Interoperability #InterSystems IRIS 1 4 2 202
Article Yuri Marx · Jul 4, 2020 1m read Develop multimodel database services using DIKW Model The InterSystems IRIS has functions that allows create DIWK digital services. A few products have the ability to transform data into wisdom, according to the following pyramid. #Databases #Data Model #InterSystems Business Solutions and Architectures #InterSystems IRIS 3 0 2 1.3K
Question Yuri Marx · Jun 29, 2020 Get Property MaxLen Set cdef = ##class(%Dictionary.ClassDefinition).%OpenId(table)Set count = cdef.Properties.Count()For i = 1:1:count { Write cdef.Properties.GetAt(i).Name, " ", cdef.Properties.GetAt(i).Type, "", <MY QUESTION>,!} How can I do to get maxlen? #ObjectScript #InterSystems IRIS 2 8 3 616
Question Yuri Marx · Jun 27, 2020 Example list persistent classes with name, type, primary key and foreign keys using %Dictionary Hi guys, Do you have any objectscript sample to list persistent classes with name, type, primary key and foreign keys using %Dictionary? #ObjectScript #InterSystems IRIS 1 1 2 1.2K
Article Yuri Marx · Jun 27, 2020 1m read Develop Service Oriented API or SOAP services Using SOAP Web Services or REST API Resources, if you want to deliver strategic digital assets for your organization, SOA aproach is an excellent option. The InterSystems IRIS supports like a charm the SOA principles with Contract First technique to model services aligned with the business, and create the services from the service contracts (Open API or WSDL). #InterSystems API Manager (IAM) #InterSystems Business Solutions and Architectures #REST API #SOAP #InterSystems IRIS 2 0 2 631
Article Yuri Marx · Jun 26, 2020 1m read Develop Business Intelligence Service Inter #Analytics #Convergent Analytics #InterSystems Business Solutions and Architectures #InterSystems IRIS 3 0 3 307
Article Yuri Marx · Jun 22, 2020 1m read Create cognitive digital service with InterSystems IRIS #InterSystems Business Solutions and Architectures #Machine Learning (ML) #InterSystems IRIS 2 0 2 290
Article Yuri Marx · Jun 19, 2020 1m read Build a digital service with IRIS This is the first article from a series. I will provide details, using bpmn notation, how can I do to develop, deploy, secure, operate a consume IRIS digital services, linking with IRIS documentation. Each subprocess will be described with an individual bpmn diagram. This is the macroprocess. Documentation links: #InterSystems Business Solutions and Architectures #InterSystems IRIS 4 3 2 465