Article Yuri Marx · 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 431
Article Yuri Marx · 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 4 6 1 387
Article Yuri Marx · Mar 19, 2022 1m read Encrypt and Decrypt options using IRIS #Security #InterSystems IRIS 2 0 1 297
Article Yuri Marx · 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 736
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 562
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 411
Article Yuri Marx · Feb 3, 2022 Some InterSystems Developer Community Docker Images #Docker #InterSystems IRIS 2 0 0 276
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 841
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 667
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 297
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 800
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 929
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 609
Question Yuri Marx · Jan 17, 2022 IRIS supports SMB protocol for remote folders? Intersystems IRIS supports SMB protocol to connect and read files from remote folders (//foldername)? #InterSystems IRIS 0 7 0 468
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 312
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.2K
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 450
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 432
Announcement Yuri Marx · Jan 6, 2022 Six real healthcare datasets (and more in this week!) to you The Health Dataset application now has Six real healthcare datasets (and more in this week!) to you! #Data Import and Export #InterSystems IRIS for Health Open Exchange app 1 0 0 176
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 314