Article Yuri Marx · Oct 22, 2020 2m read 2020 Intersystems IRIS Roadmap - blueprint analysis I liked the transactional analytic DBMS and Advanced Analytics segmentation concept. #InterSystems IRIS 5 2 2 427
Article Yuri Marx · Oct 7, 2020 2m read Run your local IRIS http endpoints as https on the internet from your env By default InterSystems IRIS expose your endpoints using http, but can be necessary run https from your dev env and/or get public internet access to your app. You can buy or get a certificate and config a gateway, spending many hours or use a great public service called ngrok. Follow the steps: 1 - Run your app, I will use FHIR template as sample, see: 1.1 download the app: git clone https://github.com/intersystems-community/iris-fhir-template.git #REST API #Security #InterSystems IRIS 5 2 4 536
Question Yuri Marx · Oct 4, 2020 Why not update jdbc driver to mvnrepository The current jdbc driver version is 3.1.0, but it is not published in the public mvn repository, only the old version, see: https://mvnrepository.com/artifact/com.intersystems/intersystems-jdbc It is very bad to the Java Community. And why not publish IRIS Hibernate dialect in mvn repository too? These actions are important to Java Developers. #Java #JDBC #InterSystems IRIS 6 11 2 1.2K
Article Yuri Marx · Aug 22, 2020 1m read Transition from Cache to IRIS: Value Canvas Some clients ask me about migrate from Cache to IRIS. Why migrate to IRIS? Cache is excellent, stable, has good performance. These clients are right, but in the last years, the digital transformation imposed more complete solutions for the new requirements and InterSystems was a visionary to perceive it and launch IRIS.It is a data platform ready to this digital transformation challenge. To show this, I created a Value Canvas. #InterSystems Business Solutions and Architectures #InterSystems IRIS 1 0 3 583
Article Yuri Marx · Aug 12, 2020 1m read InterSystems IRIS Periodic Table #InterSystems Business Solutions and Architectures #InterSystems IRIS #InterSystems IRIS for Health 42 22 10 1.6K
Question Yuri Marx · Aug 11, 2020 Label security Is it possible restrict access in IRIS from label data classification (ultra/top secret, restrict, ostensive, etc.)? #Security #InterSystems IRIS 1 2 1 196
Question Yuri Marx · Aug 11, 2020 Database compression InterSystems IRIS database supports compression? If yes, wha is possible compress? (logs, temp tables, blob data, backup, etc) #Databases #InterSystems IRIS 1 5 1 601
Discussion Yuri Marx · Aug 10, 2020 New features: QR-FHIR App - I want sugestions Hi community, I created an app to generate vCard and QR Codes to patient data. This app is in the IRIS for Health contest, and I have more 14 days to improve the app with more features. What you suggest to my app: Link to the app: https://openexchange.intersystems.com/package/QR-FHIR #Contest #InterSystems IRIS for Health 1 0 2 169
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 379
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 234
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 762
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 877
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 608
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 209
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 220
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 530
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 253
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 443
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 178