Article Yuri Marx · Oct 19, 2021 5m read Big Data components and the InterSystems IRIS In the last years the data architecture and platforms focused into Big Data repositories and how toprocess it to deliver business value. From this effort many technologies were created to process tera and petabytes of data, see: #Big Data #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 2 0 1 767
Article Yuri Marx · Oct 19, 2021 2m read Using SQL (Apache Hive) into Hadoop Big Data Repositories Hi Community, The InterSystems IRIS has a good connector to do Hadoop using Spark. But the market offers other excellent alternative to Big Data Hadoop access, the Apache Hive. See the differences: #Big Data #Interoperability #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 3 0 1 565
Article Yuri Marx · Sep 6, 2021 2m read OKR - Execute the strategy with InterSystems IRIS and OKR The OKR methodology (Objectives and Key Results or Objectives and Key Results) is used by the largest companies in the world (such as Google, Netflix, Spotify, BMW, Linkedin, etc.) for agile performance management. It was created in the 1970s by Andrew Grove, president of Intel, and introduced to the general public in his famous book “High Output Management”. Around 1998 John Doerr, one of the world's top venture capitalists, after coming into contact with Intel's OKR, introduced the model to Larry Page and Sergey Brin, who started a small company called Google. #Analytics #InterSystems IRIS Open Exchange app 6 0 1 277
Article Yuri Marx · Aug 9, 2021 3m read Learning Path for beginners Hi Community, The InterSystems Learning Website has many important iterative courses. So if you want to learn about InterSystems and start to work with InterSystems this is the path: #Tips & Tricks #InterSystems IRIS 29 21 8 2.1K
Article Yuri Marx · Aug 2, 2021 30m read InterSystems IRIS REST Application Patterns This article suggests to you some patterns to create REST API applications using IRIS. Note: source code in https://github.com/yurimarx/movie Class Pattern to the REST Application To begin, see my suggestion for classes needed to create IRIS API applications: #REST API #Tutorial #InterSystems IRIS 9 8 1 1.3K
Article Yuri Marx · Jun 24, 2021 1m read HealthTech Trends The healthcare technology market is in strong evolution. Gartner's wave chart for healthcare technologies demonstrates what these technologies are, very well reflected by healthcare.digital. I call this HealthTech See: These technologies can use InterSystems technologies (ISC Health Tech), see: #InterSystems Business Solutions and Architectures #InterSystems IRIS for Health 11 1 2 622
Article Yuri Marx · May 24, 2021 1m read Data Platform Levels It's a challenge when you need, as a software architect, design a corporate architecture to meet the current business requirements, you need achieve level 5. With InterSystems IRIS.it's possible. With 1 product you get SQL + NoSQL + ESB + BI + Open Analytics + Real time virtual cubes + NLP + AutoML + ML (with Python) and Advanced cloud + Sharding support. #InterSystems Business Solutions and Architectures #InterSystems IRIS 4 2 1 524
Article Yuri Marx · May 20, 2021 4m read Data Fabric Architecture with InterSystems IRIS What is Data Fabric? #InterSystems Business Solutions and Architectures #InterSystems IRIS 4 2 2 2.2K
Article Yuri Marx · Mar 13, 2021 5m read Protect your REST API applying OWASP Top Ten Hi Community, Did you know about OWASP and Top Ten Web Application security risks to your Web API or Web Apps? OWASP is a community foundation created to help us to improve the security of web apps/web APIs. OWASP do the web apps more secure through its community-led open source software projects, hundreds of chapters worldwide, tens of thousands of members, and by hosting local and global conferences. #Security #InterSystems IRIS 2 2 2 1.8K
Article Yuri Marx · Mar 5, 2021 3m read Fraud Management with InterSystems IRIS Organizations around the world lose an estimated five percent of their annual revenues to fraud, according to a survey of Certified Fraud Examiners (CFEs) who investigated cases between January 2010 and December 2011. Applied to the estimated 2011 Gross World Product, this figure translates to a potential total fraud loss of more than $3.5 trillion (source: https://www.acfe.com/press-release.aspx?id=4294973129). #InterSystems Business Solutions and Architectures #InterSystems IRIS 2 2 2 576
Article Yuri Marx · Mar 2, 2021 4m read Day 5: Developing with InterSystems Objects and SQL I finished my participation in the Developing with InterSystems Objects and SQL with Joel Solon. The course is very nice and I will share with you some tips I got during this the training final day. Tips presented in the day 5: #Tips & Tricks #InterSystems IRIS 2 8 1 606
Article Yuri Marx · Mar 1, 2021 3m read Day 4: Developing with InterSystems Objects and SQL I'm participating in the Developing with InterSystems Objects and SQL with Joel Solon. The course is very nice and I will share with you some tips I got during the training. Tips presented in the day 4: #Globals #Object Data Model #REST API #SQL #InterSystems IRIS 4 12 1 575
Article Yuri Marx · Feb 25, 2021 3m read Day 3: Developing with InterSystems Objects and SQL I'm participating in the Developing with InterSystems Objects and SQL with Joel Solon. The course is very nice and I will share with you some tips I got during the training. Tips presented in the day 3: #Object Data Model #SQL #InterSystems IRIS 3 2 2 663
Article Yuri Marx · Feb 24, 2021 3m read Day 2: Developing with InterSystems Objects and SQL I'm participating in the Developing with InterSystems Objects and SQL with Joel Solon. The course is very nice and I will share with you some tips I got during the training. Tips presented in the day 2: #Object Data Model #InterSystems IRIS 4 4 2 718
Article Yuri Marx · Feb 23, 2021 2m read Day 1: Developing with InterSystems Objects and SQL I'm participating in the Developing with InterSystems Objects and SQL with Joel Solon. The course is very nice and I will share with you some tips I got during the training. Tips presented in the day 1: #Object Data Model #InterSystems IRIS 9 9 3 912
Article Yuri Marx · Feb 20, 2021 1m read HealthShare Functional Architecture Diagram Hi community, When InterSystems Health stack are working toghether the hospital ecosystem get this: #InterSystems Business Solutions and Architectures #HealthShare 4 0 1 1.3K
Article Yuri Marx · Feb 18, 2021 2m read Do security scan in your InterSystems IRIS container There are many options to do a full security scan in your docker images, the most popular option is Anchore community edition. Anchore will use the main public vulnerabilities databases available, including CVE. To install Anchore is very ease (source: https://engine.anchore.io/docs/quickstart/), follow the steps: #Security #InterSystems IRIS 1 1 1 279
Article Yuri Marx · Feb 4, 2021 6m read DataOps with InterSystems IRIS #Analytics #InterSystems IRIS 2 1 2 618
Article Yuri Marx · Feb 2, 2021 4m read Example: Using Java + SpringBoot + Hibernate and IRIS Database to create REST API Spring Boot is the most used Java framework to create REST API and microservices. It can be used to deploy web or executable web or desktop self-contained apps, where the application and another dependencies are packaged toghether. Springboot allows you do to a lot of functions, see: Note: to learn about SpringBoot see official site - https://spring.io/quickstart #Java #REST API #InterSystems IRIS Open Exchange app 2 9 0 2.7K
Article Yuri Marx · Jan 29, 2021 1m read Document your application With https://openexchange.intersystems.com/package/IRIS-Publisher, you can document your IRIS Application and gererate the Application Documentation Web Portal (responsive). See the results: Main Page: Classes Menu and Class Page: The class page with class documentation, the list of methods and properties. #Development Environment #InterSystems IRIS Open Exchange app 3 1 1 302