Article Yuri Marx · 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 358
Article Yuri Marx · 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 242
Article Yuri Marx · Feb 3, 2022 Some InterSystems Developer Community Docker Images #Docker #InterSystems IRIS 2 0 0 165
Article Yuri Marx · 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 1 0 0 547
Article Yuri Marx · 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 337
Article Yuri Marx · 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 182
Article Yuri Marx · 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 2 0 2 340
Article Yuri Marx · Jan 25, 2022 4m read Data migration tool - Part I: from Postgres to IRIS Sometimes it is necessary to transfer or migrate data and data schema from Postgres to IRIS. There are currently a few options for doing this, but the two most popular options are using DBeaver (https://openexchange.intersystems.com/package/DBeaver) or SQLGateway. #Data Import and Export #InterSystems IRIS 6 1 1 500
Article Yuri Marx · Jan 21, 2022 4m read Learning IRIS and Caché by Robert Cemper @Robert Cemper is the most active and widely read member of the community (Best Seller!). So nothing better than learning InterSystems technologies from over 100 articles by him. I curated the articles, selecting the best ones by subject: #InterSystems IRIS 18 4 13 436
Article Yuri Marx · Jan 13, 2022 2m read Predict Maternal Health Risks Hi community, Prediction is a critical to the Maternal healthcare. The Health Dataset Application (https://openexchange.intersystems.com/package/Health-Dataset) has 10 real health datasets to predict the most important diseases and health problems, including Maternal Risk. This article detail the steps to predict Maternal Risk using the InterSystems IRIS IntegratedML. This is a technology of InterSystems to do predictions using SQL Commnands! Great! Follow these steps: #IntegratedML #InterSystems IRIS Open Exchange app 4 0 1 218