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 432
Article Yuri Marx · Feb 3, 2022 Some InterSystems Developer Community Docker Images #Docker #InterSystems IRIS 2 0 0 292
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 2 0 0 873
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 704
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 317
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 3 0 2 855
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 996
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 7 14 634
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 328
Article Yuri Marx · Jan 12, 2022 12m read JSON Schema applied to InterSystems IRIS The JSON is a data document free of types and validation rules. However, in some scenarios it is important that the JSON document has type and business rules validation, especially in interoperability scenarios. This article demonstrates how you can leverage a market-defined JSONSchema technology that is open for everyone to use and do advanced validations. #JSON #InterSystems IRIS Open Exchange app 8 3 2 1.3K
Article Yuri Marx · Jan 11, 2022 1m read BINGO with IRIS The PDF version (when you click article title, the link to the pdf it is showed) allows you click and go to the article. Enjoy! #InterSystems IRIS 19 5 5 482
Article Yuri Marx · Jan 9, 2022 5m read Ten real health datasets in a just one OEX application Hi Community, In a hard work of data curation and data quality, the Health Dataset application deploy to you the above datasets. These datasets can be used in your ML applications/models, AutoML and analytics projects. See more details here: #Analytics #Data Import and Export #Machine Learning (ML) #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 3 0 0 458
Article Yuri Marx · Jan 5, 2022 2m read InterSystems IRIS Open Datasets for predict important diseases According to the WHO, The top global causes of death, in order of total number of lives lost, are associated with three broad topics (source: https://www.who.int/news-room/fact-sheets/detail/the-top-10-causes-of-death): #Data Import and Export #InterSystems IRIS Open Exchange app 5 2 3 337
Article Yuri Marx · Dec 19, 2021 5m read IntegratedML walkthrough The InterSystems IRIS IntegratedML feature is used to get predictions and probabilities using the AutoML technique. The AutoML is a Machine Learning technology used to select the better Machine Learning algorithm/model to predict status, numbers and general results based in the past data (data used to train the AutoML model). You don't need a Data Scientist, because the AutoML it will test the most common Machine Learning algorithms and select the better algorithm to you, based in the data features analysed. See more here, in this article. #IntegratedML #InterSystems IRIS Open Exchange app 4 3 1 826
Article Yuri Marx · Dec 3, 2021 7m read ObjectScript REST API Cookbook Creating REST API using InterSystems ObjectScript is very easy, but some recipes can help you into this process: #REST API #InterSystems IRIS Open Exchange app 13 2 7 1.8K
Article Yuri Marx · Nov 28, 2021 3m read Leveraging the Audit database The InterSystems IRIS has a great audit system. It is responsible for auditing system events, but you can use it to audit your applications (great feature). The audit system is based into event concept. The events can occur with IRIS or in an application. So, we have two type of events to the audit system: 1. System events: events occured into the InterSystems IRIS components (database, interoperability, analytics and core); #Security #InterSystems IRIS Open Exchange app 2 4 1 872
Article Yuri Marx · Nov 25, 2021 3m read The power of XDATA applied to the API Security The XData (https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GOBJ_XDATA) is a powerful feature to set documentation and metadata information for classes and methods. #ObjectScript #REST API #Security #InterSystems IRIS Open Exchange app 2 4 1 560
Article Yuri Marx · Nov 12, 2021 1m read InterSystems IRIS Building Blocks to TOGAF Architecture Domains The TOGAF is the The Open Group Architecture Framework. It provides an approach for planning, design, implement, deploy and govern your EA (Enterprise Architecture) projects. The TOGAF has a concept called Building Block. It is any element that can be used, reused a executed to deliver value and new functions to the business. In the picture above, I present to you the main IRIS building blocks to create fantastic apps. #InterSystems Business Solutions and Architectures #InterSystems IRIS 4 2 3 1.4K
Article Yuri Marx · Nov 1, 2021 4m read Top 10 InterSystems IRIS Features The InterSystems IRIS is a great data platform and it is met the current features required by the market. In this article, you see the top 10: Note: this list was updated because many features are added to IRIS in last 3 years (thanks @Kristina Lauer) #Adaptive Analytics #Best Practices #Interoperability #InterSystems API Manager (IAM) #Python #InterSystems IRIS 12 3 2 922
Article Yuri Marx · Oct 29, 2021 6m read Enterprise Architecture views with InterSystems IRIS and Zachman Framework #InterSystems Business Solutions and Architectures #InterSystems IRIS 5 0 2 495