Question Yuri Marx Perei... · May 25, 2022 Is it possible train an IntegratedML model on docker build or docker up? Is it possible train an IntegratedML model on docker build or docker up? #IntegratedML #InterSystems IRIS 1 1 0 202
Article Yuri Marx Perei... · May 20, 2022 8m read Geocoding with IRIS and Google Maps API One of the crucial business dimensions is the dimension “Where”. It is necessary to know where a customer was born or where he lives. Where will the order be delivered? Where have there been more sales, and where can we sell more? Where are our stores located? From Where is the customer accessing our e-commerce? These and other principal questions use the “Where” dimension. Today the best service to provide geographic accuracy and quality for these data is Google Maps. #Embedded Python #InterSystems IRIS Open Exchange app 7 6 5 899
Question Yuri Marx Perei... · May 13, 2022 Do you have cases using datadog to monitor intersystems products? Do you have cases using datadog to monitor intersystems products? #Monitoring #InterSystems IRIS 0 1 0 447
Article Yuri Marx Perei... · May 13, 2022 8m read Mastering the %SYSTEM.Encryption class #Best Practices #Security #InterSystems IRIS Open Exchange app 6 3 1 1.4K
Article Yuri Marx Perei... · Apr 13, 2022 InterSystems Developer Community Diagram #Open Exchange 19 7 1 472
Article Yuri Marx Perei... · Apr 10, 2022 HealthShare Functional Diagram #InterSystems Business Solutions and Architectures #HealthShare 5 0 1 504
Announcement Yuri Marx Perei... · Apr 7, 2022 The global-mindmap app now supports ZPM and exports to svg, png and markdown #Contest #InterSystems IRIS Open Exchange app 1 0 1 247
Article Yuri Marx Perei... · Apr 6, 2022 10m read Unit Tests: Quality of your ObjectScript Code In the main software development methodologies there is always a chapter dedicated to testing. It is a mandatory approach to achieving quality in deliveries on an ongoing basis. There are two types of test: #Testing #InterSystems IRIS Open Exchange app 4 2 1 645
Announcement Yuri Marx Perei... · Apr 5, 2022 Contribute to write the InterSystems Mindmap Hi Community, I published my new app (https://openexchange.intersystems.com/package/global-mindmap) online to write an InterSystems Mindmap with you. Write your mind notes and help to build the InterSystems Mindmap. I will transform the final result in an article. Access: http://ymservices.tech:3000 Thanks #InterSystems IRIS Open Exchange app 0 2 1 181
Article Yuri Marx Perei... · Apr 4, 2022 12m read Store Mindmaps using Globals Globals are the core of the InterSystems IRIS for data persistence. It is flexible, allowing store JSON documents, relational data, object oriented data, OLAP cubes and custom data models, like Mindmaps. To see how to store, delete and get mindmap data using globals, follow these steps: 1. Clone/git pull the repo into any local directory #Globals #InterSystems IRIS Open Exchange app 5 2 1 444
Article Yuri Marx Perei... · Mar 30, 2022 9m read 3DES support There are several ways of classifying cryptographic algorithms: 1) Secret Key Cryptography (SKC) - Uses a single key for both encryption and decryption. It is also called symmetric encryption. Primarily, it was used for privacy and confidentiality; 2) Public Key Cryptography (PKC) - Uses one key for encryption and another one for decryption. It is also called asymmetric encryption. #Security #InterSystems Ideas Portal #InterSystems IRIS Open Exchange app 5 6 1 404
Article Yuri Marx Perei... · Mar 19, 2022 1m read Encrypt and Decrypt options using IRIS #Security #InterSystems IRIS 2 0 1 308
Article Yuri Marx Perei... · Mar 15, 2022 4m read Data migration tool - Part IV: from Microsoft SQL Server to IRIS This is the fourth part of the series of articles on migrating from the main databases on the market to InterSystems IRIS. In this part, the procedures for migrating from Microsoft SQL Server will be detailed. As described in previous articles, there are currently a few options to do the migration, but the two most popular options include the use of DBeaver (https://openexchange.intersystems.com/package/DBeaver) or SQLGateway. #Data Import and Export #InterSystems IRIS 4 0 2 759
Article Yuri Marx Perei... · Mar 7, 2022 4m read Data migration tool - Part III: from DB2 to IRIS This is the third part of the series of articles on migrating from the main databases on the market to InterSystems IRIS. In this part, the procedures for migrating from DB2 will be detailed.As described in previous articles, there are currently a few options to do the migration. However, the two most popular options include the usage of DBeaver (https://openexchange.intersystems.com/package/DBeaver) or SQLGateway. #Data Import and Export #InterSystems IRIS 2 0 1 576
Article Yuri Marx Perei... · Feb 21, 2022 6m read REST Service for Convert text to audio using IRIS and Python gTTS Hi Community, Imagine enabling your application to read text to your customer? This is now possible with the new IRIS feature, Embedded Python. With this new functionality IRIS can natively run any open source or commercial Python libraries natively. gTTS (https://pypi.org/project/gTTS/) is a free library that transforms text into audio using the Google Translate service. #Embedded Python #InterSystems IRIS Open Exchange app 5 2 2 421
Article Yuri Marx Perei... · Feb 3, 2022 Some InterSystems Developer Community Docker Images #Docker #InterSystems IRIS 2 0 0 284
Article Yuri Marx Perei... · Feb 2, 2022 1m read Download File REST API Operation If your REST API need return a file to the client download, this is the source code that you could write (P.S.: extracted from the question https://community.intersystems.com/post/download-file-rest and its responses): #REST API #InterSystems IRIS 2 0 0 857
Article Yuri Marx Perei... · Feb 2, 2022 4m read Data migration tool - Part II: from MySQL to IRIS This article is a follow-up to the previous one on how to migrate from popular databases (like PostgreSQL and MySQL) to IRIS.We will use the same procedures utilized to migrate from PostgreSQL. However, you will see that it is even easier since the data types in MySQL are very similar to IRIS. That is why we will not need to create transformation rules in the columns. Get the sample data to the migration process In GitHub it is possible to download a docker-compose project to build and run 2 databases: #Data Import and Export #InterSystems IRIS 6 0 0 690
Article Yuri Marx Perei... · Jan 31, 2022 8m read Object Detection using Embedded Python and IRIS From IRIS 2021.2 is possible write Class Methods using the Python Language. I used this new feature to detect persons and objects into images, using ImageAI (https://github.com/OlafenwaMoses/ImageAI). #Embedded Python #Python #InterSystems IRIS Open Exchange app 1 0 2 308
Article Yuri Marx Perei... · Jan 30, 2022 2m read Upload into a InterSystems IRIS REST API If you need create a upload REST API with IRIS is very simple. Do these procedures: From Postman client you send a file P.S.: It is a multipart form with a file type using "file" in the name. The request type is form/multipart. See the http request: #REST API #InterSystems IRIS 3 0 2 833