Encontrar

ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2020年6月11日

Visualising your Global Storage using QEWD Monitor

The latest WebComponent-based, SB Admin 2-themed QEWD Monitor application now includes a cool D3-based viewer for visualising your IRIS or Cache Globals - see example below

This qewd-monitor-adminui application is automatically installed when you install QEWD on a Windows machine

See here for details on installing QEWD on Windows:

https://github.com/robtweed/qewd-microservices-examples/blob/master/WINDOWS-IRIS-2.md#initial-steps
 

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
記事
· 2020年6月10日 3m read

Mapping Intersystems IRIS documentation to a Corporate Data Architecture

If you need write your organization Data Architecture and map to the InterSystems IRIS, consider following Data Architecture Diagram and references to the intersystems iris documentation, see:

 

Architecture mapping:

5 Comments
ディスカッション (5)2
続けるにはログインするか新規登録を行ってください
記事
· 2020年6月4日 1m read

Easy data import into IRIS

Sometimes you need quickly and easily import data into IRIS. For this, an IRIS import manager has been developed.

This application allows you to import JSON data and also provides a really simple interface for transferring data from MongoDB collections to IRIS globals. It has never been so easy.

Let's look at examples.

Import JSON

Suppose we have data in JSON format and we want to import it into IRIS. To do this, you just need to specify the global name and insert the data. After import, you will see the imported data. If global exists data will be overwritten.

 

Import MongoDB collections

 

There is a collection navigation on the main page.

 

Just open the collection and you will see information about it and import control buttons that allow you to transfer data to IRIS or clear it.

After import, you will also see the imported data.

 

What other imports would you like to have in this application? Any ideas are very welcome.

5 Comments
ディスカッション (5)0
続けるにはログインするか新規登録を行ってください
記事
· 2020年6月1日 4m read

IRIS Python Suite - A Hitchhiker's guide to the ^Global - 1

Making a Chart using Intersystems IRIS + Python

How to use the IRIS Native API in Python to access globals and plot some charts.

Why Python?

With a large adoption and use in the world, Python have a great community and a lot of accelerators | libraries to deploy any kind of application.
If you are curious (https://www.python.org/about/apps/)

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください