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.4K
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 310
Article Yuri Marx · Feb 4, 2021 6m read DataOps with InterSystems IRIS #Analytics #InterSystems IRIS 2 1 2 716
Discussion Yuri Marx · Feb 3, 2021 Flyway support to InterSystems IRIS Flyway is a open source product used to develop database code to migration, ddl version control, automate database procedures, etc. It is the most used product to do DevOps automation procedures to database. Do you consider create iris support to flyway? https://flywaydb.org/documentation/contribute/contributingDatabaseSupport #DevOps #InterSystems IRIS 2 3 0 450
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 3 9 1 2.8K
Question Yuri Marx · Feb 1, 2021 Last version Hibernate Driver to download The InterSystems documentation https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... says: "If you do not already have these files, contact the InterSystems Worldwide Response Center (WRC) for download information." #Java #InterSystems IRIS 2 2 0 445
Question Yuri Marx · Jan 29, 2021 Is it possible do apt-get install using ZPM? ZPM is a fantastic package management product. I have 7 apps published and these apps not using zpm because it need install external products using apt-get install. Is it possible do apt-get install using ZPM? #InterSystems Package Manager (IPM) #InterSystems IRIS 2 4 0 263
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 320
Question Yuri Marx · Jan 28, 2021 JDBC driver and Hibernate dialect on public java repository Any news about JDBC driver and Hibernate dialect on a public java repository, like mvnrepository? Today I need to download the jdbc driver and hibernate jar, add as an external resource on my maven config file to works. #Java #JDBC #InterSystems IRIS 3 5 0 534
Article Yuri Marx · Jan 25, 2021 2m read Static Documentation Generators Hi Community, In the past, technical documentation of the source code and software products was generated in chm, pdf files and documentation generators of the programming languages themselves. This old approach had the following limitations:1. Outdated documentation;2. Non-interactive and difficult to consult documentation;3. Layout unresponsive, unfriendly and not adherent to HTML;4. Inability to customize the layout of the documentation;5. Inability to have HTML 5 documentation online and offline.6. Lack of Markdown support. #Development Environment #Documentation Open Exchange app 1 5 0 689
Article Yuri Marx · Jan 25, 2021 3m read Creating the Documentation Portal for your InterSystems IRIS Application The ObjectScript language of InterSystems IRIS has a very powerful metadata engine called XData. This feature allows the creation of metadata definitions for your classes, to be used by the compiler or by programs that will extend the standard features of the language, based on the XData definitions of its scope. #Development Environment #InterSystems IRIS Open Exchange app 2 0 0 460
Article Yuri Marx · Jan 20, 2021 1m read Running shell commands in ObjectScript Sometimes it is necessary to execute commands from the shell of the host operating system, where your ObjectScript program is located, to launch programs, operating system services, schedule crontasks, among other activities. For this, the language has a utility procedure called $ZF(-100). See: #ObjectScript #InterSystems IRIS 3 2 2 1.2K
Article Yuri Marx · Jan 16, 2021 3m read Creating and listing XData definitions Hi InterSystems Community! The ObjectScript language of InterSystems IRIS has the ability to extend classes using a very interesting feature called XData. It is a section in your class that can be used to create custom definitions to be used within the class itself and also externally. To create one or more XData definitions for your class is very easy, see the example: #ObjectScript #InterSystems IRIS 2 2 0 520
Article Yuri Marx · Jan 12, 2021 3m read Comparing the main Gartner Magic Quadrant ODBMS leaders Hi Community, In this article I compared the features of the main leaders in the ODBMS gartner quadrant - 2019. See the list sorted by number of existent features. #Databases #InterSystems IRIS 2 4 1 617
Question Yuri Marx · Jan 12, 2021 How Can I get a list fo the classes from a package and each item XData content? Hi community, How Can I get a list fo the classes from a package and for each item of the list the XData content? #ObjectScript #InterSystems IRIS 1 3 0 424
Article Yuri Marx · Jan 5, 2021 1m read Mock REST API or SOAP services on the Internet Hi Community, The Mockable.io (https://www.mockable.io/) is an online service to deploy REST API or SOAP services in seconds. This is useful to test the consumption of an API or SOAP service in your production or objectscript class without having to implement a real service, including https option. It's very simple procedure, see: #Testing #Other 2 2 1 2.3K
Article Yuri Marx · Jan 4, 2021 2m read Big Data 5V with InterSystems IRIS Big Data 5V with InterSystems IRIS See the table below: #Big Data #InterSystems Business Solutions and Architectures #InterSystems IRIS 2 0 1 581
Article Yuri Marx · Dec 27, 2020 2m read Secure IRIS Digital Services The InterSystems IRIS has two major paths to a digital service: API/Web Service into Interoperability module and multimodel Database/Analytics. Each of them has your security configuration. To do API security you apply an OAuth or JWT plug-in to the API endpoint. So in the Admin Portal, API producer and consumers get the keys to authenticate the API and consume it. The Admin Portal allows you configure RBAC policies too. #Security #InterSystems IRIS 4 0 3 439
Article Yuri Marx · Dec 24, 2020 3m read InterSystems IRIS BI User Portal Artifacts into Container Classes The InterSystems IRIS has a very nice container class to allows you have your Dashboards as classes source code. It is %DeepSee.UserLibrary.Container. With this class is possible group all your dashboard and pivot table definitions. This is useful to automatically create your dashboards when you build your docker project and other automation scenarios. See: #Analytics #InterSystems IRIS Open Exchange app 2 4 1 285
Article Yuri Marx · Dec 23, 2020 6m read Technical View: Crawler and NLP to do website text analytics Web Crawling is a technique used to extract root and related content (HTML, Videos, Images, etc.) from websites to your local disk. This is allows you apply NLP to analyze the content and get important insights. This article detail how to do web crawling and NLP. To do web crawling you can choose a tool in Java or Python. In my case I'm using Crawler4J. (https://github.com/yasserg/crawler4j). #Analytics #Contest #Java #InterSystems IRIS Open Exchange app 1 0 1 917